When you buy the module the first time, you will have the latest version. After the first release, we will update this module regularly, then please check newer versions when informed here
1REQUIREMENT - Back to top
At the basic level, this module will require the following conditions:
- Compatible with version Magento 1.8.x, 1.9.x
2INSTALLATION - Back to top
2.1 Extension Installation
There are two ways to install extension:
- 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: Log into your Admin Panel on the stage localhost: https://localhost/magento/index.php/admin/.
OR you also install the steps as following:
Step 1: In the Administrator page, Navigate to System >> Magento Connect >> Magento Connect Management
Step 2: Click Browse and Upload package file
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 display this module on any page that you want, please go to CMS -> Page -> Edit (for example “Home page“) item ->Tab Content, add this Content code as following:
1
|
{{block type="slideshow/list" name="slideshow.list.default" template="sm/slideshow/default.phtml"}}
|
- If you want to show this module on other positions, for example: center; top; left; right; bottom…. Please go to Unzip file url path in “app” folder: app\design\frontend\default\default and add following code to the end of your file url path \layout\sm\slideshow.xml
1
2
3
4
|
<reference name="center">
<block type="slideshow/list" name="slideshow.list.default" template="sm/slideshow/default.phtml">
</block>
</reference>
|
3EXTENSION CONFIGURATION - Back to top
Notes:We used the images of module’s installtion on Magento 1.9.x to illustrate
After installing, go to System -> Configuration and find SM Slideshow (in the left of column) to configure.
The parameters are divided into the following groups:
- General Options
- Source Options
- Product Options
- Image Options
- Effect Options
- Advanced Options
Let’s look at the parameters in detail:
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!