SM G3Shop

This guide will help you install SM G3Shop themes 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.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:

  • 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

  • Step 1: Extract “sm_g3shop_theme.zip” file and Copy folders skin;Ai??app; images; media to your site root folder.
  • 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 the parameter Current Package Name with the actual theme name.

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

4CONFIGURATION – Back to top

4.1 Page Configuration

4.1.1 Home Style 1 – with 1 Column Layout

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 parameter “Layout Update XML”:

<reference name="yt-slidershow">
        <block type="imageslider/list" name="imageslider.list.default" template="sm/imageslider/default.phtml"></block>     
</reference>

<reference name="content">
       <remove name="breadcrumbs" />
       <block type="categories/list" name="categories.list.default" template="sm/categories/default.phtml"></block>
       <block type="listingtabs/list" name="listingtabs.list.1" template="sm/listingtabs/default.phtml"></block>
       <block type="cms/block" name="img-hompage">
                <action method="setBlockId"><block_id>img-hompage</block_id></action>
         </block>
        <block type="deal/list" name="deal.list.default" template="sm/deal/default.phtml"></block>
         <block type="listingtabs/list" name="listingtabs.list.2" template="sm/listingtabs/default.phtml">
                    <action method="_setConfig">
			<values>
                                  <listingtabs_title_text>fashion</listingtabs_title_text>  
                                  <product_category>10,11,12,13,111,131,129,130,132,116,135</product_category>
                                  <product_order_by>date_created</product_order_by>
                                  <product_order_dir>DESC</product_order_dir>
			</values>
		  </action>
          </block>       
         <block type="cms/block" name="img-content">
                 <action method="setBlockId"><block_id>img-content</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="homeblog">
      <block type="blog/blog" name="latest-blog"  template="aw_blog/latest-blog.phtml"></block> 
</reference>

<reference name="testimonials">
         <block type="cms/block" name="block-client-say">
	        <action method="setBlockId"><block_id>slider-client-say</block_id></action>
         </block>
</reference>

4.1.2 Homepage Style 2 – 2 columns with left bar Layout

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 parameter “Layout Update XML”:

<reference name="left">
          <block type="slider/list" name="slider.list.default" template="sm/slider/default.phtml"></block>
           <block type="cms/block" name="img-left">
                 <action method="setBlockId"><block_id>img-left</block_id></action>
         </block>
         <block type="facebook/list" name="facebook.list.default" template="sm/facebook/default.phtml"></block>
          <block type="tag/popular" name="tags_popular" template="tag/popular.phtml"/> 
</reference>

<reference name="content">
<remove name="breadcrumbs" />
       <block type="listingtabs/list" name="listingtabs.list.3" template="sm/listingtabs/default2.phtml"></block> 
          <block type="cms/block" name="img-hompage">
                 <action method="setBlockId"><block_id>img-hompage</block_id></action>
         </block>
        <block type="deal/list" name="deal.list.default" template="sm/deal/default.phtml"></block>
         <block type="listingtabs/list" name="listingtabs.list.4" template="sm/listingtabs/default2.phtml">
                    <action method="_setConfig">
			<values>  
                                  <product_category>10,11,12,13,111,131,129,130,132,116,135</product_category>
                                  <product_order_by>top_rating</product_order_by>
                                  <product_order_dir>DESC</product_order_dir>
			</values>
		  </action>
          </block>
         <block type="cms/block" name="img-content">
                 <action method="setBlockId"><block_id>img-content</block_id></action>
         </block>
        <block type="cms/block" name="brand-logo2">
	        <action method="setBlockId"><block_id>brand-v2</block_id></action>
         </block>

</reference>
<reference name="homeblog">
      <block type="blog/blog" name="latest-blog"  template="aw_blog/latest-blog.phtml"></block> 
</reference>

<reference name="testimonials">
         <block type="cms/block" name="block-client-say">
	        <action method="setBlockId"><block_id>slider-client-say</block_id></action>
         </block>
</reference>

4.1.3 Homepage Style 3 – with 1 column

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 intoAi??the parameter “Layout Update XML”:

    
<reference name="content">
<remove name="breadcrumbs" />
          <block type="listingtabs/list" name="listingtabs.list.1" template="sm/listingtabs/default.phtml"></block>
          <block type="cms/block" name="img-hompage">
                 <action method="setBlockId"><block_id>img-hompage</block_id></action>
         </block>
        <block type="deal/list" name="deal.list.default" template="sm/deal/default.phtml"></block>
         <block type="listingtabs/list" name="listingtabs.list.2" template="sm/listingtabs/default.phtml">
                    <action method="_setConfig">
			<values>
                                  <product_category>10,11,12,13,111,131,129,130,132</product_category>
                                  <product_order_by>top_rating</product_order_by>
                                  <product_order_dir>DESC</product_order_dir>
			</values>
		  </action>
          </block>
        <block type="supercategories/list" name="supercategories.list.1" template="sm/supercategories/default.phtml"></block>

        <block type="supercategories/list" name="supercategories.list.1" template="sm/supercategories/default.phtml">
                  <action method="_setConfig">
			<values>  
                                  <product_category>5</product_category>
                                  <filter_order_by>top_rating</filter_order_by>
                                  <product_order_dir>DESC</product_order_dir>
			</values>
		  </action>
        </block>

         <block type="cms/block" name="img-content">
                 <action method="setBlockId"><block_id>img-content</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="homeblog">
      <block type="blog/blog" name="latest-blog"  template="aw_blog/latest-blog.phtml"></block> 
</reference>

<reference name="testimonials">
         <block type="cms/block" name="block-client-say">
	        <action method="setBlockId"><block_id>slider-client-say</block_id></action>
         </block>
</reference>

4.1.4 Homepage Style 4 – with 1 column

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 parameter “Layout Update XML”:

    
<reference name="content">
<remove name="breadcrumbs" />
<block type="supercategories/list" name="supercategories.list.default2" template="sm/supercategories/default.phtml">
                          <action method="_setConfig">
			<values> 
                                  <nbi_column1>10</nbi_column1>
                                  <product_category>4</product_category>
                                  <product_order_by>top_rating</product_order_by>
                                  <product_order_dir>DESC</product_order_dir>
			</values>
		  </action>
			</block>
       <block type="listingtabs/list" name="listingtabs.list.3" template="sm/listingtabs/default3.phtml"></block>
          <block type="cms/block" name="img-hompage">
                 <action method="setBlockId"><block_id>img-hompage</block_id></action>
         </block>
        <block type="deal/list" name="deal.list.default" template="sm/deal/default.phtml"></block>
         <block type="listingtabs/list" name="listingtabs.list.3" template="sm/listingtabs/default3.phtml">
                    <action method="_setConfig">
			<values>  
                                  <product_category>10,11,12,13,111,131,129,130,132</product_category>
                                  <product_order_by>top_rating</product_order_by>
                                  <product_order_dir>DESC</product_order_dir>
			</values>
		  </action>
          </block>

         <block type="cms/block" name="img-content">
                 <action method="setBlockId"><block_id>img-content</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="homeblog">
      <block type="blog/blog" name="latest-blog"  template="aw_blog/latest-blog.phtml"></block> 
</reference>

<reference name="testimonials">
         <block type="cms/block" name="block-client-say">
	        <action method="setBlockId"><block_id>slider-client-say</block_id></action>
         </block>
</reference>

4.1.5 Deals Page Configuration – with 1 column Layout

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 parameter “Layout Update XML”:

<reference name="content">
         <block type="listingdeals/list" name="listingdeals.list.default" template="sm/listingdeals/default.phtml"></block>
</reference>

4.2 Configure Mega Menu

  • Step 3: In order to add menu items, Go to SM Mega Menu >> Menu items Manager to add items as you want.

With Horizontal Menu:

SHOP Menu

Frontend Appearance

Tree of New Arrivals menu:

http://images.smartaddons.com/smartaddons/images/userguide/magento/sm-foro/tree-new-arivals.png

  • Link show Shop Menu’s backend. Please click Here to view.

ABOUT US Menu

Frontend Appearance

Note: About Us Menu has “Menu Type: Category” & “Data Type: category/43”. To config this page, please navigate to Catalog >> Manager Categories >> About Us category:

BLOG Menu

Frontend Appearance

Note: Blog Menu has “Menu Type: Category” & “Data Type: category/133”. To config this page, please navigate to Catalog >> Manager Categories >> BlogAi??category:

Copy & Paste code into the parameter “Custom Layout Update” in Custom Design Tab:

<remove name="catalog.compare.sidebar" />
<reference name="content">
<block type="blog/blog" name="blog" as= "blog-list" 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" before="-" name="left.blog.menu" >
                <action method="setTemplate" ifconfig="blog/menu/left">
                    <template>aw_blog/menu.phtml</template> 
                </action>

            </block>

        </reference>

With Vertical Menu:

Computer & Accessories Menu

Frontend Appearance

Tree of Computer & Accessories Menu:

http://images.smartaddons.com/sm-magento-images/magento-themes/sm-g3shop/tree-vertical-menu.png

  • Link show Computer & Accessories Menu’s backend. Please click Here to view.

Copy and Paste the Content code into editor:

<div class="megamenu-product">{{block type="basicproducts/list" template="sm/basicproducts/product-megamenu.phtml" basicproducts_title_text="" product_source="ids" product_ids="892,893" cat_title_display="0" category_title_max_characs="50" product_description_display="0" product_price_display="1" product_reviews_count="1" product_addcart_display="0" product_addwishlist_display="0" product_addcompare_display="0" product_readmore_display="0" imgcfg_from_product_image="1" imgcfg_width="160" imgcfg_height="160"}}</div>

4.3 Configure Extensions

I. SM Cart Pro

  • Position: SM Cart Pro
  • Frontend Appearance

  • Backend of SM Cart Pro: Click Here

II. SM Search Box Pro

  • Position: SM Search Box Pro
  • Frontend Appearance

  • Backend of SM Search Box Pro: Click Here

III. SM Image Slider

  • Position: SM Image Slider
  • Frontend Appearance

  • Backend of SM Image Slider: Click Here

IV. SM Categories

  • Position: SM Categories
  • Frontend Appearance

  • Backend of SM Categories: Click Here

V. SM Listing Tabs

  • Position: SM Listing Tabs
  • Frontend Appearance

  • Backend of SM Listing Tabs: Click Here

VI. SM Deal

  • Position: SM Deal
  • Frontend Appearance

  • Backend of SM Deal: Click Here

VII. SM Deal

  • Position: SM Deal
  • Frontend Appearance

  • Backend of SM Deal: Click Here

VIII. SM Listing Tabs

  • Position: SM Listing Tabs
  • Frontend Appearance

To configure this position, in your Admin Panel, please navigate to CMS >> Pages >> select “your homepage” >> copy and paste the code below into the parameter “Layout Update XML” of Design tab:

<reference name="content">
<block type="listingtabs/list" name="listingtabs.list.2" template="sm/listingtabs/default.phtml">
                    <action method="_setConfig">
			<values>
                                  <listingtabs_title_text>fashion</listingtabs_title_text>  
                                  <product_category>10,11,12,13,111,131,129,130,132,116,135</product_category>
                                  <product_order_by>date_created</product_order_by>
                                  <product_order_dir>DESC</product_order_dir>
			</values>
		  </action>
          </block>
</reference>

4.4 Configure Static Blocks

The SM G3shop front-page has static blocks in the Theme:

  • Static-Homepage
  • Static-Images content
  • Static-Brand
  • Static-Slider Testimonial
  • Static-Bottom services
  • Static-About Footer + Tool Footer + Help Footer + Information

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

Static-Homepage

To create static blocks, go to CMS >> Static Blocks with Identifier * : “img-homepage”

Frontend

Backend

  • Content Code of Static-Homepage:
   
										<div class="img-homepage">
	<div class="block-image-statics img-hompage1"><a href="#" title="Image Static"><img src="{{media url="wysiwyg/static-image-home/img-hp3.png"}}" alt="Left Image" /></a></div>
         <div class="block-image-statics img-hompage2"><a href="#" title="Image Static"><img src="{{media url="wysiwyg/static-image-home/img-hp1.png"}}" alt="Left Image" /></a></div>
          <div class="block-image-statics img-hompage3"><a href="#" title="Image Static"><img src="{{media url="wysiwyg/static-image-home/img-hp2.png"}}" alt="Left Image" /></a></div>
</div>

Static-Image Content

To create static blocks, go to CMS >> Static Blocks with Identifier * : “img-content”

Frontend

Backend

  • Content Code of Static-Homepage:
   
										<div class="block-image-static img-content"><a href="#" title="Image Static"><img src="{{media url="wysiwyg/img-content.png"}}" alt=" Image" /></a></div>

Static-Brand

To create static blocks, go to CMS >> Static Blocks with Identifier * : “brand-left”

Frontend

Backend

  • Content Code of Static-Brand:
   
												<div class="block block-brand">
			<div class="block-title">
				<strong>
					<span>Top Brands</span>
				</strong>

			</div>

			<div class="block-content">
				<div class="brand-wrapper">

						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-1.png"}}" alt="Static Image"  /></a>
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-2.png"}}" alt="Static Image"  /></a>
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-3.png"}}" alt="Static Image"  /></a>
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-4.png"}}" alt="Static Image"  /></a>
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-5.png"}}" alt="Static Image"  /></a>
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-6.png"}}" alt="Static Image"  /></a>
                                                <a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-3.png"}}" alt="Static Image"  /></a>
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-4.png"}}" alt="Static Image"  /></a>
                                                <a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-5.png"}}" alt="Static Image"  /></a>
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-2.png"}}" alt="Static Image"  /></a>

				</div>
			</div>
			<script type="text/javascript">

		jQuery(document).ready(function ($) {		
			  $(".brand-wrapper").owlCarousel({

			    // Most important owl features
			    items : 6,
			    itemsCustom : false,
			    itemsDesktop : [1199,6],
			    itemsDesktopSmall : [980,4],
			    itemsTablet: [768,3],
			    itemsTabletSmall: false,
			    itemsMobile : [479,1],
			    singleItem : false,
			    itemsScaleUp : false,

			    //Basic Speeds
			    slideSpeed : 200,
			    paginationSpeed : 800,
			    rewindSpeed : 1000,

			    //Autoplay
			    autoPlay : false,
			    stopOnHover : false,

			    // Navigation
			    navigation : true,
			    navigationText : ["prev","next"],
			    rewindNav : true,
			    scrollPerPage : false,

			    //Pagination
			    pagination : false,
			    paginationNumbers: false,

			    // Responsive 
			    responsive: true,
			    responsiveRefreshRate : 200,
			    responsiveBaseWidth: window,

			})

	});

</script>
</div>

Static-Slider Testimonial

To create static blocks, go to CMS >> Static Blocks with Identifier * : “slider-client-say”

Frontend

Backend

  • Content Code of Static-Slider Testimonial:
   
<ul class="yt-client-say">
   <li>
		<div class="block client-say">
			<div class="block-title">
				<strong>
					<span>Happy clients</span>
				</strong>
			</div>
			<div class="block-content">
				<div class="client-say-slider">
					<div class="item item-client-say">
						<div class="image-client block-image-static">
							<a href="#" title="Jack Andrson"><img src="{{media url="wysiwyg/image-client/img-client-1.png"}}" alt="Image Client" /></a>
						</div>
						<div class="client-say-info">
							<div class="client-comment">
							ai???Illo, fames mollitia cras asperiores amet magna minima natus donec voluptate nostra rem, facilis excepturi, ex ridiculus vehicula odit rerum auteai???
							</div>
							<div class="name-diot"></div>
							<div class="name-client">
								<h2><a href="#" title="Marrie Clair">Marrie Clair</a></h2>
								<p>Wallstreet Analyzer</p>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</li>
	<li>
		<div class="block client-say">
			<div class="block-title">
				<strong>
					<span>Happy clients</span>
				</strong>
			</div>
			<div class="block-content">
				<div class="client-say-slider">
					<div class="item item-client-say">
						<div class="image-client block-image-static">
							<a href="#" title="Jack Andrson"><img src="{{media url="wysiwyg/image-client/img-client-3.png"}}" alt="Image Client" /></a>
						</div>
						<div class="client-say-info">
							<div class="client-comment">
							ai??? Vehicula odit rerum aute Illo, fames mollitia cras asperiores amet magna minima natus donec voluptate nostra rem, facilis excepturi, ex ridiculusai???
							</div>
							<div class="name-diot"></div>
							<div class="name-client">
								<h2><a href="#" title="Marrie Clair">Mirter SinZhao</a></h2>
								<p>Milak Malphil</p>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</li>
	<li>
		<div class="block client-say">
			<div class="block-title">
				<strong>
					<span>Happy clients</span>
				</strong>
			</div>
			<div class="block-content">
				<div class="client-say-slider">
					<div class="item item-client-say">
						<div class="image-client block-image-static">
							<a href="#" title="Jack Andrson"><img src="{{media url="wysiwyg/image-client/img-client-2.png"}}" alt="Image Client" /></a>
						</div>
						<div class="client-say-info">
							<div class="client-comment">
							ai??? Amet magna minima natus donec voluptate Illo, fames mollitia cras asperiores  nostra rem, facilis excepturi, ex ridiculus vehicula odit rerum auteai???
							</div>
							<div class="name-diot"></div>
							<div class="name-client">
								<h2><a href="#" title="Marrie Clair">Marrie Sona</a></h2>
								<p>Pental Kathus</p>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</li>
</ul>	
<script type="text/javascript">
jQuery(document).ready(function ($) {

			  $(".yt-client-say").owlCarousel({

			    // Most important owl features
			    items : 1,
			    itemsCustom : false,
			    itemsDesktop : [1199,1],
			    itemsDesktopSmall : [980,1],
			    itemsTablet: [768,1],
			    itemsTabletSmall: false,
			    itemsMobile : [479,1],
			    singleItem : false,
			    itemsScaleUp : false,

			    //Basic Speeds
			    slideSpeed : 200,
			    paginationSpeed : 800,
			    rewindSpeed : 1000,

			    //Autoplay
			    autoPlay : false,
			    stopOnHover : false,

			    // Navigation
			    navigation : true,
			    navigationText : ["prev","next"],
			    rewindNav : true,
			    scrollPerPage : false,

			    //Pagination
			    pagination : false,
			    paginationNumbers: false,

			    // Responsive 
			    responsive: true,
			    responsiveRefreshRate : 200,
			    responsiveBaseWidth: window,

			})

	});

</script>

Static-Bottom Services

To create static blocks, go to CMS >> Static Blocks with Identifier * : “bottom-service”

Frontend

Backend

  • Content Code of Static-Bottom Services:
   
<div id="sevice-g3">

	<div class="title-box">
              <div class="container">
		<h2> 6 REASONS WHY SHOP AT G3SHOP </h2>
		<div class="btn-close"></div>
              </div>
	</div>

	<div class="container">
	<ul class="g3-services">
		<li class="item-service1 col-lg-4 col-md-4 col-sm-6">
			<div class="content-box">
				<div class="image-cat">
					<a title="img" href="#">
						<img src="{{media url="wysiwyg/static-image-home/free-shipping.png"}}" alt="Free Shipping" />
					</a>
				</div>
				<div class="cat-title">
					<a title="aaa" href="#">The Best Merchandise</a>
				</div>
				<div class="child-cat">							
					<span>Hac habitant eius lacinia harum, repellat aperiam ex hac consequatur lectus per, metus ullam</span>
				</div>
			</div>
		</li>

		<li class="item-service1 col-lg-4 col-md-4 col-sm-6">
			<div class="content-box">
		<div class="image-cat">
			<a title="img" href="#">
				<img src="{{media url="wysiwyg/static-image-home/free-shipping2.png"}}" alt="Free Shipping" />
			</a>
		</div>
		<div class="cat-title">
			<a title="aaa" href="#">Easy to Order</a>
		</div>
		<div class="child-cat">							
			<span>Hac habitant eius lacinia harum, repellat aperiam ex hac consequatur lectus per, metus ullam</span>
		</div>
	</div>
		</li>

		<li class="item-service1 col-lg-4 col-md-4 col-sm-6">
			<div class="content-box">
		<div class="image-cat">
			<a title="img" href="#">
				<img src="{{media url="wysiwyg/static-image-home/free-shipping3.png"}}" alt="Free Shipping" />
			</a>
		</div>
		<div class="cat-title">
			<a title="aaa" href="#">Free delivery for all our stock</a>
		</div>
		<div class="child-cat">							
			<span>Hac habitant eius lacinia harum, repellat aperiam ex hac consequatur lectus per, metus ullam facilis suscipit curae eaque gravida hac</span>
		</div>
	</div>
		</li>

		<li class="item-service col-lg-4 col-md-4 col-sm-6">
			<div class="content-box">
		<div class="image-cat">
			<a title="img" href="#">
				<img src="{{media url="wysiwyg/static-image-home/free-shipping4.png"}}" alt="Free Shipping" />
			</a>
		</div>
		<div class="cat-title">
			<a title="aaa" href="#">Easy to Order</a>
		</div>
		<div class="child-cat">							
			<span>ac habitant eius lacinia harum, repellat aperiam ex hac consequatur lectus per, metus ullam facilis suscipit curae eaque gravida hac</span>
		</div>
	</div>
		</li>
		<li class="item-service col-lg-4 col-md-4 col-sm-6">
			<div class="content-box">
		<div class="image-cat">
			<a title="img" href="#">
				<img src="{{media url="wysiwyg/static-image-home/free-shipping5.png"}}" alt="Free Shipping" />
			</a>
		</div>
		<div class="cat-title">
			<a title="aaa" href="#">Support online 24/7</a>
		</div>
		<div class="child-cat">							
			<span>ac habitant eius lacinia harum, repellat aperiam ex hac consequatur lectus per, metus ullam facilis suscipit curae eaque gravida hac</span>
		</div>
	</div>
		</li>
		<li class="item-service col-lg-4 col-md-4 col-sm-6">
			<div class="content-box">
		<div class="image-cat">
			<a title="img" href="#">
				<img src="{{media url="wysiwyg/static-image-home/free-shipping6.png"}}" alt="Free Shipping" />
			</a>
		</div>
		<div class="cat-title">
			<a title="aaa" href="#">Secure Online Shopping</a>
		</div>
		<div class="child-cat">							
			<span>ac habitant eius lacinia harum, repellat aperiam ex hac consequatur lectus per, metus ullam facilis suscipit curae eaque gravida hac</span>
		</div>
	</div>
		</li>
	</ul>
</div>
	<script type="text/javascript">
// <![CDATA[
    jQuery(document).ready(function($){
        $("#sevice-g3 .btn-close").click(function(){
        	$('#sevice-g3').toggleClass('bpr-show');
            $this = $(this);
            $("#sevice-g3 .g3-services").slideToggle("fast");
            $this.toggleClass("closed");  

        });
    });
// ]]>
</script>
</div>

Static-About Footer + Tool Footer + Help Footer + Information

Frontend

Static-About Footer

Frontend

To create static blocks, go to CMS >> Static Blocks with Identifier * : “about-footer”
Backend

  • Content Code of Static-About Footer:
   
                                             <div class="footer-title">
							<h2>ABOUT US</h2>
                                                       <div class="border-pen"></div>
						</div>
						<div class="content-block-footer">
							<ul>
								<li><a href="#"><span class="icon-Help">Ai??</span>Company info</a></li>
								<li><a href="#"><span class="icon-Help">Ai??</span>Blog</a></li>
								<li><a href="#"><span class="icon-Help">Ai??</span>Jobs</a></li>
								<li><a href="#"><span class="icon-Help">Ai??</span>Advertise with us</a></li>
                                                                <li><a href="#"><span class="icon-Help">Ai??</span>Policies</a></li>
							</ul>
						</div>

Static-Tool Footer

To create static blocks, go to CMS >> Static Blocks with Identifier * : “tools-footer”

Frontend

Backend

  • Content Code of Static-Tool Footer:
   
                                          <div class="footer-title">
						<h2>TOOLS & APPS</h2>
                                                 <div class="border-pen"></div>

						</div>
						<div class="content-block-footer">
							<ul>
								<li><a href="#"><span class="icon-doublet">Ai??</span>Mobile apps</a></li>
								<li><a href="#"><span class="icon-double">Ai??</span>Downloads</a></li>
								<li><a href="#"><span class="icon-double">Ai??</span>Developers</a></li>
								<li><a href="#"><span class="icon-double\">Ai??</span>Security center</a></li>
								<li><a href="#"><span class="icon-double\">Ai??</span>eBay official time</a></li>
                                                                <li><a href="#"><span class="icon-double\">Ai??</span>Site map</a></li>
							</ul>
						</div>

Static-Help Footer

To create static blocks, go to CMS >> Static Blocks with Identifier * : “help-footer”

Frontend

Backend

  • Content Code of Static-Help Footer:
   
                                              <div class="footer-title">
							<h2>HELP</h2>
                                                         <div class="border-pen"></div>
						</div>
						<div class="content-block-footer">
							<ul>
								<li><a href="#"><span class="icon-Help">Ai??</span>Help Center</a></li>
								<li><a href="#"><span class="icon-Help">Ai??</span>Seller Information Center</a></li>
								<li><a href="#"><span class="icon-Help">Ai??</span>Privacy</a></li>
								<li><a href="{{store url="contact-us.html"}}"><span class="icon-Help">Ai??</span>Contact us</a></li>
							</ul>
						</div>

Static-Information Footer

To create static blocks, go to CMS >> Static Blocks with Identifier * : “information-footer”

Frontend

Backend

  • Content Code of Static-Info Footer:
   
<div class="footer-title">
<h2>SHOP INFOMATION</h2>
<div class="border-pen"></div>
</div>
<div class="content-block-footer">
<ul>
	<li><span>Add: </span><p>Lafayette has a great customer service</p></li>
	<li><span>Tel: </span><p>02 8000 11 800<p></li>
	<li><span>Email: </span><a href="#" class="info-name">hr@domain_name.com</a></li>
	<li><span>Hotline: </span><a href="#" class="info-name">647-507-1376</a></li>
</ul>
<div class="info-maps">
	<span class=" icon-map-marker btn-close"></span><h2>SHOW ON MAP</h2>
</div>

</div>

Note: To Homepage style 2, it has Static Brand named Brand Homepage V2
To create static blocks, go to CMS >> Static-Brand Homepage V2 with Identifier * : “brand-v2”

Frontend

Backend

  • Content Code of Static-Brand Homepage V2:
   
<div class="block block-brand">
			<div class="block-title">
				<strong>
					<span>Top Brands</span>
				</strong>
			</div>

			<div class="block-content">
                               <div class="brand-wrapper">
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-1.png"}}" alt="Static Image"  /></a>
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-2.png"}}" alt="Static Image"  /></a>
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-3.png"}}" alt="Static Image"  /></a>
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-4.png"}}" alt="Static Image"  /></a>
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-5.png"}}" alt="Static Image"  /></a>
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-6.png"}}" alt="Static Image"  /></a>
                                                <a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-3.png"}}" alt="Static Image"  /></a>
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-4.png"}}" alt="Static Image"  /></a>
                                                <a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-5.png"}}" alt="Static Image"  /></a>
						<a title="brand3"><img src="{{media url="wysiwyg/brand-image/brand-logo-2.png"}}" alt="Static Image"  /></a>
				</div>				
			</div>
	<script type="text/javascript">

		jQuery(document).ready(function ($) {
			  $(".brand-wrapper").owlCarousel({		 
			    // Most important owl features
			    items : 4,
			    itemsCustom : false,
			    itemsDesktop : [1199,4],
			    itemsDesktopSmall : [980,4],
			    itemsTablet: [768,3],
			    itemsTabletSmall: false,
			    itemsMobile : [479,1],
			    singleItem : false,
			    itemsScaleUp : false,

			    //Basic Speeds
			    slideSpeed : 200,
			    paginationSpeed : 800,
			    rewindSpeed : 1000,

			    //Autoplay
			    autoPlay : false,
			    stopOnHover : false,

			    // Navigation
			    navigation : true,
			    navigationText : ["prev","next"],
			    rewindNav : true,
			    scrollPerPage : false,

			    //Pagination
			    pagination : false,
			    paginationNumbers: false,

			    // Responsive 
			    responsive: true,
			    responsiveRefreshRate : 200,
			    responsiveBaseWidth: window,

			})
	});

</script>
</div>

4.5 How To Edit Copyright in admin

Frontend Appearance

In the Administrator page, Please navigate to System >> Configuration >> find SM G3Shop Setting Module to configure the “Custom Copyright” parameter as image below:

Advanced Style

  • 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: Please click Here to view more about How To Set Default Language and Currency in Magento.

4.6 Blog Extension Installation

We have used Blog Extension in this theme. Please go Here to Download & readmore information about this extension.

5SUPPORT ai??i?? 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!