SM Zana Fashion

This guide will help you install SM Zana Fashion Theme step by step.

 

1 SYSTEM REQUIREMENT – Back to top

At the basic level, this theme will require the following conditions:

  • Compatible with Magento Community Edition 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:

  • Quickstart Installation: By using this package, you will set the theme exactly as our Demo with sample data.
  • Manual Installation (include of Theme Installation and Extension Installation): You will need only be using the zipped files in “Extensions” and “Theme” folders.

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 ai???localhostai??? 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

3.2.1 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.
    • Step 5: In Package tab, input Default field with the actual theme name.

    • Step 6: You can also change the settings for Header .

  • Step 7: Click Save Config button to finish..

3.2.2 Extension Installation

  • Step 1: Copy all the folders of each extension folder that you have extracted to the your site root folder.
  • Step 2: In your Admin Panel, navigate to System >> Configuration >> Extensions Configuration (on the left-hand menu).
  • Step 3: You will see installed extension, click extension’s name tab to go to extension configuration page as the image below:

4CONFIGURATION – Back to top

4.1 Page Configuration

4.1.1 Homepage

Detailed layout of Homepage:

To configure this page, in the Admin Panel, navigate to CMS >> Pages. Create a new page in Page Management section.

Copy and paste the following code into the Design field:

<reference name="dynamicslideshow">		
<block type="dynamicslideshow/sliders_preview" name="slideshow-home" as="slideshow-home">
    <action method="setData"><key>id</key><value>1</value></action>
</block>
</reference>	
<reference name="content-bottom-1">		
	<block type="cms/block" name="banner-home">
		<action method="setBlockId"><block_id>banner-home</block_id></action>
	</block>
</reference>		
<reference name="content-bottom-7">		
      <block type="cms/block" name="static-block-product">
		<action method="setBlockId"><block_id>static-block-product</block_id></action>
	</block>
</reference>
<reference name="content-bottom-2">	
	<block type="tablisting/list" name="tablisting-02">
		<action method="setConfig">
                                 <values>
                                          <title>Women Fashion</title>
                                          <product_category>10</product_category>     
                                 </values>
		</action>
	</block>
</reference>	
<reference name="content-bottom-8">		
         <block type="deal/List" name="deal" template="sm/deal/default.phtml"/>
	<block type="cms/block" name="banner-content-home">
		<action method="setBlockId"><block_id>banner-content-home</block_id></action>
	</block>
</reference>
<reference name="content-bottom-4">		
	<block type="tablisting/list" name="tablisting" >
		<action method="setConfig">
		</action>
	</block>
</reference>
<reference name="content-bottom-5">
	<block type="blog/blog" name="blog-home" template="aw_blog/blog-home.phtml"/>
	<block type="cms/block" name="what-client-say">
		<action method="setBlockId"><block_id>what-client-say</block_id></action>
	</block>
	<block type="cms/block" name="zana-brand">
		<action method="setBlockId"><block_id>zana-brand</block_id></action>
	</block>
</reference>
<reference name="content-bottom-6">

</reference>

4.1.2 Layout Homepage2

Detailed layout of Homepage2:

To configure this page, in the Admin Panel, navigate to CMS >> Pages. Create a new page in Page Management section.

Copy and paste the following code into the Design field:

<reference name="dynamicslideshow">		
<block type="dynamicslideshow/sliders_preview" name="slideshow-home" as="slideshow-home">
    <action method="setData"><key>id</key><value>1</value></action>
</block>
</reference>	

<reference name="content-bottom-7">		
      <block type="cms/block" name="static-block-product">
		<action method="setBlockId"><block_id>static-block-product</block_id></action>
	</block>
</reference>
<reference name="content-bottom-2">	

</reference>	
<reference name="block-deal-home2">		
         <block type="deal/List" name="deal-home2" template="sm/deal/default-home2.phtml"/>
</reference>
<reference name="men-fashion-home2">		
	<block type="tablisting/list" name="tablisting" >
		<action method="setConfig">
		</action>
	</block>
</reference>
<reference name="women-fashion-home2">		
	<block type="tablisting/list" name="tablisting-02">
		<action method="setConfig">
                                 <values>
                                          <title>Women Fashion</title>
                                          <product_category>10</product_category>     
                                 </values>
		</action>
	</block>
</reference>
<reference name="blog-home2">
          <block type="blog/blog" name="blog-home" template="aw_blog/blog-home2.phtml"/>
</reference>
<reference name="block-tag">
           <block type="tag/popular" name="tags_popular" template="tag/popular.phtml"/>
</reference>
<reference name="content-bottom-5">
	<block type="cms/block" name="zana-brand">
		<action method="setBlockId"><block_id>zana-brand</block_id></action>
	</block>
</reference>
<reference name="content-bottom-6">

</reference>

4.1.3 Layout Homepage3

Detailed layout of Homepage3:

To configure this page, in the Admin Panel, navigate to CMS >> Pages. Create a new page in Page Management section.

Copy and paste the following code into the Design field:

<reference name="dynamicslideshow">		
<block type="dynamicslideshow/sliders_preview" name="slideshow-home" as="slideshow-home">
    <action method="setData"><key>id</key><value>2</value></action>
</block>
</reference>	
<reference name="content-bottom-7">		
      <block type="cms/block" name="static-block-product">
		<action method="setBlockId"><block_id>static-block-product</block_id></action>
	</block>
</reference>
<reference name="content-bottom-2">	
	<block type="tablisting/list" name="tablisting-02">
		<action method="setConfig">
                                 <values>
                                          <title>Women Fashion</title>
                                          <product_category>10</product_category>     
                                 </values>
		</action>
	</block>
</reference>	
<reference name="content-bottom-8">
	<block type="cms/block" name="banner-content-home">
		<action method="setBlockId"><block_id>banner-content-home</block_id></action>
	</block>
</reference>
<reference name="content-bottom-4">		
	<block type="tablisting/list" name="tablisting" >
		<action method="setConfig">
		</action>
	</block>
</reference>
<reference name="content-bottom-5">
	<block type="blog/blog" name="blog-home" template="aw_blog/blog-home3.phtml"/>
	 <block type="deal/List" name="deal" template="sm/deal/default-home3.phtml"/>
	<block type="cms/block" name="zana-brand">
		<action method="setBlockId"><block_id>zana-brand</block_id></action>
	</block>
</reference>
<reference name="content-bottom-6">

</reference>

4.2 Mega Menu Configuration

SM Zana Fashion supports Magento extension Mega Menu. Follow the guide below to get it configured properly. In the Magento Admin Panel, navigate to SM Mega Menu >> Menu Manager.

You need to create a Menu group first and then go to Menu Items Manager >> clickAi?? Add Menu Item button to create the Menu Items.

HOME MENU

Frontend Appearance

Tree of Home Menu:

Copy and paste the following code into the Content field:

<ul class="layout-web">
	<li>
		<a title="Layout Full Width" href="{{store url=""}}?___store=default">Layout Full Width - Orange</a>
	</li>
	<li>
		<a title="Layout Boxed" href="{{store url=""}}?___store=french">Layout Boxed - Red</a>
	</li>
        <li>
		<a title="Layout Header2" href="{{store url=""}}?___store=hungary">Layout  Header2</a>
	</li>
        <li>
		<a title="Layout Header3" href="{{store url=""}}?___store=brazil">Layout  Header3</a>
	</li>
        <li>
		<a title="Layout Home2  + Header4" href="{{store url=""}}?___store=chile">Layout Home2 + Header4</a>
	</li>
        <li>
		<a title="Layout Home3  + Header5" href="{{store url=""}}?___store=argentina">Layout Home3 + Header5</a>
	</li>
	<li>
		<a title="Layout Boxed" href="{{store url=""}}?___store=german">Color Blue</a>
	</li>
	<li>
		<a title="Layout Boxed" href="{{store url=""}}?___store=spain">Color Green</a>
	</li>
	<li>
		<a title="Layout Boxed" href="{{store url=""}}?___store=sweden">Color Pink</a>
	</li>
       <li class="last">
		<a title="Layout Boxed" href="{{store url=""}}?___store=italy">Color Violet</a>
	</li>
</ul>

TYPES MENU

Frontend Appearance

Tree of Types Menu:

Copy and paste the following code into the Content field:

<ul class="layout-web">
	<li>
		<a title="Simple Product " href="{{store url=""}}product-types/simple-product.html">Simple Product </a>
	</li>
	<li>
		<a title=" Virtual Product " href="{{store url=""}}product-types/virtual-product.html"> Virtual Product </a>
	</li>
        <li>
		<a title=" Grouped product " href="{{store url=""}}product-types/grouped-product.html"> 	Grouped product </a>
	</li>
        <li>
		<a title="Downloadable Product " href="{{store url=""}}product-types/downloadable-product.html">Downloadable Product </a>
	</li>
        <li>
		<a title="Bundle Product" href="{{store url=""}}product-types/bundle-product.html">Bundle Product</a>
	</li>
        <li class="last">
		<a title="Configurable Product " href="{{store url=""}}product-types/configurable-product.html">Configurable Product </a>
	</li>   
</ul>

MEN MENU

Frontend Appearance

Tree of Men Menu:

Note: Other menu items (“Glasses; Jackets&Coats, Handbag, Clothing”) do have the same settings with the items above.

“Banner Men” Item has Menu Type “CMS Block”. To Configure this please go to CMS >> Static Blocks >> Add a New Block as below illustration image:

Copy and paste the following code into the Content field:

<p><a class="banner-lr" title="banner" href="#"><img src="{{media url="wysiwyg/images/banner-men.png"}}" alt="" /></a></p>

BLOG MENU

Frontend Appearance

Tree of Blog Menu:

“Blog” Item has Menu Type: “Category”. To Configure this please go to Catalog >> Manage Categories >> Add a Subcategory.

Copy and paste the following code into the Custom Layout Update field:

<reference name="content">
           <block type="blog/blog" name="blog" template="aw_blog/blog.phtml">
                <block type="blog/product_toolbar" name="aw_blog_list_toolbar" template="catalog/product/list/toolbar.phtml">
                    <block type="page/html_pager" name="product_list_toolbar_pager"/>
                </block>
            </block>
</reference>

<reference name="left">
           <block type="blog/menu_sidebar" name="left.blog.menu"  before="-">
                <action method="setTemplate" ifconfig="blog/menu/left">
                    <template>aw_blog/menu.phtml</template>
                </action>
                <block type="blog/tags" name="blog_tags" />
            </block>
</reference>

“Banner Top” Item has Menu Type “Content”.

Copy and paste the following code into the Content field:

<ul>
<li><a href="#"><img src="{{media url="wysiwyg/images/menu-b1.png"}}" alt="" /></a></li>
<li><a href="#"><img src="{{media url="wysiwyg/images/menu-b2.png"}}" alt="" /></a></li>
<li><a href="#"><img src="{{media url="wysiwyg/images/menu-b3.png"}}" alt="" /></a></li>
<li class="last"><a href="#"><img src="{{media url="wysiwyg/images/menu-b4.png"}}" alt="" /></a></li>
</ul>

ABOUT US MENU

“About Us” Item has Menu Type: “Category”. To Configure this please go to Catalog >> Manage Categories >> Add a Subcategory.

In “Display Settings” of “About Us” have “Display mode: Static block only”; “CMS Block: Zana about us”. To configure, please go to CMS >> Static Blocks >> Add a New Block with named Zana about us

Copy and paste the following code into the Content field:

<div class="m-lr block-about-us">
	<div class="block-wel">
	<div class="col-lg-9 col-md-9 col-sm9 col-xs-12">
	<div class="w-left-title">
	<h2>Welcome To Shop</h2>
	<div class="two-line">&nbsp;</div>
	</div>
	<div class="w-left-content">
	<img src="{{media url="wysiwyg/images/img-about-us.png"}}" alt="" />
	<p>Nulla auctor mauris ut dui luctus semper. In hac habitasse platea dictumst. Duis pellentesque ligula a risus suscipit dignissim. Nunc non nisl lacus. Integer pharetra lacinia dapibus. Donec eu dolor dui, vel posuere mauris.</p>
	<p>Pellentesque semper congue sodales. In consequat, metus eget con sequat ornare, augue dolor blandit purus, vitae lacinia nisi tellus in erat. Nulla ac justo eget massa aliquet sodales. Maecenas mattis male suada sem, in fringilla massa dapibus quis. Suspendisse aliquam leo id neque auctor molestie. Etiam at nulla tellus.</p>
	<p>Nulla auctor mauris ut dui luctus semper. In hac habitasse platea dictumst. Duis pellentesque ligula a risus suscipit dignissim.</p>
	</div>
	</div>
	<div class="col-lg-3 col-md-3 col-sm3 col-xs-12 w-right">
	<div class="w-left-title">
	<h2>Why Choose Us</h2>
	<div class="two-line">&nbsp;</div>
	</div>
	<div class="w-right-content">
	<ul>
	<li>Shipping &amp; Returns</li>
	<li>Secure Shopping</li>
	<li>International Shipping</li>
	<li>Affiliates</li>
	<li class="lasts">Group Sales</li>
	</ul>
	</div>
	</div>
	</div><!-- end wel -->
	<div class="clr"></div>
	<div class="mem">
	<div class="col-lg-12 col-md-12 col-sm12 col-xs-12">
	<div class="w-middle-title">
	<h2>Our member</h2>
	<div class="two-line">&nbsp;</div>
	<p>Consectetur adipiscing elit. Donec pellentesque venenatis elit, quis aliquet mauris malesuada vel. Donec vitae libero dolor, eget dapibus justo. Aenean facilisis aliquet feugiat. Suspendisse lacinia congue est ac semper. Nulla ut elit magna, vitae volutpat magna.</p>
	</div>
	<div class="w-middle-content">
	<div id="carousel-member" class="carousel slide" data-ride="carousel" data-interval="0">
	<ol class="carousel-indicators">
		<li data-target="#carousel-member" data-slide-to="0" class="active">text content</li>
		<li data-target="#carousel-member" data-slide-to="1">text content</li>
		<li data-target="#carousel-member" data-slide-to="2">text content</li>
	 </ol>
	<div class="carousel-inner">
	<div class="item active">
	<div class="list-member">
	<div class="m-item">
	<div class="img-wrap">
	<a href="#"><img src="{{media url="wysiwyg/images/aboutus-img1.png"}}" alt="" /></a>
	<ul>
	<li><a class="fb" href="https://www.facebook.com/magentech"  target="_blank">content</a></li>
	<li><a class="fkr" href="http://www.flickr.com/people/socialeurope/"  target="_blank">content</a></li>
	<li><a class="tw" href="https://twitter.com/magentech"  target="_blank">content</a></li>
	</ul>
	</div><!--end img-wrap -->
	<div class="content">
	<h2><a href="#">Jennifer Lawreance </a></h2>
	<p class="cv">Manager</p>
	<p>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui . </p>
	</div> <!-- end content -->
	</div><!--end m-item-->
	<div class="m-item">
	<div class="img-wrap">
	<a href="#"><img src="{{media url="wysiwyg/images/aboutus-img2.png"}}" alt="" /></a>
	<ul>
	<li><a class="fb" href="https://www.facebook.com/magentech"  target="_blank">content</a></li>
	<li><a class="fkr" href="http://www.flickr.com/people/socialeurope/"  target="_blank">content</a></li>
	<li><a class="tw" href="https://twitter.com/magentech"  target="_blank">content</a></li>
	</ul>
	</div><!--end img-wrap -->
	<div class="content">
	<h2><a href="#">Jennifer Lawreance </a></h2>
	<p class="cv">Tech Leader</p>
	<p>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui . </p>
	</div> <!-- end content -->
	</div><!--end m-item-->
	<div class="m-item">
	<div class="img-wrap">
	<a href="#"><img src="{{media url="wysiwyg/images/aboutus-img4.png"}}" alt="" /></a>
	<ul>
	<li><a class="fb" href="https://www.facebook.com/magentech"  target="_blank">content</a></li>
	<li><a class="fkr" href="http://www.flickr.com/people/socialeurope/"  target="_blank">content</a></li>
	<li><a class="tw" href="https://twitter.com/magentech"  target="_blank">content</a></li>
	</ul>
	</div><!--end img-wrap -->
	<div class="content">
	<h2><a href="#">Jennifer Lawreance </a></h2>
	<p class="cv">Art Director</p>
	<p>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui . </p>
	</div> <!-- end content -->
	</div><!--end m-item-->
	<div class="m-item">
	<div class="img-wrap">
	<a href="#"><img src="{{media url="wysiwyg/images/aboutus-img3.png"}}" alt="" /></a>
	<ul>
	<li><a class="fb" href="https://www.facebook.com/magentech"  target="_blank">content</a></li>
	<li><a class="fkr" href="http://www.flickr.com/people/socialeurope/"  target="_blank">content</a></li>
	<li><a class="tw" href="https://twitter.com/magentech"  target="_blank">content</a></li>
	</ul>
	</div><!--end img-wrap -->
	<div class="content">
	<h2><a href="#">Jennifer Lawreance </a></h2>
	<p class="cv">Design Leader</p>
	<p>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui . </p>
	</div> <!-- end content -->
	</div><!--end m-item-->
</div><!-- end list-member -->
</div><!-- end item 1-->
<div class="item">
<div class="list-member">
<div class="m-item">
<div class="img-wrap">
<a href="#"><img src="{{media url="wysiwyg/images/aboutus-img4.png"}}" alt="" /></a>
<ul>
<li><a class="fb" href="https://www.facebook.com/magentech"  target="_blank">content</a></li>
<li><a class="fkr" href="http://www.flickr.com/people/socialeurope/"  target="_blank">content</a></li>
<li><a class="tw" href="https://twitter.com/magentech"  target="_blank">content</a></li>
</ul>
</div><!--end img-wrap -->
<div class="content">
<h2><a href="#">Jennifer Lawreance </a></h2>
<p class="cv">Manager</p>
<p>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui . </p>
</div> <!-- end content -->
</div><!--end m-item-->
<div class="m-item">
<div class="img-wrap">
<a href="#"><img src="{{media url="wysiwyg/images/aboutus-img1.png"}}" alt="" /></a>
<ul>
<li><a class="fb" href="https://www.facebook.com/magentech"  target="_blank">content</a></li>
<li><a class="fkr" href="http://www.flickr.com/people/socialeurope/"  target="_blank">content</a></li>
<li><a class="tw" href="https://twitter.com/magentech"  target="_blank">content</a></li>
</ul>
</div><!--end img-wrap -->
<div class="content">
<h2><a href="#">Jennifer Lawreance </a></h2>
<p class="cv">Tech Leader</p>
<p>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui . </p>
</div> <!-- end content -->
</div><!--end m-item-->
<div class="m-item">
<div class="img-wrap">
<a href="#"><img src="{{media url="wysiwyg/images/aboutus-img2.png"}}" alt="" /></a>
<ul>
<li><a class="fb" href="https://www.facebook.com/magentech"  target="_blank">content</a></li>
<li><a class="fkr" href="http://www.flickr.com/people/socialeurope/"  target="_blank">content</a></li>
<li><a class="tw" href="https://twitter.com/magentech"  target="_blank">content</a></li>
</ul>
</div><!--end img-wrap -->
<div class="content">
<h2><a href="#">Jennifer Lawreance </a></h2>
<p class="cv">Art Director</p>
<p>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui . </p>
</div> <!-- end content -->
</div><!--end m-item-->
<div class="m-item">
<div class="img-wrap">
<a href="#"><img src="{{media url="wysiwyg/images/aboutus-img3.png"}}" alt="" /></a>
<ul>
<li><a class="fb" href="https://www.facebook.com/magentech"  target="_blank">content</a></li>
<li><a class="fkr" href="http://www.flickr.com/people/socialeurope/"  target="_blank">content</a></li>
<li><a class="tw" href="https://twitter.com/magentech"  target="_blank">content</a></li>
</ul>
</div><!--end img-wrap -->
<div class="content">
<h2><a href="#">Jennifer Lawreance </a></h2>
<p class="cv">Design Leader</p>
<p>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui . </p>
</div> <!-- end content -->
</div><!--end m-item-->
</div><!-- end list-member -->
</div><!-- end item 2 -->
<div class="item">
<div class="list-member">
<div class="m-item">
<div class="img-wrap">
<a href="#"><img src="{{media url="wysiwyg/images/aboutus-img4.png"}}" alt="" /></a>
<ul>
<li><a class="fb" href="https://www.facebook.com/magentech"  target="_blank">content</a></li>
<li><a class="fkr" href="http://www.flickr.com/people/socialeurope/"  target="_blank">content</a></li>
<li><a class="tw" href="https://twitter.com/magentech"  target="_blank">content</a></li>
</ul>
</div><!--end img-wrap -->
<div class="content">
<h2><a href="#">Jennifer Lawreance </a></h2>
<p class="cv">Manager</p>
<p>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui . </p>
</div> <!-- end content -->
</div><!--end m-item-->
<div class="m-item">
<div class="img-wrap">
<a href="#"><img src="{{media url="wysiwyg/images/aboutus-img1.png"}}" alt="" /></a>
<ul>
<li><a class="fb" href="https://www.facebook.com/magentech"  target="_blank">content</a></li>
<li><a class="fkr" href="http://www.flickr.com/people/socialeurope/"  target="_blank">content</a></li>
<li><a class="tw" href="https://twitter.com/magentech"  target="_blank">content</a></li>
</ul>
</div><!--end img-wrap -->
<div class="content">
<h2><a href="#">Jennifer Lawreance </a></h2>
<p class="cv">Tech Leader</p>
<p>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui . </p>
</div> <!-- end content -->
</div><!--end m-item-->
<div class="m-item">
<div class="img-wrap">
<a href="#"><img src="{{media url="wysiwyg/images/aboutus-img2.png"}}" alt="" /></a>
<ul>
<li><a class="fb" href="https://www.facebook.com/magentech"  target="_blank">content</a></li>
<li><a class="fkr" href="http://www.flickr.com/people/socialeurope/"  target="_blank">content</a></li>
<li><a class="tw" href="https://twitter.com/magentech"  target="_blank">content</a></li>
</ul>
</div><!--end img-wrap -->
<div class="content">
<h2><a href="#">Jennifer Lawreance </a></h2>
<p class="cv">Art Director</p>
<p>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui . </p>
</div> <!-- end content -->
</div><!--end m-item-->
<div class="m-item">
<div class="img-wrap">
<a href="#"><img src="{{media url="wysiwyg/images/aboutus-img3.png"}}" alt="" /></a>
<ul>
<li><a class="fb" href="https://www.facebook.com/magentech"  target="_blank">content</a></li>
<li><a class="fkr" href="http://www.flickr.com/people/socialeurope/"  target="_blank">content</a></li>
<li><a class="tw" href="https://twitter.com/magentech"  target="_blank">content</a></li>
</ul>
</div><!--end img-wrap -->
<div class="content">
<h2><a href="#">Jennifer Lawreance </a></h2>
<p class="cv">Design Leader</p>
<p>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui . </p>
</div> <!-- end content -->
</div><!--end m-item-->
</div><!-- end list-member -->
</div> <!--end item3-->
</div><!-- end carousel-inner -->
</div> <!-- end carousel-member-->
</div> <!--end midle-->
</div>
</div><!-- end mem -->
</div>

CONTACT US MENU

“Contact Us” Item has Menu Type: “Category”. To Configure this please go to Catalog >> Manage Categories >> Add a Subcategory.

In “Display Settings” of “Contact Us” have “Display mode: Static block only”; “CMS Block: Zana Contact us”. To configure, please go to CMS >> Static Blocks >> Add a New Block with named Zana Contact us

Copy and paste the following code into the Content field:

{{block type="core/template" name="contactForm" form_action="/contacts/index/post" template="contacts/form.phtml"}}

To view more guide about how to install, set up and configure SM Mega Menu as you want, please click HERE

4.3Ai?? Extensions Configuration

List of Extensions are used in SM Zana Theme:

4.3.1. SM Cart Pro Module

  • Position: SM Cart Pro
  • Frontend Appearance:

Backend of SM Cart Pro: Click Here
4.3.2. SM Dynamic Slideshow Module

  • Position: SM Dynamic Slideshow
  • Frontend Appearance:


Backend of SM Dynamic Slideshow: Click Here
4.3.3 SM Deal Module

  • Position: SM Deal
  • Frontend Appearance:

  • Backend of SM Deal: Click Here
  • To config this position, please navigate to CMS >> Pages >> Home page, navigate to Design tab and paste code as below:
<reference name="content-bottom-8">		
         <block type="deal/List" name="deal" template="sm/deal/default.phtml"/>
</block>
</reference>

4.3.4 SM Tab Listing Module

1. MEN FASHION – SM Tab Listing

  • Position: SM Tab Listing
  • Frontend Appearance:

Backend of MEN FASHION : Click Here

WOMEN FASHION – SM Tab Listing

  • Position: SM Tab Listing
  • Frontend Appearance:

To configure this position, in your Admin Panel, please navigate to CMS >> Pages >> Home page, navigate to Design tab and paste code as below:

<reference name="content-bottom-2">	
	<block type="tablisting/list" name="tablisting-02">
		<action method="setConfig">
                                 <values>
                                          <title>Women Fashion</title>
                                          <product_category>10</product_category>     
                                 </values>
		</action>
	</block>
</reference>

4.4 Blocks Configuration

To create static blocks, go to CMS >> Static Blocks >> Add new block

Zana Top Info

Frontend

Link show Backend of Zana Top Info.

  • Content Code of Zana Top Info:
<div id="top-info-crousel" class="carousel slide" data-ride="carousel">
	<div class="carousel-inner">
		<div class="item active">
			<div class="top-info">Use coupon <span>ZANA FASHION</span> 
			& get additional 8% discount on Menai??i??s Fashion</div>
		</div>
		<div class="item">
			<div class="top-info">Use coupon <span>ZANA FASHION</span> 
			& get additional 8% discount on Menai??i??s Fashion</div>
		</div>
	</div>
</div>

Zana Account Link

Frontend

Link show Backend of Zana Account Link.

  • Content Code of Zana Account Link:
<ul class="dropdown-link" >
<li><a href="{{store url}}customer/account/" title="Account info">Account info</a></li>
<li><a href="#" title="Watch list">Watch list</a></li>
<li><a href="#" title="Favorites">Favorites</a></li>
<li><a href="#" title="Purchase history">Purchase history</a></li>
<li><a href="#" title="My collections">My collections</a></li>
<li><a href="#" title="Followed searches">Followed searches</a></li>
<li><a href="#" title="Messages">Messages</a></li>
</ul>

Zana Shop Policy

Frontend

Link show Backend of Zana Shop Policy.

  • Content Code of Zana Shop Policy:
<div class="wrap-services-parent">
	<div class="wrap-services">
		<div class="wrap-fsi block-item">
			<div class="inner">
				<div class="wrap-title">
					<h2>Free Shipping Item</h2>
					<p>Free shipping on all orders over $90</p>
				</div>
				<div class="wrap-content">
					<p>Kiren mason poka. Integer ante dolor, suscipit non<br> 
					faucibus a, scelerisque vitae sapien. Duis bibendum ligula<br>
					lobortis elementum ullamcorper. Aliquam pellentesque<br>
					pretium ipsum, quis auctor arcu. Fusce dictum, mauris<br>
					sed ullamcorper pharetra, sapien dui rutrum velit, sed interdum urna erat dapibus felis. 
					</p>
				</div>
			</div>
		</div>
		<div class="wrap-mbg block-item">
			<div class="inner">
				<div class="wrap-title">
					<h2>Money Back Guarantee</h2>
					<p>All purchases at Shop are covered for 7 days </p>
				</div>
				<div class="wrap-content">
					<ul>
						<li>Fusce euismod consequat ante</li>
						<li>Lorem ipsum dolor sit met</li>
						<li>Consectetuer adipiscing elitelue </li>
						<li>Fusce euismod consequat ante</li>
						<li>Fusce euismod consequat ante</li>
					</ul>
				</div>
			</div>	
		</div>
		<div class="wrap-ao block-item">
			<div class="inner">
				<div class="wrap-title">
					<h2>Accepting orders 24/7</h2>
					<p><span class="cu lb">Call Us :</span> 0123-456-789</p>
				</div>
				<div class="wrap-content">
					<p class="l-mail"><span class="lb"> Email :</span> <a title="contact" href="mailto:contact@zanafashion.com">contact@zanafashion.com</a></p>
					<p class="l-phone"><span class="lb"> Hotline :</span>  0123-456-789 </p>
					<p class="l-skype"><span class="lb"> Skype :</span>  zanafashion.sky</p>
				</div>
			</div>
		</div>
	</div>
</div>

Zana Banner home

Frontend

Link show Backend of Zana Banner home.

  • Content Code of Zana Banner home:
<div class="wrap-banner-home">
<ul>
<li class="item-first"><a class="first"  href="#"><img  src="{{media url="wysiwyg/images/banner1.png"}}" alt="banner 1" /></a>
<a class="last" href="#"><img  src="{{media url="wysiwyg/images/banner2.png"}}" alt="banner 2" /></a></li>
<li class="b-center">
<a href="#"><img  src="{{media url="wysiwyg/images/banner3.png"}}" alt="banner 3" /></a>
</li>
<li class="item-last"><a class="first" href="#"><img title="banner 1" src="{{media url="wysiwyg/images/banner4.png"}}" alt="banner 4" /></a>
<a href="#" class="last"><img src="{{media url="wysiwyg/images/banner5.png"}}" alt="banner 5" /></a></li>
</ul>
</div>

Zana Banner Content Home

Frontend

Link show Backend of Zana Banner Content Home.

  • Content Code of Zana Banner Content Home:
<a class="banner-content-home" title="banner home" href="#"><img src="{{media url="wysiwyg/images/banner-content-home.png"}}" alt="banner home" /></a>

Zana Static Block Product

Frontend

Link show Backend of Zana Static Block Product.

  • Content Code of Zana Static Block Product:
<div class="wrap-product">
	<div class="item">
		<ul>
			<li class="first">
				<a href="#" title="pro1"><img src="{{media url="wysiwyg/images/img-pro1.png"}}" alt="" /></a>
				<div class="left-content">
					<h2><a href="#">Summer<br> Entertaining</a></h2>
					<p>Duis sed odio sit amet nibh<br> vulputate cursus a sit amet mauris. <br>Morbi accumsan </p>
					<a class="btn-view" href="#" title="View detail">VIEW DETAILS</a>
				</div>
			</li>
			<li>
				<a href="#" title="pro2"><img src="{{media url="wysiwyg/images/img-pro2.png"}}" alt="" /></a>
				<div class="left-content">
				<h2><a href="#">Sollicitudi<br> Lorem</a></h2>
				<p>Duis sed odio sit amet nibh<br> vulputate cursus a sit amet<br> mauris. Morbi accumsan </p>
				<a class="btn-view" href="#" title="View detail">VIEW DETAILS</a>
				</div>
			</li>
			<li class="last">
				<a href="#" title="pro3"><img src="{{media url="wysiwyg/images/img-pro3.png"}}" alt="" /></a>
				<div class="left-content">
				<h2><a href="#">Best-Selling<br> Designs</a></h2>
				<p>Duis sed odio sit amet nibh<br> vulputate cursus a sit amet<br> mauris. Morbi accumsan </p>
				<a class="btn-view" href="#" title="View detail">VIEW DETAILS</a>
				</div>
			</li>
		</ul>
	</div>
	<div class="item last">
		<ul>
			<li class="first">
				<a href="#" title="pro4"><img src="{{media url="wysiwyg/images/img-pro4.png"}}" alt="" /></a>
				<div class="left-content">
					<h2><a href="#">Vulputate<br> Cursus</a></h2>
					<p>Duis sed odio sit amet nibh<br> vulputate cursus a sit amet<br> mauris. Morbi accumsan </p>
					<a class="btn-view" href="#" title="View detail">VIEW DETAILS</a>
				</div>
			</li>
			<li>
				<a class="pro5" href="#" title="pro5"><img src="{{media url="wysiwyg/images/img-pro5.png"}}" alt="img5" /></a>
				<div class="left-content">
					<h2><a href="#">Bibendum<br> Auctor</a></h2>
					<p>Duis sed odio sit amet nibh<br> vulputate cursus a sit amet mauris. <br>Morbi accumsan </p>
					<a class="btn-view" href="#" title="View detail">VIEW DETAILS</a>
				</div>
			</li>
			<li class="last">
				<a href="#" title="pro6"><img src="{{media url="wysiwyg/images/img-pro6.png"}}" alt="" /></a>
				<div class="left-content">
					<h2><a href="#">Accumsan<br> Ipsum</a></h2>
					<p>Duis sed odio sit amet nibh<br> vulputate cursus a sit amet mauris. <br>Morbi accumsan </p>
					<a class="btn-view" href="#" title="View detail">VIEW DETAILS</a>
				</div>
			</li>
		</ul>
	</div>
</div>

Zana what client say

Frontend

Link show Backend of Zana what client say.

  • Content Code of Zana what client say:
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 p-right">
	<div class="block-wcs">
		<h2> What Client Says</h2>
	</div>
	<div id="carousel-what-client-say" class="carousel slide" data-ride="carousel" data-interval="0">
	  <!-- Indicators -->
	  <ol class="carousel-indicators">
		<li data-target="#carousel-what-client-say" data-slide-to="0" class="active"></li>
		<li data-target="#carousel-what-client-say" data-slide-to="1"></li>
		<li data-target="#carousel-what-client-say" data-slide-to="2"></li>
	  </ol>
	  <!-- Wrapper for slides -->
	  <div class="carousel-inner">
		<div class="item active">
		  <img src="{{media url='wysiwyg/images/img-ws.png'}}" alt="what client say?">
		  <div class="wrap-content">
			<p class="cus-style-1">Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod <br>
			tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim <br>
			veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea <br>
			commodo consequat sed do eiusmod tempor incididunt ut labore.<span class="s-quote"></span></p>
			<p class="cus-style-2">Jane Doe - Account Manager</p>
		  </div>
		</div>
		<div class="item">
		  <img src="{{media url='wysiwyg/images/img-ws.png'}}" alt="what client say?">
		  <div class="wrap-content">
			<p class="cus-style-1">Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod <br>
			tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim <br>
			veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea <br>
			commodo consequat sed do eiusmod tempor incididunt ut labore.<span class="s-quote"></span></p>
			<p class="cus-style-2">Jane Doe - Account Manager</p>
		  </div>
		</div>
		<div class="item">
		  <img src="{{media url='wysiwyg/images/img-ws.png'}}" alt="what client say?">
		  <div class="wrap-content">
			<p class="cus-style-1">Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod <br>
			tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim <br>
			veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea <br>
			commodo consequat sed do eiusmod tempor incididunt ut labore. <span class="s-quote"></span></p>
			<p class="cus-style-2">Jane Doe - Account Manager</p>
		  </div>
		</div>
	  </div>
	</div>
</div>

Zana Brand

Frontend

Link show Backend of Zana Brand.

  • Content Code of Zana Brand:
	<div class="wrap-logo">
		<div class="logo-brand">
			<div class="item"><a href="#"><img src="{{media url='wysiwyg/images/logo-brand.png'}}" alt="logo brand"/></a></div>
			<div class="item"><a href="#"><img src="{{media url='wysiwyg/images/logo-brand.png'}}" alt="logo brand"/></a></div>
			<div class="item"><a href="#"><img src="{{media url='wysiwyg/images/logo-brand.png'}}" alt="logo brand"/></a></div>
			<div class="item"><a href="#"><img src="{{media url='wysiwyg/images/logo-brand.png'}}" alt="logo brand"/></a></div>
			<div class="item"><a href="#"><img src="{{media url='wysiwyg/images/logo-brand.png'}}" alt="logo brand"/></a></div>
			<div class="item"><a href="#"><img src="{{media url='wysiwyg/images/logo-brand.png'}}" alt="logo brand"/></a></div>
		</div>
	</div>

Zana Social Footer

Frontend

Link show Backend of Zana Social Footer.

  • Content Code of Zana Social Footer:
<div class="wrap-social">
	<img src="{{media url="wysiwyg/images/logo-static-block1.png"}}" title="logo"/>
        <img class="logo-blue" src="{{media url="wysiwyg/images/logo-static-block1-blue.png"}}" title="logo"/>
       <img class="logo-green" src="{{media url="wysiwyg/images/logo-static-block1-green.png"}}" title="logo"/>
       <img class="logo-pink" src="{{media url="wysiwyg/images/logo-static-block1-pink.png"}}" title="logo"/>
        <img class="logo-red" src="{{media url="wysiwyg/images/logo-static-block1-red.png"}}" title="logo"/>
        <img class="logo-violet" src="{{media url="wysiwyg/images/logo-static-block1-violet.png"}}" title="logo"/> 
	<div class="wrap-content">
		<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi 
		<br>enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Sollicitudin, lorem quis bibendum 
		<br>auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. </p>
		<div class="flow-us">
			{{block type="core/template" template="page/html/social.phtml"}}
		</div>	
	</div>
</div>

Zana Newsletter

Frontend

Link show Backend of Zana Newsletter.

  • Content Code of Zana Newsletter:
<div class="block block-news-letter">
<div class="block-content">
<p><span class="text-dmo">Don't Miss Out !</span> <span class="text-normal">Stay stylishly up-to-date with the latest news, hottest trends and new arrivals direct to your inbox.</span></p>
{{block type="newsletter/subscribe" name="newsletter" template="newsletter/subscribe.phtml"}}
</div>
</div>

Zana Fashion Footer

Frontend

Link show Backend of Zana Fashion Footer.

  • Content Code of Zana Fashion Footer:
<div class="block block-zf col-lg-3 col-md-3 col-sm-3 col-xs-12">
<div class="block-title">
        <span>Zana Fashion</span>
</div>
<div class="block-content">
<ul>
<li><a href="#">Online Recharge</a></li>
<li class="label-new"><a href="#">Fashion Showroom</a></li>
<li><a href="#">Corporate Program</a></li>
<li><a href="#">Merchant Signup</a></li>
<li><a href="#">Advertise With Us</a></li>
<li><a href="#">Affiliate</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">News / Press Releases</a></li>
</ul>
</div>
</div>

Zana Contact Order Payment Footer

Frontend

Link show Backend of Zana Contact Order Payment Footer.

  • Content Code of Zana Contact Order Payment Footer:
<div class="col-right-footer  col-lg-9 col-md-9 col-sm-9 col-xs-12 p-left">
	<div class="block-item-1">
		<div class="block block-cs">
			<div class="block-title">
				<span>Contact & Support</span>
			</div>
			<div class="block-content">
				<p><span class="lb">Address : </span>No 40 Baria Sreet 133/2 NewYork City, <br>
				NY,  United States</p>
				<p><span class="lb">Email :</span><a href="mailto:support@zanafashion.com">support@zanafashion.com</a></p>
				<p><span class="lb">Phone 1 :</span>0123456789 </p>
				<p><span class="lb">Phone 2 :</span>0123456789</p>
			</div>
		</div>		
		<div class="block block-or">
			<div class="block-title">
				<span>ORDERS</span>
			</div>
			<div class="block-content">
				<ul>
					<li class="label-free"><a href="#">Create New Account</a></li>
					<li><a href="#">Login</a></li>
					<li><a href="#">Track Your Order</a></li>
					<li><a href="#">Order History</a></li>
					<li><a href="#">Shopping Cart</a></li>
				</ul>
				<ul class="ul-last">					
					<li><a href="#">Ask in forum</a></li>
					<li><a href="#">Help Desk</a></li>
					<li><a href="#">Payment Methods</a></li>
					<li><a href="#">Custom Work</a></li>
					<li><a href="#">Promotions</a></li>	
				</ul>
			</div>
		</div>			
	</div>
	<div class="block-item-2">
		<div class="block block-payment">
			<div class="block-title">
				<span>Payment Method</span>
			</div>
			<div class="block-content">
				<p>We are using secure Paypal & Money-bookers payment method. </p>	
				<ul class="payment">
					<li class="p1"><span>wepay</span></li>
					<li class="p2"><span>master</span></li>
					<li class="p3"><span>a</span></li>
					<li class="p4"><span>paypal</span></li>
					<li class="p5"><span>visa</span></li>
				</ul>
			</div>
		</div>		
	</div>
</div>

Zana Footer Link

Frontend

Link show Backend of Zana Footer Link.

  • Content Code of Zana Footer Link:
<div class="wrap-footer-link">
	<ul>
		<li><a href="{{store url=""}}contacts/">Contact Us</a></li>
		<li><a href="#">Style Advisors</a></li>
		<li><a href="#">FAQs</a></li>
		<li><a href="#">Shipping Information</a></li>
		<li><a href="#">Returns Policy</a></li>
		<li><a href="#">Terms & Conditions</a></li>
		<li><a href="#">Privacy & Cookies</a></li>
		<li><a href="#">About Us</a></li>
		<li><a href="#">Careers</a></li>
		<li><a href="#">Affiliates</a></li>
		<li><a href="#">Advertising</a></li>
		<li><a href="#">Give Feedback</a></li>
		<li><a href="#">Size Help</a></li>
		<li><a href="#">Mr Porter Apps</a></li>
		<li><a href="#">Mr Porter Live</a></li>
	</ul>
</div>

4.5 How To Enable/Disable Social setting & Custom Copyright in admin

In the Administrator page, Please navigate to System >> Configuration >> find SM Zana Fashion Theme to configure the “Social setting” & “Custom Copyright” parameter as image below:

Social Settings
Facebook

  • Show Facebook – Allow to Enable/Disable Facebook
  • Facebook Name – Allow to input the name of Facebook
  • Facebook Url – Allow to input the Url of Facebook

Twitter

  • Show Twitter – Allow to Enable/Disable Twitter
  • Twitter Name – Allow to input the name of Twitter
  • Twitter Url – Allow to input the Url of Twitter

Google+

  • Show Google+ – Allow to Enable/Disable Google+
  • Google+ Name – Allow to input the name of Google+
  • Google+ Url – Allow to input the Url of Google+

Instagram

  • Show Instagram – Allow to Enable/Disable Instagram
  • Instagram Name – Allow to input the name of Instagram
  • Instagram Url – Allow to input the Url of Instagram

Pinterest

  • Show Pinterest – Allow to Enable/Disable Pinterest
  • Pinterest Name – Allow to input the name of Pinterest
  • Pinterest Url – Allow to input the Url of Pinterest

Advanced Settings

  • Show Cpanel – Allow to Enable/Disable Cpanel
  • Show Go to Top – Allow to Enable/Disable Go to Top
  • Use Add to Cart – Allow to Enable/Disable Cart
  • Use Add to Wishlist – Allow to Enable/Disable Wishlist
  • Use Add to Compare – Allow to Enable/Disable Compare
  • Enable Custom Copyright – Allow to Enable/Disable Custom Copyright
  • Copyright – If you select “Yes”, please custom copyright here, or else “No” will display the default copyright of Magento.
  • Custom Css – Allow to custom css
  • Custom Javascript – Allow to custom Javascript
  • Note 1: Please click Here to view more about How To Set Default Language and Currency in Magento
  • Note 2: We used Blog – Community Edition extension for blog page. To install this extension, please click here.

5SUPPORT – Back to top

Thank you so much for purchasing this theme. If you have any questions that are beyond the scope of this help file, please send us via: Support Tickets System

Thanks so much!