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 my user page contact form here. 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 sports-theme value.
Now we need to do the following actions from admin side:
Categories
Create 3 categories as a subcategory to your theme default category, they must be inactive in order to be hidden in the main navigation. This categories will be for "Featured products", "Home page products", "Popular products". We need to remember IDs of these categories. See the image below.
Once categories are created it is good to add several products to them.
Add new Attribute to product attribute set "Featured Description"
Catalog->Attributes->Manage Attributes:: Add new attribute
| Attribute Code* | featured_description |
| Scope | Store View |
| Catalog Input Type for Store Owner | Textarea |
| Unique Value | NO |
| Input Validation for Store Owner | NO |
| Enable WYSIWYG | Yes |
| Used in product listing | Yes |
Assign newly created attribute to any Attribute Set
You can do that here Admin->Catalog->Attributes->Manage Attribute Sets
Click on attribute set and edit it
Create Static Block left_info_block
We need to go to CMS->Static Block and add new static blocks
Do not forget to replace "PopularProductsCategoryID" with the ID of one of the created category.
| 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
We need to go to CMS->Static Block and add new static blocks
Do not forget to replace "FeaturedProductsCategoryID" with the ID of one of the created category.
| 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 quick-access-links
We need to go to CMS->Static Block and add new static blocks
| Block Title* | quick-access-links |
| Identifier* | quick-access-links |
| 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* | home |
| 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 category. |
|
| Layout | 1-column* |
| XML Layout Update |
Congratulation! Your magento theme should be ready now.
Regarding featured products. "Thumbnail" image is used. Image dimension: 650x370px (at least keep the ratio). The javascript which is used for featured products can conflict with additional extensions
We also recommend to add lightbox extension to your magento


