Getting Started

Installation

Layout Position

home 1 Home Style 1
home 2 Home Style 2
home 3 Home Style 3
home 4 Home Style 4
home 5 Home Style 5
home 4 Home Style 6
home 4 Home Style 7
home 4 Home Style 8

Homepage Configuration

  • To configure the default home page for your store, please go to System >> Configuration >> General >> Web >> Default Pages tab, select the desired page in the CMS Home Page field and save configuration.
  • You need to change to the website / store view that you want to change (the dropdown menu in the upper left corner). You will probably have to create a new CMS page if you want to have something different from your default home page.

From the top menu, please select CMS >> Pages. Here you can find all the store pages that you have imported, so you don't need to add them. You only need to update the pages HTML and XML content as you wish.

  • Step 1. Open any of them in order to get the access to the content.


  • Step 2. Edit the content as you desire
    • Page Information Tab: Please click to see the Backend Settings.
    • Content Tab: Please click to see the Backend Settings.
    • Copy and paste the following code into the Content field::
      <div class="home-default homestyle1">
      	{{block type="cms/block" block_id="id-1-block-1"}}
      	
      	{{block type="cms/block" block_id="id-1-block-2"}}
      	
      	{{block type="cms/block" block_id="id-1-block-3"}}
      	
      	{{block type="cms/block" block_id="id-1-block-4"}}
      </div>
      	
  • Step 3. Press Save Page button to save your configuration

  • To create the "Image Slider", please go to Admin Panel >> CMS >> Static Blocks >> Add new block with Identifier "id-1-block-1".
    Please try to use below example code in your cms contents.
    <div class="row">
    		<div class="col-lg-3 col-md-12 hidden-sm hidden-xs wrapper-megamenu-vertical">
    			{{block type="megamenu/list" template="sm/megamenu/megamenu-vertical.phtml" title="Categories" theme="2" group_id="5"}}
    		</div>
    		
    		<div class="col-lg-9 col-md-12">
    			<div class="slidershow-content">
    				<div class="owl-carousel slidershow">
    					<div class="item">
    						<a href="#" title="Slider Image"><img src="{{media url="wysiwyg/slider-home/home-1/item-1.jpg"}}" alt="Static Image" /></a>
    					</div>
    					
    					<div class="item">
    						<a style="border: 1px solid #ddd; border-radius: 5px; line-height: 0; overflow: hidden; display: block;" href="#" title="Slider Image"><img src="{{media url="wysiwyg/slider-home/home-1/item-2.jpg"}}" alt="Static Image" /></a>
    					</div>
    					
    					<div class="item">
    						<a href="#" title="Slider Image"><img src="{{media url="wysiwyg/slider-home/home-1/item-3.jpg"}}" alt="Static Image" /></a>
    					</div>
    				</div>
    				
    				<script>
    					jQuery(document).ready(function($) {
    						$(".slidershow").owlCarousel({
    							responsive:{
    								0:{
    									items:1
    								},
    								480:{
    									items:1
    								},
    								768:{
    									items:1
    								},
    								992:{
    									items:1
    								},
    								1200:{
    									items:1
    								}
    							},
    							autoplay:true,
    							loop:true,
    							nav : true,
    							dots: true,
    							autoplaySpeed : 500,
    							navSpeed : 500,
    							dotsSpeed : 500,
    							autoplayHoverPause: true,
    							margin:0,
    						});	  
    					});	
    				</script>
    			</div>
    		</div>
    	</div>
     
  • To show the "Image Slider", please go to CMS >> Page.
  • Please try to use below example code in your cms contents.
    {{block type="cms/block" block_id="id-1-block-1"}}

  • To create the "Service", please go to Admin Panel >> CMS >> Static Blocks >> Add new block with Identifier "id-1-block-1".
    Please try to use below example code in your cms contents.
    <div class="services-inline">
    		<ul>
    			<li>
    				<div class="box-icon"><img src="{{media url="wysiwyg/icon/icon-1.png"}}" alt="Shipping" /></div>
    				<div class="service-info">
    				<h2>Free Shipping & Return</h2>
    				<p>Free shipping on orders over $49</p>
    				</div>
    			</li>
    			
    			<li>
    				<div class="box-icon"><img src="{{media url="wysiwyg/icon/icon-2.png"}}" alt="Money Guarantee" /></div>
    				<div class="service-info">
    				<h2>Money Guarantee</h2>
    				<p>30 days money back guarantee</p>
    				</div>
    			</li>
    			
    			<li>
    				<div class="box-icon"><img src="{{media url="wysiwyg/icon/icon-3.png"}}" alt="Online Support" /></div>
    				<div class="service-info">
    				<h2>Online Support</h2>
    				<p>We support online 24 hours a day</p>
    				</div>
    			</li>
    		</ul>
    	</div>
     
  • To show the "Service", please go to CMS >> Page.
  • Please try to use below example code in your cms contents.
    {{block type="cms/block" block_id="id-1-block-1"}}

  • To create the "ID-1-Block-2", please go to Admin Panel >> CMS >> Static Blocks >> Add new block with Identifier "id-1-block-2".
    Please try to use below example code in your cms contents.
    <div class="deal-products">
    		{{block type="deal/list" template="sm/deal/default.phtml" deal_title_text="Deals Of The Week" product_source="catalog" product_category="61,69,89" child_category_products="1" max_depth="10" product_featured="0" product_order_by="best_sales" product_order_dir="ASC" product_limitation="4"}}
    		
    		<script type="text/javascript">
    			jQuery(document).ready(function($) {
    				$(".deal-products .deal-slider").owlCarousel({
    					responsive:{
    						0:{
    							items:1
    						},
    						480:{
    							items:1
    						},
    						768:{
    							items:1
    						},
    						992:{
    							items:2
    						},
    						1200:{
    							items:2
    						}
    					},
    					
    					autoplay:false,
    					loop:false,
    					nav : true, 
    					dots: false,
    					autoplaySpeed : 500,
    					navSpeed : 500,
    					dotsSpeed : 500,
    					autoplayHoverPause: true,
    					margin:30,
    				});	  
    			});	
    		</script>
    	</div>
    
    	<div class="banner-home-wrapper">
    		<div class="row row-1">
    		<div class="col-lg-6 col-md-6 col-sm-6">
    		<div class="banner-home lef-banner banner-image"><a title="Banner Image" href="#"> <img src="{{media url="wysiwyg/banner-image/banner-home-1.jpg"}}" alt="Banner Image" /> </a></div>
    		</div>
    		<div class="col-lg-6 col-md-6 col-sm-6">
    		<div class="banner-home right-banner banner-image"><a title="Banner Image" href="#"> <img src="{{media url="wysiwyg/banner-image/banner-home-2.jpg"}}" alt="Banner Image" /> </a></div>
    		</div>
    		</div>
    		<div class="row row-2">
    		<div class="col-lg-3 col-md-3 col-sm-3">
    		<div class="banner-home lef-banner banner-image"><a title="Banner Image" href="#"> <img src="{{media url="wysiwyg/banner-image/banner-home-3.jpg"}}" alt="Banner Image" /> </a></div>
    		</div>
    		<div class="col-lg-6 col-md-6 col-sm-6">
    		<div class="banner-home center-banner banner-image"><a title="Banner Image" href="#"> <img src="{{media url="wysiwyg/banner-image/banner-home-4.jpg"}}" alt="Banner Image" /> </a></div>
    		</div>
    		<div class="col-lg-3 col-md-3 col-sm-3">
    		<div class="banner-home right-banner banner-image"><a title="Banner Image" href="#"> <img src="{{media url="wysiwyg/banner-image/banner-home-5.jpg"}}" alt="Banner Image" /> </a></div>
    		</div>
    		</div>
    	</div>
     
  • To show the "ID-1-Block-2", please go to CMS >> Page.
  • Please try to use below example code in your cms contents.
    {{block type="cms/block" block_id="id-1-block-2"}}

  • To create the "ID-1-Block-3", please go to Admin Panel >> CMS >> Static Blocks >> Add new block with Identifier "id-1-block-3".
    Please try to use below example code in your cms contents.
    <div class="slider-product-home slider-single-1">
    		{{block type="basicproducts/list" template="sm/basicproducts/default-grid.phtml" basicproducts_title_text="Smartphone & Tablet" product_source="catalog" product_category="201" product_order_by="lastest_product" product_order_dir="ASC" product_limitation="8"}}
    		
    		<script type="text/javascript">
    			jQuery(document).ready(function($) {
    				$(".slider-single-1 .product-slider").owlCarousel({
    					responsive:{
    						0:{
    							items:1
    						},
    						480:{
    							items:3
    						},
    						768:{
    							items:4
    						},
    						992:{
    							items:4
    						},
    						1200:{
    							items:5
    						}
    					},
    					
    					autoplay:false,
    					loop:false,
    					nav : true, 
    					dots: false,
    					autoplaySpeed : 500,
    					navSpeed : 500,
    					dotsSpeed : 500,
    					autoplayHoverPause: true,
    					margin:20,
    				});	  
    			});	
    		</script>
    	</div>
    	
    	<div class="latest-post-wrapper">
    		{{block type="blog/blog" template="aw_blog/latest-post.phtml"}}
    		
    		<script type="text/javascript">
    			jQuery(document).ready(function($) {
    				$(".latest-post-wrapper .slider-post").owlCarousel({
    					responsive:{
    						0:{
    							items:1
    						},
    						480:{
    							items:2
    						},
    						768:{
    							items:3
    						},
    						992:{
    							items:4
    						},
    						1200:{
    							items:4
    						}
    					},
    					
    					autoplay:false,
    					loop:false,
    					nav : true, 
    					dots: false,
    					autoplaySpeed : 500,
    					navSpeed : 500,
    					dotsSpeed : 500,
    					autoplayHoverPause: true,
    					margin:20,
    				});	  
    			});	
    		</script>
    	</div>
     
  • To show the "ID-1-Block-3", please go to CMS >> Page.
  • Please try to use below example code in your cms contents.
    {{block type="cms/block" block_id="id-1-block-3"}}

  • To create the "ID-1-Block-4", please go to Admin Panel >> CMS >> Static Blocks >> Add new block with Identifier "id-1-block-4".
    Please try to use below example code in your cms contents.
    <div class="row">
    		<div class="col-lg-3 col-md-6 col-sm-6">
    			<div class="column-product">
    				{{block type="basicproducts/list" template="sm/basicproducts/default-list.phtml" basicproducts_title_text="New Arrivals" product_source="catalog" product_category="61,69,89" product_order_by="lastest_product" product_order_dir="ASC" product_limitation="3"}}
    			</div>
    		</div>
    		
    		<div class="col-lg-3 col-md-6 col-sm-6">
    			<div class="column-product">
    				{{block type="basicproducts/list" template="sm/basicproducts/default-list.phtml" basicproducts_title_text="Bestsellers" product_source="catalog" product_category="61,69,89" product_order_by="best_sales" product_order_dir="ASC" product_limitation="3"}}
    			</div>
    		</div>
    		
    		<div class="col-lg-3 col-md-6 col-sm-6">
    			<div class="column-product">
    				{{block type="basicproducts/list" template="sm/basicproducts/default-list.phtml" basicproducts_title_text="Featured" product_source="catalog" product_category="61,69,89" product_order_by="top_rating" product_order_dir="ASC" product_limitation="3"}}
    			</div>
    		</div>
    		
    		<div class="col-lg-3 col-md-6 col-sm-6">
    			<div class="column-product">
    				{{block type="basicproducts/list" template="sm/basicproducts/default-list.phtml" basicproducts_title_text="Most Viewed" product_source="catalog" product_category="61,69,89" product_order_by="most_reviewed" product_order_dir="ASC" product_limitation="3"}}
    			</div>
    		</div>
    	</div>
    	
    	<div class="slider-brand-wrapper">
    		<div class="primary-title">
    		<h2>Featured Brands</h2>
    		</div>
    		<div class="owl-carousel slider-brand">
    		<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-1.jpg"}}" alt="Slider Brand" /></a></div>
    		<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-2.jpg"}}" alt="Slider Brand" /></a></div>
    		<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-3.jpg"}}" alt="Slider Brand" /></a></div>
    		<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-4.jpg"}}" alt="Slider Brand" /></a></div>
    		<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-5.jpg"}}" alt="Slider Brand" /></a></div>
    		<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-6.jpg"}}" alt="Slider Brand" /></a></div>
    		<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-1.jpg"}}" alt="Slider Brand" /></a></div>
    		<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-2.jpg"}}" alt="Slider Brand" /></a></div>
    		</div>
    		<script type="text/javascript">
    			jQuery(document).ready(function($) {
    				$(".slider-brand").owlCarousel({
    					responsive:{
    						0:{
    							items:2
    						},
    						480:{
    							items:3
    						},
    						768:{
    							items:5
    						},
    						992:{
    							items:6
    						},
    						1200:{
    							items:6
    						}
    					},
    					
    					autoplay:false,
    					loop:true,
    					nav : true, 
    					dots: false,
    					autoplaySpeed : 500,
    					navSpeed : 500,
    					dotsSpeed : 500,
    					autoplayHoverPause: true,
    					margin:30,
    				});	  
    			});	
    		</script>
    	</div>
     
  • To show the "ID-1-Block-4", please go to CMS >> Page.
  • Please try to use below example code in your cms contents.
    {{block type="cms/block" block_id="id-1-block-4"}}

  • To create the "Footer", please go to Admin Panel >> CMS >> Static Blocks >> Add new block with Identifier "footer-top-4col".
    Please try to use below example code in your cms contents.
    <div class="row">
                        <div class="col-lg-5 col-md-5">
                            <div class="block-footer block-footer-contact">
                                <h4 class="title-footer">Contact Us</h4>
                                <ul>
                                    <li><span><em class="fa fa-home"></em><b>Address:</b></span> No 40 Baria Sreet 133/2 NewYork City, NY, USD</li>
                                    <li><span><em class="fa fa-paper-plane"></em><b>Mail Us:</b></span> sm-destino@magentech.com</li>
                                    <li><span><em class="fa fa-phone"></em><b>Phone:</b></span> (888) 1234 56789</li>
                                </ul>
                            </div>
    
    						{{block type="page/html" name="social_info" as="social_info" template="page/html/social.phtml"}}
                        </div>
    
                        <div class="col-lg-3 col-md-3">
                            <div class="block-footer">
                                <h4 class="title-footer">Our Services</h4>
                                <ul>
                                    <li><a title="New York" href="#">New York</a></li>
                                    <li><a title="London SF" href="#">London SF</a></li>
                                    <li><a title="Cockfosters BP" href="#">Cockfosters BP</a></li>
                                    <li><a title="Los Angeles" href="#">Los Angeles</a></li>
                                    <li><a title="Chicago" href="#">Chicago</a></li>
                                </ul>
                            </div>
                        </div>
    
                        <div class="col-lg-2 col-md-2">
                            <div class="block-footer">
                                <h4 class="title-footer">Extras</h4>
                                <ul>
                                    <li><a title="About Store" href="#">About Store</a></li>
                                    <li><a title="New Collection" href="#">New Collection</a></li>
                                    <li><a title="Contact Us" href="#">Contact Us</a></li>
                                    <li><a title="Latest News" href="#">Latest News</a></li>
                                    <li><a title="Our Sitemap" href="#">Our Sitemap</a></li>
                                </ul>
                            </div>
                        </div>
    
                        <div class="col-lg-2 col-md-2">
                            <div class="block-footer">
                                <h4 class="title-footer">My account</h4>
                                <ul>
                                    <li><a title="About Store" href="#">About Store</a></li>
                                    <li><a title="New Collection" href="#">New Collection</a></li>
                                    <li><a title="Contact Us" href="#">Contact Us</a></li>
                                    <li><a title="Latest News" href="#">Latest News</a></li>
                                    <li><a title="Our Sitemap" href="#">Our Sitemap</a></li>
                                </ul>
                            </div>
                        </div>
                    </div>
     
  • Theme Setting

    In Magento admin panel, navigate to SM Destino Setting and configure its settings as you want.

    Please click Here to view the theme settings.

    Set Below options

    Theme Color

    Support 6 Color Styles.You can define other styles by changing parameters.

    Body Font, Element Google Font

    In these options, you can change main font, font weight, font size, link color, etc.

    Menu

    Menu Style: This param support 2 types: css and mega.
    Menu on top: Choose "Yes" to turn on "Sticky Menu" feature, the menu will be fixed on top when scroll down the page.
    Mobile Menu Type: This param support 3 types: sidebar, selectbox, collapse.

    Theme Layout

    Layout Style: This theme support wide, boxed and full width layout. You can select a layout style that you want.
    Max Width: You can change page's width.
    Responsive Layout: Choose "Yes" to show responsive layout for each type of devices.
    Direction Right To Left: This theme support right to left layout. Choose "Yes" to view.

    We provides flexible grid system includes: layout 1 column, layout 2 columns, layout 3 columns. You can change product's quantity per row to fit each screen.

    Thumbs Styles: This option allow you choose thumb style types that you want.

    Image Zoom

    Enable Product Image Zoom: Choose "Yes/No" to "Allow/Not Allow" show product image zoom when you mouse hover on the product image.

    Related - Upsell Product

    In these options, you can choose "Yes/No" to "Show/Hide" and set limit quantity for related and upsell products.

    Custom Tab

    Choose "Yes", you can change name and add content for Custom Tab.

    Choose "Yes" to show socials. When you choose "Yes", you can change name and link of socials.

    Advanced

    Choose "Yes/No" to "Show/Hide" Go to Top, Add to Cart, Add to Wishlist, Add to Compare, Newsletter Popup, Copyright.

    Custom Css, Javascript: To custom Css or Javascript.

    Import Static Blocks

    By clicking this button, you can import all static blocks that are used for our demo site.

    Import Pages

    By clicking this button, you can import all pages that are used for our demo site.

    Import Menu Sample Data

    Click button to create demo data for Megamenu.

    Extensions


    Other

    Change Log

  • Compatible with Magento 2.1.8
  • Compatible with Magento 1.9.3.4
  • Upgrade to be Compatible with 2.1.7
  • Fix issue of not able to choose param of popup ajax cart on Mobile Layout
  • Fix issue of dropdown megamenu style
  • Add buttom of quantity change in product page
  • Add more configuration parameter to display social buttons in product page
  • Fix issue of style in product page (box image, box info)
  • Upgraded to be compatible with Magento 2.1.6.
  • Adding 3 more news homepage layouts.
  • Fix issue of popup display to choose color in admin.
  • Fix quickcartpro Module issue.
  • Fix detective mobile template issue.
  • Remove module quickview.
  • Add module CartQuickPro.
  • Update Automatically Detective Mobile Layout.
  • Update mobile layout.
  • Compatible with Magento 2.1.5.
  • Updated require_config.js error.
  • Fixed multi-store issue.
  • Fixed condition checking error to display related, up-sell product.
  • Fixed less error when deploy.
  • Compatible with Magento 2.1.4

    Release