Getting Started

Installation

Layout Position

home 1 Home Style 1
home 2 Home Style 2
home 3 Home Style 3

Homepage Configuration

  • To configure the default home page for your store, please go to Stores>> Settings >>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 Content >> Elements >> 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


  • Step 3. Press Save Page button to save your configuration

  • How to edit description?
    To edit description, please go to Admin Panel > Content > Elements > Blocks > Search Identifier "short-description-newsletter-popup".
    Please try to use below example code in your cms contents.
    <p>Sign up our newsletter and save <span class="sale-off">25% off</span><br /> for the next purchase!</p>
  • How to change background image?
    In the code directory, please go to 2 folders and coppy override background image:
    pub/static/frontend/Sm/mimoza/en_US/images/bg-newsletter.jpg
    app/design/frontend/Sm/mimoza/web/images/bg-newsletter.jpg

  • To create the "ID1-Block1", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id1-block1".
    Please try to use below example code in your cms contents.
    	<div class="container slideshow-banner-promotion">
        <div class="row">
            <!--SlideShow-->
            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
                <div class="id1-slidershow">
                    <div class="owl-carousel">
                        <div class="item">
                            <a href="#" title="Slide 1"><img src="{{media url="wysiwyg/slideshow/home-1/index_v4_1.jpg"}}" alt="Slide 1" /></a>
                        </div>
                        
                        <div class="item">
                            <a href="#" title="Slide 2"><img src="{{media url="wysiwyg/slideshow/home-1/index_v4_2.jpg"}}" alt="Slide 2" /></a>
                        </div>
                        
                        <div class="item">
                            <a href="#" title="Slide 3"><img src="{{media url="wysiwyg/slideshow/home-1/index_v4_3.jpg"}}" alt="Slide 3" /></a>
                        </div>
                    </div>
                    
                    <script type="text/javascript">
                        require([
                            'jquery',
                            'owlcarousel'
                        ], function ($) {
                            $(".id1-slidershow .owl-carousel").owlCarousel({
                                items:1,
                                autoplay:true,
                                loop:true,
                                nav : true, 
                                dots: false,
                                autoplaySpeed : 500,
                                navSpeed : 500,
                                dotsSpeed : 500,
                                autoplayHoverPause: true,
                                margin:0,
                            });	  
                        });			
                    </script>
                </div>
            </div>
            <!--End:SlideShow-->
    
            <!--Banner Promotion-->
            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
                <a href="#" title="banner promotion 1" class="box-img block-banner-top">
                    <img src="{{media url="wysiwyg/banner/banner_promotion_1.jpg"}}" alt="banner promotion 1" />
                </a>
                <div class="row block-banner-bottom">
                    <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
                            <a href="#" title="banner promotion 2" class="box-img">
                                <img src="{{media url="wysiwyg/banner/banner_promotion_2.jpg"}}" alt="banner promotion 2" />
                            </a>    
                    </div>
                    <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
                            <a href="#" title="banner promotion 3" class="box-img">
                                <img src="{{media url="wysiwyg/banner/banner_promotion_3.jpg"}}" alt="banner promotion 3" />
                            </a>    
                    </div>
                </div>
            </div>
            <!--End:Banner Promotion-->
        </div>
    </div>
  • To show the "ID1-Block1", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your XML contents.
    {{block class="Magento\\Cms\\Block\\Block" block_id="id1-block1"}}
    

  • To create the "ID1-Block2", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id1-block2".
    Please try to use below example code in your cms contents.
    <!--Tab Products BestSelling-->
    <div class="tab-products">
        <div class="container">
            <div class="row">
                <div class="col-lg-12">
                        <div class="description-block">Top Sale On This Week</div>
                        <div class="title-block">
                            <h2>Best-Selling Products</h2>
                            <span class="star"></span>
                        </div>
                        {{block class="Sm\ListingTabs\Block\ListingTabs" template="Sm_ListingTabs::default.phtml" title="" type_show="slider" type_listing="all" display_countdown="0" type_filter="categories"  category_tabs="185,186,187,188,266,267" order_by="num_rating_summary" order_dir="ASC" limitation="10" product_row="2" show_description="0" nbcolum1="1" nbcolum2="2" nbcolum3="3" nbcolum4="4" nbcolum5="5" margin="30" nav="false" dot="false"}}
                </div>
            </div>
        </div>
    </div>
    <!--End:Tab Products BestSelling-->
    
    <!--Featured Categories-->
    <div class="featured-categories">
        <div class="container">
            <div class="row">
                <div class="col-lg-12">
                    <div class="wrap">
                        <div class="description-block">
                            <span>Top Popular Collection</span>
                        </div>
                        <div class="title-block">
                            <h2>Featured Categories</h2>
                            <span class="star"></span>
                        </div>
    
                        <div class="slider-categories ">
                            <div class="owl-carousel owl-theme">
    
                                <div class="wrap-item">
                                    <div class="item">
                                        <img src="{{media url="wysiwyg/featured-categories/item_categrie_1.png"}}" alt="categories1" />
                                    </div>    
                                    <h4><a href="#">Men Suits</a></h4>
                                </div>
                                <div class="wrap-item">
                                    <div class="item">
                                        <img src="{{media url="wysiwyg/featured-categories/item_categrie_2.png"}}" alt="categories2" />
                                    </div>    
                                    <h4><a href="#">Dresses</a></h4>
                                </div>
                                <div class="wrap-item">
                                    <div class="item">
                                        <img src="{{media url="wysiwyg/featured-categories/item_categrie_3.png"}}" alt="categories3" />
                                    </div>    
                                    <h4><a href="#">Jewelry</a></h4>
                                </div>
                                <div class="wrap-item">
                                    <div class="item">
                                        <img src="{{media url="wysiwyg/featured-categories/item_categrie_4.png"}}" alt="categories4" />
                                    </div>    
                                    <h4><a href="#">SWIMWEAR</a></h4>
                                </div>
                                <div class="wrap-item">
                                    <div class="item">
                                        <img src="{{media url="wysiwyg/featured-categories/item_categrie_5.png"}}" alt="categories5" />
                                    </div>    
                                    <h4><a href="#">LEATHER BAG</a></h4>
                                </div>
                                <div class="wrap-item">
                                    <div class="item">
                                        <img src="{{media url="wysiwyg/featured-categories/item_categrie_6.png"}}" alt="categories6" />
                                    </div>    
                                    <h4><a href="#">WOMEN JACKET</a></h4>
                                </div>
    
                                <div class="wrap-item">
                                    <div class="item">
                                        <img src="{{media url="wysiwyg/featured-categories/item_categrie_1.png"}}" alt="categories1" />
                                    </div>    
                                    <h4><a href="#">Men Suits</a></h4>
                                </div>
                                <div class="wrap-item">
                                    <div class="item">
                                        <img src="{{media url="wysiwyg/featured-categories/item_categrie_2.png"}}" alt="categories2" />
                                    </div>    
                                    <h4><a href="#">Dresses</a></h4>
                                </div>
                                <div class="wrap-item">
                                    <div class="item">
                                        <img src="{{media url="wysiwyg/featured-categories/item_categrie_3.png"}}" alt="categories3" />
                                    </div>    
                                    <h4><a href="#">Jewelry</a></h4>
                                </div>
                                <div class="wrap-item">
                                    <div class="item">
                                        <img src="{{media url="wysiwyg/featured-categories/item_categrie_4.png"}}" alt="categories4" />
                                    </div>    
                                    <h4><a href="#">SWIMWEAR</a></h4>
                                </div>
                                <div class="wrap-item">
                                    <div class="item">
                                        <img src="{{media url="wysiwyg/featured-categories/item_categrie_5.png"}}" alt="categories5" />
                                    </div>    
                                    <h4><a href="#">LEATHER BAG</a></h4>
                                </div>
                                <div class="wrap-item">
                                    <div class="item">
                                        <img src="{{media url="wysiwyg/featured-categories/item_categrie_6.png"}}" alt="categories6" />
                                    </div>    
                                    <h4><a href="#">WOMEN JACKET</a></h4>
                                </div>
    
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>    
    </div>
    <script type="text/javascript">
        require([
            'jquery',
            'owlcarousel'
        ], function ($) {
            $(".slider-categories .owl-carousel").owlCarousel({
                autoplay:true,
                loop:true,
                nav : true, 
                dots: false,
                autoplaySpeed : 500,
                navSpeed : 500,
                dotsSpeed : 500,
                autoplayHoverPause: true,
                margin:30,
                responsive:{
                    0:{
                        items:2
                    },
                    480:{
                        items:2
                    },
                    768:{
                        items:3
                    },
                    991:{
                        items:6
                    },
                    1200:{
                        items:6
                    }
                }
            });	  
        });			
    </script>
    <!--End:Featured Categories-->
  • To show the "ID1-Block2", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
     {{block class="Magento\\Cms\\Block\\Block" block_id="id1-block2"}}

  • To create the "ID1-Block3", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id1-block3".
    Please try to use below example code in your cms contents.
    <!--Featured Products-->
    <div class="featured-products">
        <div class="container">
            <div class="row">
                <div class="col-lg-12">
    
                        <div class="slider-product-container">
                                <div class="description-block">Hot Trend On This Month</div>
                                <div class="title-block">
                                    <h2>Featured Products</h2>
                                    <span class="star"></span>
                                </div>
                                <div class="slider-product">
                                    {{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-slider.phtml" display_countdown="0" product_row="1" product_source="best_sellers" select_category="102" product_limitation="10"}}
                                </div>
                                
                                <script type="text/javascript">
                                    require([
                                        'jquery',
                                        'owlcarousel'
                                    ], function ($) {
                                        $(".slider-wrapper .owl-carousel").owlCarousel({
                                            
                                            responsive:{
                                                0:{
                                                    items:1
                                                },
                                                480:{
                                                    items:2
                                                },
                                                768:{
                                                    items:3
                                                },
                                                992:{
                                                    items:5
                                                },
                                                1200:{
                                                    items:5
                                                }
                                            },
                            
                                            autoplay:false,
                                            loop:false,
                                            nav : true,
                                            dots: false,
                                            autoplaySpeed : 500,
                                            navSpeed : 500,
                                            dotsSpeed : 500,
                                            autoplayHoverPause: true,
                                            margin:30,
                                        });	  
                                    });	
                                </script>
                            </div>
                </div>
            </div>
        </div>
    </div>
    <!--End:Featured Products-->      
    
     <!--Brand slider-->
     <div class="brand-slider">
         <div class="container">
             <div class="row">
                 <div class="col-lg-12">
                    <div class="brand-content">
                        <div class="slider-content">
                            <div class="owl-carousel">
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-1.jpg"}}" alt="brand image" /></a>
                                </div>
                                
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-2.jpg"}}" alt="brand image" /></a>
                                </div>
                                
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-3.jpg"}}" alt="brand image" /></a>
                                </div>
                                
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-4.jpg"}}" alt="brand image" /></a>
                                </div>
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-5.jpg"}}" alt="brand image" /></a>
                                </div>
                                
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-6.jpg"}}" alt="brand image" /></a>
                                </div>
                                
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-7.jpg"}}" alt="brand image" /></a>
                                </div>
                                
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-1.jpg"}}" alt="brand image" /></a>
                                </div>
                                
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-2.jpg"}}" alt="brand image" /></a>
                                </div>
                                
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-3.jpg"}}" alt="brand image" /></a>
                                </div>
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-4.jpg"}}" alt="brand image" /></a>
                                </div>
                                
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-5.jpg"}}" alt="brand image" /></a>
                                </div>
                                
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-6.jpg"}}" alt="brand image" /></a>
                                </div>
                                
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-7.jpg"}}" alt="brand image" /></a>
                                </div>
                                
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-1.jpg"}}" alt="brand image" /></a>
                                </div>
                                
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-2.jpg"}}" alt="brand image" /></a>
                                </div>
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-3.jpg"}}" alt="brand image" /></a>
                                </div>
                                
                                <div class="item">
                                    <a href="#" title="Brand"><img src="{{media url="wysiwyg/brands/id4-brand-4.jpg"}}" alt="brand image" /></a>
                                </div>
                            </div>
                            
                            <script type="text/javascript">
                                require([
                                    'jquery',
                                    'owlcarousel'
                                ], function ($) {
                                    $(".slider-content .owl-carousel").owlCarousel({
                                        autoplay:false,
                                        loop:true,
                                        nav : true, 
                                        dots: false,
                                        autoplaySpeed : 500,
                                        navSpeed : 500,
                                        dotsSpeed : 500,
                                        autoplayHoverPause: true,
                                        margin:30,
                                        responsive: {
                                            0: {
                                                items: 2
                                            },
                                            480: {
                                                items: 3
                                            },
                                            768: {
                                                items: 4
                                            },
                                            991: {
                                                items: 5
                                            },						
                                            1200: {
                                                items: 6
                                            }
                                        }
                                    });	  
                                });			
                            </script>
                        </div>
                    </div>
                 </div>
             </div>
         </div>
    </div>
    <!--End: Brand slider-->
  • To show the "ID1-Block3", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
     	{{block class="Magento\\Cms\\Block\\Block" block_id="id1-block3"}}

  • To create the "ID1-Block4", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id1-block4".
    Please try to use below example code in your cms contents.
    <!--Blog-->
    <div class="latest-blog">
        <div class="container">
            <div class="row">
                <div class="col-lg-12">
                    <div class="description-block">
                        <span>Our Recent Posts</span>
                    </div>
                    <div class="title-block">
                        <h2>Our Stories Book</h2>
                        <span class="star"></span>
                    </div>
                    <div class="blog-container">
                            {{widget type="Magefan\Blog\Block\Widget\Recent"  number_of_posts="8" category_id="0"}}
                    </div>
                        
                </div>
            </div>
        </div>
    </div>
    <!--End:Blog-->
  • To show the "ID1-Block4", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
     {{block class="Magento\\Cms\\Block\\Block" block_id="id1-block4"}}

  • To create the "Footer", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "footer-1-content".
    Please try to use below example code in your cms contents.
    <!--Footer Top-->
    <div class="footer-top policy">
        <div class="container">
            <div class="row">
    
                <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
                    <div class="wrap-item">
                        <div class="icon">
                            <i class="pe-7s-car"></i>
                        </div>
                        <div class="content">
                            <span class="main-title">Fast & Free Shipping</span><br/>
                            <span class="sub-title">On all orders over $99</span>
                        </div>
                    </div>
                </div>
    
                <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
                        <div class="wrap-item">
                            <div class="icon">
                                <i class="pe-7s-piggy"></i>
                            </div>
                            <div class="content">
                                <span class="main-title">Money Back Guarantee</span><br/>
                                <span class="sub-title">30 days money back</span>
                            </div>
                        </div>
                </div>
    
                <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
                        <div class="wrap-item">
                            <div class="icon">
                                <i class="pe-7s-tools"></i>
                            </div>
                            <div class="content">
                                <span class="main-title">Online Support 24/24</span><br/>
                                <span class="sub-title">We support 24h on day</span>
                            </div>
                        </div>
                </div>
        
                <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
                    <div class="wrap-item">
                        <div class="icon">
                            <i class="pe-7s-gift"></i>
                        </div>
                        <div class="content">
                            <span class="main-title">Promotion Gift & Voucher</span><br/>
                            <span class="sub-title">We support 24h on day</span>
                        </div>
                    </div>
                </div>
    
            </div>
        </div>
    </div>
    <!--End:Footer Top-->
    
    <!--Footer Middle-->
    <div class="footer-middle">
        <div class="container">
    
            <div class="row">
                <div class="col-lg-3 col-md-3 col-sm-5 col-xs-12 col-1">
                    <div class="wrap">
                        <h3 class="title-block">Contact Us</h3>
                        <div class="content-block">
                            <p class="address">5611 Wellington Road, Suite 115, Gainesville, VA 20155</p>
                            <p class="phone">888 9344 6000 - 888 1234 6789</p>
                            <p class="email">Mimozastore@magentech.com</p>
                            <p class="time">7 Days a week from 10 am to 6 pm</p>
                        </div>
                    </div>
                </div>
    
                <div class="col-lg-2 col-md-2 col-sm-3 col-xs-12 col-2">
                    <div class="wrap">
                        <h3 class="title-block">Store Location</h3>
                        <div class="content-block">
                            <ul class="menu-footer">
                                <li><a href="#" title="item">Los Angeles - USA</a></li>
                                <li><a href="#" title="item">New Youk - USA</a></li>
                                <li><a href="#" title="item">California - USA</a></li>
                                <li><a href="#" title="item">Bangkok - Thailand</a></li>
                                <li><a href="#" title="item">Paris - France</a></li>
                                <li><a href="#" title="item">London England</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
    
                <div class="col-lg-2 col-md-2 col-sm-4 col-xs-12 col-3">
                    <div class="wrap">
                        <h3 class="title-block">Customer Service</h3>
                        <div class="content-block">
                            <ul class="menu-footer">
                                <li><a href="#" title="item">Customer Service</a></li>
                                <li><a href="#" title="item">Shipping & Returns</a></li>
                                <li><a href="#" title="item">Track Your Order</a></li>
                                <li><a href="#" title="item">Help Center</a></li>
                                <li><a href="#" title="item">Store Location</a></li>
                                <li><a href="#" title="item">Customer Feedback</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
    
                <div class="col-lg-2 col-md-2 col-sm-6 col-xs-12 col-4">
                    <div class="wrap">
                        <h3 class="title-block">Information</h3>
                        <div class="content-block">
                            <ul class="menu-footer">
                                <li><a href="#" title="item">Caps & Hats</a></li>
                                <li><a href="#" title="item">Hoodies & Sweatshirts</a></li>
                                <li><a href="#" title="item">Jacket & Coats</a></li>
                                <li><a href="#" title="item">Jumpers & Cardigans</a></li>
                                <li><a href="#" title="item">Shoes, Boots & Trainers</a></li>
                                <li><a href="#" title="item">Underwear & Socks</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
    
                <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12 col-5">
                    <div class="wrap">
                        <h3 class="title-block">Sign up for Newsletter</h3>
                        <div class="content-block">
                            <div class="newsletter-info">
                                <div class="description-block">Sign Up footer Newsletter And Get 30% Of First Order</div>
                                {{block class="Magento\Newsletter\Block\Subscribe" template="subscribe-home.phtml"}}
                            </div>
                        </div>
                        <h3 class="title-block social">Follow Us</h3>
                        <div class="content-block">
                            <ul class="social">
                                <li><a href="#" title="facebook"><span class="fa fa-facebook"></span></a></li>
                                <li><a href="#" title="twitter"><span class="fa fa-twitter"></span></a></li>
                                <li><a href="#" title="twitter"><span class="fa fa-google-plus"></span></a></li>
                                <li><a href="#" title="skype"><span class="fa fa-skype"></span></a></li>
                                <li><a href="#" title="pinterest"><span class="fa fa-pinterest-p"></span></a></li>
                                <li><a href="#" title="linkedin"><span class="fa fa-linkedin"></span></a></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
            
        </div>    
    </div>
    <!--End:Footer Middle-->
    
  • Theme Setting

    In Magento admin panel, navigate to Stores >> Settings >> Configuration >> MAGENTECH.COM >> SM Mimoza and configure its settings as you want.

    Please click Here to view the theme settings.

    Theme Color: In this option, you can set main color of entire page.

    Body Font

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

    Menu

    Menu Style: This theme support mega menu and css menu. You can select a menu style that you want.

    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 theme support sidebar menu and collapse on mobile. You can select a menu style that you want.

    Layout Style: This theme support boxed and full width layout. You can select a layout style that you want.
    Responsive Layout: Choose "Yes" to show responsive layout for each type of devices.

    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.

    Image Box

    Thumbs Styles: This option allow you choose thumb style types that you want.
    Enable Loop: Choose "Yes" to repeat your loop.
    Enable Keyboard Trigger: Choose "Yes/No" to "Enable/Disable" keyboard trigger feature.
    Show Navigation: Choose "Yes/No" to "Show/Hide" navigation.
    Enable Popup Fullscreen: Choose "Yes" to show fullscreen popup when you mouse click on the product detail.
    Show Thumbs Navigation: Choose "Yes/No" to "Show/Hide" thumb navigation.
    Thumbs Margin: Distance between the thumb images.
    Thumbs Border Active Width: You can change width of thumb boder when active.
    Breakpoints: Breakpoints are used to set up the screen width at which the design of thumbnails changes.

    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.

    Social Buttons

    Show social buttons: Choose "Yes/No" to "Show/Hide" social button in detail page.

    Related - Upsell Product

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

    Tab

    Choose tab style types that you want.

    Custom Tab

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

    Advanced

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

    Developer

    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 Demos

    Click "Demo X" button to install demo version that you prefer to install.

    Note: When you click "Demo X" button, the administration page will reload automatically. After it finishes reloading, please click "Save Config" button and refesh cache.

    Extensions


    Change Log

    Click here to view changelog.