Table of content as following:
1REQUIREMENT - Back to top
At the basic level, this module will require the following conditions:
- Compatible with version Magento 1.8.x or 1.9.x
2INSTALLATION - Back to top
2.1 Extension Installation
- Step 1: Download and unzip extension contents on your computer and navigate inside the extracted folder.
-
Step 2: Upload folders skin and app from our download package to your Web server’s document root (from here on, referenced as {docroot}). You should see a directory layout like this:
{docroot} /magento/
app/
index.php
js/
lib/
LICENSE.txt
media/
pear/
skin/
var/
- Step 3: Login your Magento Admin
- Step 4: Navigate to System => Configuration => find SM Categories Full module (in the left of column) to configure module
- Step 5: You will see installed extension, click extension’s name tab to go to extension configuration page.
Important Note:
- After installing extension, you should logout first and then login Admin Panel to ensure all functions work normally.
- You should disable all caches in cache management in the installation and configuration process.
2.2 Extension Position Installation
If you want to use this module on a page, for example, Homepage; go to CMS -> Page -> Edit Home page item ->Tab Content, add this code to a position you want:
1
|
{{block type="categoriesfull/list" name="categoriesfull.list" }}
|
If you want to show other instances in other positions, add following code to the end of file app\design\frontend\default\{theme name of your store}\layout\SmartAddons\categoriesfull.xml
1
2
3
4
5
6
|
<cms_index_index>
<reference name="center">
<block type="categoriesfull/list" name="categoriesfull.list">
</block>
</reference>
</cms_index_index>
|
If you want to show instances in top of category view, add following code to the end of file app\design\frontend\default\{default OR folders to your store’s values}\layout\SmartAddons\categoriesfull.xml
1
2
3
4
5
6
|
<catalog_category_view>
<reference name="content">
<block type="categoriesfull/list" name="categoriesfull.list">
</block>
</reference>
</catalog_category_view>
|
3EXTENSION CONFIGURATION - Back to top
3.1 Below is module layout
3.2 Module Configuration
Note: We used the images of module’s installtion on Magento 1.9.x to illustrate
After installing, go to System -> Configuration and find SM Categories Full (in the left of column) to configure.
The parameters are divided into the following groups:
- General settings
- Source Options
- Categories Options
- Product Options
- Image Options
- Effect Options
- Advanced Options
Let’s look at the parameters in detail:
4SUPPORT - Back to top
Thank you so much for purchasing this module. If you have any questions that are beyond the scope of this help file, please send us via: Support Tickets System
Thanks so much!