Thank you for using this theme. If you have any questions that are beyond the scope of this help file, please feel free to email via support contact form. Thanks so much!

Initial installation

1. Copy files from the package theme/ dir to your Magento Directory (PSD/ dir in the package holds PSD source files).

2. Navigate to Backend->System->Configuration->Design->Themes Tab and set all fields to lightshop_pink value.

Now do the following actions from the admin side:

Categories

Create 2 categories as subcategories to your theme default category. They must be inactive to be hidden in the main navigation. These categories will be for "Home page products" and "Popular products". Remember the IDs of these categories. See the image below.

Create new Magento category

Once categories are created it is good to add several products to them.

Create Static Block left_info_block

Go to CMS->Static Block to add new static blocks.

Do not forget to replace "PopularProductsCategoryID" with the ID of one of the created categories.

Block Title* left_info_block
Identifier* left_info_block
Store View* Select correct store view
Status Enabled*
Content * (Click to Hide Editor first)

Create Static Block home_page_header_block

Go to CMS->Static Block to add new static blocks.

Block Title* home_page_header_block
Identifier* home_page_header_block
Store View* Select correct store view
Status Enabled*
Content * (Click to Hide Editor first)

Create Static Block head_phone_block

Go to CMS->Static Block to add new static blocks.

Block Title* head_phone_block
Identifier* head_phone_block
Store View* Select correct store view
Status Enabled*
Content * (Click to Hide Editor first)

Create Static Block page_footer_block

Go to CMS->Static Block to add new static blocks.

Block Title* page_footer_block
Identifier* page_footer_block
Store View* Select correct store view
Status Enabled*
Content * (Click to Hide Editor first)

Edit home page

Go to CMS->Pages and Edit/Add home page

Page Title* Place here anything you want
URL Key home
Store View Select correct store view
Status Enabled*
Content * (Click to Hide Editor first)
Do not forget to replace "HomeProductsCategoryID" with the ID of one of the created categories
Layout 2columns with left bar *
Layout Update XML

 

Custom Menu extension

If you need our custom menu layout, please load and install the extension Custom Magento Menu

Shipping price calculator and One page checkout

Included in the package please check magento backend system->configuration->web-and-people section.
If you get 404 error when you try to access any extension, please relogin to the backend.

If you are using non English language(es):

"Most Popular" sentence is not present in the default language packs. We need to add it manually.

Open file directory where your magento is. Go to "app/design/frontend/default/lightshop_pink/locale/"

There is a "en_US/translate.csv" file there. Copy it to any locale you need (like "da_DK/translate.csv") and edit "translate.csv" file.

It holds this text:

"Most Popular","Most Popular"

You need to change it to:

"Most Popular","[[Most popular in your language]]"

Note that file encoding should be UTF8.

Congratulations! Your magento theme is ready!

We also recommend adding lightbox extension to your Magento

Go to contentsBack to previous page