1 SYSTEM REQUIREMENT – Back to top
At the basic level, this theme will require the following conditions:
- Compatible with Magento Community Edition 1.7.x; 1.8.x and 1.9.x (require: php 5.4 and Memory_limit no less than 256Mb)
2LAYOUT POSITION – Back to top
3INSTALLATION – Back to top
There are two ways to install a Magento Theme:
- Install quickstart: By using this package, you will set the theme exactly as our Demo with sample data.
- Install Manual (included of Theme installation package): You will need only be using the zipped files “Theme” folders.
Please Note that in our Theme package included all of extensions.
3.1 Quickstart Installation :
Magentech provides SM Quickstart package for each theme which aims to ease the installation for users. It will help you save much time of installing and configuring if you plan to start your site from the beginning. Please following steps below:
- Step 1: Download the quickstart package
- Step 2: Extract and Upload the whole Quickstart package to your server. In Quickstart folder you will see the extracted folder that include all sample data
- Step 3: Create a Database for your Magento
- Step 4: Start installation by opening browser and navigate to your URL (where the Quickstart uploaded) to load default Magento installer. Please follow each step of the Installer so that the installation process can be set.
- Step 5: Locale Settings. Please fill fully into Required Fields (“Locale; Time Zone and Default Currency”.)
- Step 6: In the Configuration step, input the required fields as below.
- Do not use “localhost” in URL, otherwise you could not log in to your Admin area (you should use your local IP in case of installing on your computer).
- Leave Tables prefix field blank.
- Step 7: Create Admin Account. Please fill fully into Required Fields (“First Name; Last Name; Email; Username; password and confirm password”.)
- Step 8: Finish Installation and now you can Go to Frontend or Go to Backend.
3.2 Manual Installation
Theme Installation
Please install Magento extension Theme in advance of any other installations to avoid unexpected conflicts that may occur.
- Step 1: Copy folders skin and app to your site root folder. The overwritten folders should have a directory layout like this:
{docroot} /magento/
app/
index.php
js/
lib/
LICENSE.txt
media/
pear/
skin/
var/ - Step 2: Log in to your Admin Panel (e.g. Access Magento Admin area: http://yourdomain/index.php/admin/). Log out and log in back.
- Step 3: Navigate to System >> Cache Management, Sellect All the cache types, take Action as Refresh and Submit.
- Step 4: Navigate to System >> Configuration >> Design tab (in the left hands column).
- Step 5: In Package tab, input “Current Package Name” field with the actual theme name.
- Step 6: You can also change the settings for Header .
- Step 7: Click Save Config button to finish.
4CONFIGURATION – Back to top
4.1 Configure pages
4.1.1 Homepage Style 1
Detailed layout of Home Style 1:
To configure this page, in the Admin Panel, navigate to CMS >> Pages. Create a new page in Page Management section.
- Page Information Tab: Please click to see the Backend Settings.
- Content Tab: Please click to see the Backend Settings .
- Design Tab: Please click to see the Backend Settings .
Copy and paste the following code into the Layout Update XML field of Design tab :
<reference name="left"> <block type="megamenu/list" name="megamenu.list.theme" as="megaMenuLeft"> <action method="setConfig"> <values> <group_id>2</group_id> <theme>2</theme> </values> </action> </block> <block type="basicproducts/list" name="basicproducts.list.default" template="sm/basicproducts/left-products.phtml"/> <block type="blog/blog" name="latest-blog" template="aw_blog/latest-blog.phtml"></block> <block type="cms/block" name="block-faqs"> <action method="setBlockId"><block_id>faqs</block_id></action> </block> <block type="cms/block" name="block-client-say"> <action method="setBlockId"><block_id>slider-client-say</block_id></action> </block> <block type="cms/block" name="brand-logo"> <action method="setBlockId"><block_id>brand-left</block_id></action> </block> </reference> <reference name="content"> <block type="imageslider/list" name="imageslider.list.default" template="sm/imageslider/default.phtml"> </block> <block type="deal/list" name="deal.list.default" template="sm/deal/default.phtml"></block> <block type="supercategories/list" name="supercategories.list.1" template="sm/supercategories/default.phtml"></block> <block type="supercategories/list" name="supercategories.list.2" template="sm/supercategories/default.phtml"> <action method="_setConfig"> <values> <product_category>5</product_category> <static_id>des-super-cat-2</static_id> <filter_order_by>top_rating</filter_order_by> <product_order_dir>DESC</product_order_dir> </values> </action> </block> <block type="supercategories/list" name="supercategories.list.3" template="sm/supercategories/default.phtml"> <action method="_setConfig"> <values> <product_category>92</product_category> <static_id>des-super-cat-3</static_id> <filter_order_by>most_viewed</filter_order_by> <product_order_dir>DESC</product_order_dir> </values> </action> </block> </reference> <reference name="bottom_block_home"> <block type="cms/block" name="bottom-service"> <action method="setBlockId"><block_id>bottom-service</block_id></action> </block> </reference>
4.1.2 Home Style 2
Detailed layout of Home Style 2:
To configure this page, in the Admin Panel, navigate to CMS >> Pages. Create a new page in Page Management section.
- Page Information Tab: Please click to see the Backend Settings.
- Content Tab: Please click to see the Backend Settings .
- Design Tab: Please click to see the Backend Settings .
Copy and paste the following code into the Layout Update XML field of Design tab:
<reference name="top_block_home"> <block type="imageslider/list" name="imageslider.list.default" template="sm/imageslider/default.phtml"></block> <block type="cms/block" name="top-static-image"> <action method="setBlockId"><block_id>top-static-image</block_id></action> </block> </reference> <reference name="left"> <block type="basicproducts/list" name="basicproducts.list.default" template="sm/basicproducts/left-products.phtml"/> <block type="blog/blog" name="latest-blog" template="aw_blog/latest-blog.phtml"></block> <block type="cms/block" name="block-faqs"> <action method="setBlockId"><block_id>faqs</block_id></action> </block> <block type="cms/block" name="block-client-say"> <action method="setBlockId"><block_id>slider-client-say</block_id></action> </block> <block type="cms/block" name="brand-logo"> <action method="setBlockId"><block_id>brand-left</block_id></action> </block> </reference> <reference name="content"> <block type="deal/list" name="deal.list.default" template="sm/deal/default.phtml"></block> <block type="supercategories/list" name="supercategories.list.1" template="sm/supercategories/default.phtml"></block> <block type="supercategories/list" name="supercategories.list.2" template="sm/supercategories/default.phtml"> <action method="_setConfig"> <values> <product_category>5</product_category> <static_id>des-super-cat-2</static_id> <filter_order_by>top_rating</filter_order_by> <product_order_dir>DESC</product_order_dir> </values> </action> </block> <block type="supercategories/list" name="supercategories.list.3" template="sm/supercategories/default.phtml"> <action method="_setConfig"> <values> <product_category>92</product_category> <static_id>des-super-cat-3</static_id> <filter_order_by>most_viewed</filter_order_by> <product_order_dir>DESC</product_order_dir> </values> </action> </block> </reference> <reference name="bottom_block_home"> <block type="cms/block" name="bottom-service"> <action method="setBlockId"><block_id>bottom-service</block_id></action> </block> </reference>
4.2 Configure Header
SM Maxshop support 2 Header Styles: “Header Default“, “Header 2″. In the Admin Panel, please navigate to SM Maxshop Settings >> in General Settings tab, find Header Style Parameter and select Header Style that you want to display.
4.3 Configure Mega Menu
- Firstly, You need to create Menu group. In Admin Panel, navigate to SM Mega Menu >> Menu Manager >> Add group (add 2 groups: “Default Category” – have id 1 and “Megamenu Left” – have id 2).
- Secondly, navigate to SM Mega Menu >> Configuration
- Thirdly, In order to add menu items, Go to SM Mega Menu >> Menu items Manager to create menu items as below.
With Horizontal Menu:
HOME MENU
Frontend Appearance
Link show Home Menu’s backend. Please click Here to view.
Copy and paste the following code into the Content field:
<div class="home-wrapper-item"> <div class="item-feature layout-block"> <div class="title-item-feature"><h2>Layouts</h2></div> <ul> <li><a title="Home Style 1" href="{{store url="?___store=default&___from_store=french"}}">Home Style 1</a></li> <li><a title="Home Style 2" href="{{store url="?___store=french&___from_store=default"}}">Home Style 2</a></li> <li><a title="Boxed Layout" href="{{store url="?___store=hungary&___from_store=english"}}">Boxed Layout</a></li> </ul> </div> <div class="item-feature color-block"> <div class="title-item-feature"><h2>Color Styles</h2></div> <ul> <li class="red"><a title="Red" href="{{store url="?___store=cameroon&___from_store=default"}}">Red</a></li> <li class="green"><a title="Green" href="{{store url="?___store=argentina&___from_store=default"}}">Green</a></li> <li class="blue"><a title="Blue" href="{{store url="?___store=german&___from_store=default"}}">Blue</a></li> <li class="orange"><a title="Orange" href="{{store url="?___store=brazil&___from_store=default"}}">Orange</a></li> </ul> </div> </div>
ELECTRONICS MENU
Frontend Appearance
In the admin Panel page, navigate to SM MegaMenu >> Menu Items Manager to view Tree of Electronics menu:
- Item: “Electronics” Item – Menu Backend Settings
- Item: “Accessories” Item – Menu Backend Settings
- Item: “Cases & Covers” Item – Menu Backend Settings
- Item: “Mobile Brands” Item – Menu Backend Settings
- Item: “Product Types” Item – Menu Backend Settings
- Item: “Static Image” Item – Menu Backend Settings
ABOUT US MENU
Frontend Appearance
Backend Settings
Data Type: “category/43″. To config, please go to Catalog >> Categories Manager >> About Us
CONTACT US MENU
Frontend Appearance
Backend Settings
Data Type: “category/44″. To config, please go to Catalog >> Categories Manager >> Contact Us
Custom Layout Update of Custom Design:
<reference name="content"> <block type="core/template" name="contactForm" template="contacts/form.phtml"> <block type="cms/block" name="info-store"> <action method="setBlockId"><block_id>info-store</block_id></action> </block> </block> </reference>