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 6 Home Style 6
home 7 Home Style 7
home 8 Home Style 8
home 9 Home Style 9
home 10 Home Style 10

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".
    You can edit code HTML in your cms contents.
    <div class="newsletter-content">
    	<div class="newsletter-title">Newsletter Subscribe</div>
    	<p>
    		Subscribe to the mailing list to receive updates on new arrivals, special<br/>offers and other discount information.
    	</p>
    </div>
  • How to change background image?
    In the code directory, please go to 2 folders and coppy override background image:
    pub/static/frontend/Sm/autostore/en_US/images/bg-newsletter.jpg
    app/design/frontend/Sm/autostore/web/images/bg-newsletter.jpg

  • To edit the "Slideshow", please go to Admin Panel > Content > Elements > Edit Page.
    You can edit code HTML in your cms contents.
    
               <div class="slidershow">
    		<div class="owl-carousel owl-theme">
    			<div class="item">
    				<a href="#"><img src="{{media url="wysiwyg/slideshow/home-1/item-1.jpg"}}" alt="Slide Image" /></a>
    			</div>
    			
    			<div class="item">
    				<a href="#"><img src="{{media url="wysiwyg/slideshow/home-1/item-2.jpg"}}" alt="Slide Image" /></a>
    			</div>
    			
    			<div class="item">
    				<a href="#"><img src="{{media url="wysiwyg/slideshow/home-1/item-3.jpg"}}" alt="Slide Image" /></a>
    			</div>
    		</div>
    		
    		<script>
    			require([
    				'jquery',
    				'owlcarousel'
    			], function ($) {
    				$(".slidershow .owl-carousel").owlCarousel({
    					items:1,
    					animateOut: 'fadeOut',
    					autoplay:true,
    					loop:true,
    					nav : true, 
    					dots: false,
    					autoplayHoverPause: true,
    					margin:1
    				});	  
    			});	
    											
    						
    		</script>
    	</div>
    	

  • To show the "Attributes Search", please go to Content >> Elements >> Pages >> Edit layout that you want .
  • Please add this code in your cms contents.
    <div class="container">
    		<div class="art-search">
    			{{block class="Sm\AttributesSearch\Block\AttributesSearch" template="Sm_AttributesSearch::default.phtml"}}
    		</div>
    	</div>

  • To edit/show the "Best Sellers", please go to Admin Panel > Content > Elements > Pages > Edit CMS Page "DEMO-01" .
    You can edit code HTML code in your cms contents.
    <div class="products wrapper products-grid clearfix">
    				{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-grid.phtml" display_countdown="0" product_source="best_sellers" select_category="" product_limitation="8"}}
    			</div>
    					

  • To edit/show the "Deal Of The Day", please go to Admin Panel > Content > Elements > Pages > Edit CMS Page "DEMO-01".
    You can edit code HTML in your cms contents.
    {{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::slider-deal.phtml" display_countdown="1" product_source="special_products" select_category="" product_limitation="3"}}

  • To edit/show the "Banner", please go to Admin Panel > Content > Elements > Pages > Edit CMS Page "DEMO-01".
    You can edit code HTML in your cms contents.
    <div class="banner-image">
    		<a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/item-3.jpg"}}" alt="Banner Image" /></a>
    		</div>

  • To edit/show the "New Arrivals", please go to Admin Panel > Content > Elements > Pages > Edit CMS Page "DEMO-01".
    You can edit code HTML in your cms contents.
    {{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-grid-slider.phtml" display_countdown="0" product_source="lastest_products" select_category="" product_limitation="6"}}

  • To edit/show the "Banner2", please go to Admin Panel > Content > Elements > Pages > Edit CMS Page "DEMO-01".
    You can edit code HTML in your cms contents.
    <div class="col-lg-6 col-md-6">
    					<div class="banner-image">
    						<a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/item-1.jpg"}}" alt="Banner Image" /></a>
    					</div>
    				</div>
    				
    				<div class="col-lg-6 col-md-6">
    					<div class="banner-image">
    						<a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/item-2.jpg"}}" alt="Banner Image" /></a>
    					</div>
    				</div>

  • To edit/show the "Shop By Categories", please go to Admin Panel > Content > Elements > Pages > Edit CMS Page "DEMO-01".
    You can edit code HTML in your cms contents.
    {{block class="Sm\Categories\Block\Categories" template="Sm_Categories::default.phtml" select_category="164,165,103,166,272,105" limitation="5"}}

  • To edit/show the "Brand", please go to Admin Panel > Content > Elements > Pages > Edit CMS Page "DEMO-01".
    You can edit code HTML in your cms contents.
    <div class="item">
    						<a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-1.jpg"}}" alt="Brand Image" /></a>
    					</div>
    					
    					<div class="item">
    						<a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-2.jpg"}}" alt="Brand Image" /></a>
    					</div>
    					
    					<div class="item">
    						<a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-3.jpg"}}" alt="Brand Image" /></a>
    					</div>
    					
    					<div class="item">
    						<a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-4.jpg"}}" alt="Brand Image" /></a>
    					</div>
    					
    					<div class="item">
    						<a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-5.jpg"}}" alt="Brand Image" /></a>
    					</div>
    					
    					<div class="item">
    						<a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-6.jpg"}}" alt="Brand Image" /></a>
    					</div>
    					
    					<div class="item">
    						<a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-1.jpg"}}" alt="Brand Image" /></a>
    					</div>
    					
    					<div class="item">
    						<a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-2.jpg"}}" alt="Brand Image" /></a>
    					</div>

  • To edit the "Footer", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "footer-1-content".
    You can edit code HTML in your cms contents.
    <div class="footer-top">
    	<div class="container">
    		<div class="services-footer">
    			<div class="row">
    				<div class="col-lg-3 col-md-6">
    					<div class="service-item">
    						<div class="image-service">
    							<img src="{{media url="wysiwyg/icon/icon-1.png"}}" alt="Icon" />
    						</div>
    						
    						<div class="info-service">
    							<h3>Free Shipping</h3>
    							<p>On all orders over $99.00</p>
    						</div>
    					</div>
    				</div>
    				
    				<div class="col-lg-3 col-md-6">
    					<div class="service-item">
    						<div class="image-service">
    							<img src="{{media url="wysiwyg/icon/icon-2.png"}}" alt="Icon" />
    						</div>
    						
    						<div class="info-service">
    							<h3>Money Guarantee</h3>
    							<p>7 days money back guarantee</p>
    						</div>
    					</div>
    				</div>
    				
    				<div class="col-lg-3 col-md-6">
    					<div class="service-item">
    						<div class="image-service">
    							<img src="{{media url="wysiwyg/icon/icon-3.png"}}" alt="Icon" />
    						</div>
    						
    						<div class="info-service">
    							<h3>Safe Shopping</h3>
    							<p>Safe shopping guarantee</p>
    						</div>
    					</div>
    				</div>
    				
    				<div class="col-lg-3 col-md-6">
    					<div class="service-item">
    						<div class="image-service">
    							<img src="{{media url="wysiwyg/icon/icon-4.png"}}" alt="Icon" />
    						</div>
    						
    						<div class="info-service">
    							<h3>Online Support</h3>
    							<p>We support 24/24h on day</p>
    						</div>
    					</div>
    				</div>
    			</div>
    		</div>
    	</div>
    </div>
    
    <div class="footer-middle">
    	<div class="container">
    		<div class="row">
    			<div class="col-xl-4 col-lg-3">
    				<div class="block-footer">
    					<div class="title-footer">Contact Us</div>
    					
    					<div class="content-footer content-about">
    						<ul>
    							<li class="address">
    								5611 Wellington Road, Suite 115, Gainesville, VA 20155
    							</li>
    							
    							<li class="phone">
    								888 9344 6000 - 888 1234 6789
    							</li>
    							
    							<li class="email">
    								autostore@magentech.com
    							</li>
    							
    							<li class="time-work">
    								7 Days a week from 10-00 am to 6-00 pm
    							</li>
    						</ul>
    					</div>
    				</div>
    			</div>
    			
    			<div class="col-lg-3">
    				<div class="block-footer">
    					<div class="title-footer">Store Location</div>
    					
    					<div class="content-footer">
    						<ul>
    							<li>
    								<a href="#">Los Angeles - USA</a>
    							</li>
    							
    							<li>
    								<a href="#">New York - USA</a>
    							</li>
    							
    							<li>
    								<a href="#">California - USA</a>
    							</li>
    							
    							<li>
    								<a href="#">Bangkok - Thailand</a>
    							</li>
    							
    							<li>
    								<a href="#">Paris - France</a>
    							</li>
    							
    							<li>
    								<a href="#">London - England</a>
    							</li>
    						</ul>
    					</div>
    				</div>
    			</div>
    			
    			<div class="col-lg-3">
    				<div class="block-footer">
    					<div class="title-footer">Customer Service</div>
    					
    					<div class="content-footer">
    						<ul>
    							<li>
    								<a href="#">Customer Service</a>
    							</li>
    							
    							<li>
    								<a href="#">Shipping & Returns</a>
    							</li>
    							
    							<li>
    								<a href="#">Track Your Order</a>
    							</li>
    							
    							<li>
    								<a href="#">Help Center</a>
    							</li>
    							
    							<li>
    								<a href="#">Store Location</a>
    							</li>
    							
    							<li>
    								<a href="#">Customer Feedback</a>
    							</li>
    						</ul>
    					</div>
    				</div>
    			</div>
    			
    			
    			<div class="col-xl-2 col-lg-3">
    				<div class="block-footer">
    					<div class="title-footer">Information</div>
    					
    					<div class="content-footer">
    						<ul>
    							<li>
    								<a href="#">Caps & Hats</a>
    							</li>
    							
    							<li>
    								<a href="#">Hoodies & Sweatshirts</a>
    							</li>
    							
    							<li>
    								<a href="#">Jacket & Coats</a>
    							</li>
    							
    							<li>
    								<a href="#">Jumpers & Cardigans</a>
    							</li>
    							
    							<li>
    								<a href="#">Shoes, Boots & Trainers</a>
    							</li>
    							
    							<li>
    								<a href="#">Underwear & Socks</a>
    							</li>
    						</ul>
    					</div>
    				</div>
    			</div>
    		</div>
    		
    		<div class="social-newsletter">
    			<div class="row">
    				<div class="col-lg-4">
    					{{block class="Magento\Framework\View\Element\Template" template="Magento_Theme::html/social.phtml"}}
    				</div>
    				
    				<div class="col-lg-8">
    					<div class="footer-newsletter">
    						<p class="title-newsletter">Sign Up For Newsletter</p>
    						{{block class="Magento\Newsletter\Block\Subscribe" template="subscribe-footer.phtml"}}
    					</div>
    				</div>
    			</div>
    		</div>
    	</div>
    </div>
    

  • To edit "About us" page, please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "about-us-page".
    You can edit code HTML in your cms contents.
    <div class="aboutus-page">
    	<div class="top-image">
    		<img src="{{media url="wysiwyg/about/item-1.jpg"}}" alt="About Cover" />
    	</div>
    	
    	<div class="about-description">
    		<h2>About Us</h2>
    		
    		<p>
    			Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    		</p>
    		
    		<p>
    			Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit,
    		</p>
    	</div>
    	
    	<div class="slider-member">
    		<h2>Our Team work</h2>
    		
    		<div class="owl-carousel owl-theme">
    			<div class="item">
    				<div class="image-member">
    					<a href="#"><img src="{{media url="wysiwyg/about/member-1.jpg"}}" alt="Member Image" /></a>
    					
    					<div class="member-social">
    						<ul>
    							<li><a href="#"><span class="fa fa-twitter"></span></a></li>
    							<li><a href="#"><span class="fa fa-facebook"></span></a></li>
    							<li><a href="#"><span class="fa fa-google"></span></a></li>
    							<li><a href="#"><span class="fa fa-skype"></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="info-member">
    					<h3>Michael Phelps</h3>
    					<p>Founder, CEO</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="image-member">
    					<a href="#"><img src="{{media url="wysiwyg/about/member-2.jpg"}}" alt="Member Image" /></a>
    					
    					<div class="member-social">
    						<ul>
    							<li><a href="#"><span class="fa fa-twitter"></span></a></li>
    							<li><a href="#"><span class="fa fa-facebook"></span></a></li>
    							<li><a href="#"><span class="fa fa-google"></span></a></li>
    							<li><a href="#"><span class="fa fa-skype"></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="info-member">
    					<h3>Vladimir Radskin</h3>
    					<p>Web Designer</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="image-member">
    					<a href="#"><img src="{{media url="wysiwyg/about/member-3.jpg"}}" alt="Member Image" /></a>
    					
    					<div class="member-social">
    						<ul>
    							<li><a href="#"><span class="fa fa-twitter"></span></a></li>
    							<li><a href="#"><span class="fa fa-facebook"></span></a></li>
    							<li><a href="#"><span class="fa fa-google"></span></a></li>
    							<li><a href="#"><span class="fa fa-skype"></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="info-member">
    					<h3>Tommy Hilfiger</h3>
    					<p>Developer</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="image-member">
    					<a href="#"><img src="{{media url="wysiwyg/about/member-4.jpg"}}" alt="Member Image" /></a>
    					
    					<div class="member-social">
    						<ul>
    							<li><a href="#"><span class="fa fa-twitter"></span></a></li>
    							<li><a href="#"><span class="fa fa-facebook"></span></a></li>
    							<li><a href="#"><span class="fa fa-google"></span></a></li>
    							<li><a href="#"><span class="fa fa-skype"></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="info-member">
    					<h3>Anna Johanson</h3>
    					<p>Testing Website</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="image-member">
    					<a href="#"><img src="{{media url="wysiwyg/about/member-1.jpg"}}" alt="Member Image" /></a>
    					
    					<div class="member-social">
    						<ul>
    							<li><a href="#"><span class="fa fa-twitter"></span></a></li>
    							<li><a href="#"><span class="fa fa-facebook"></span></a></li>
    							<li><a href="#"><span class="fa fa-google"></span></a></li>
    							<li><a href="#"><span class="fa fa-skype"></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="info-member">
    					<h3>Michael Phelps</h3>
    					<p>Founder, CEO</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="image-member">
    					<a href="#"><img src="{{media url="wysiwyg/about/member-2.jpg"}}" alt="Member Image" /></a>
    					
    					<div class="member-social">
    						<ul>
    							<li><a href="#"><span class="fa fa-twitter"></span></a></li>
    							<li><a href="#"><span class="fa fa-facebook"></span></a></li>
    							<li><a href="#"><span class="fa fa-google"></span></a></li>
    							<li><a href="#"><span class="fa fa-skype"></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="info-member">
    					<h3>Vladimir Radskin</h3>
    					<p>Web Designer</p>
    				</div>
    			</div>
    		</div>
    		
    		<script>
    			require([
    				'jquery',
    				'owlcarousel'
    			], function ($) {
    				var owl_upsell = $(".slider-member .owl-carousel");
    				owl_upsell.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: 30,
    				});
    			});
    		</script>
    	</div>
    	
    	<div class="about-map">
    		<h2>Shop Location</h2>
    		
    		<div class="google-map">
    			{{block class="Magento\\Cms\\Block\\Block" block_id="google-map"}}
    		</div>
    	</div>
    	
    </div>

  • To edit "contact-image", please go to Admin Panel > Content > Elements > Blocks > Edit block with Identifier "contact-image".
    You can edit code HTML in your cms contents.
    <div><img src="{{media url="wysiwyg/contact-us/image-contact.jpg"}}" alt="Contact Us" /></div>
    
  • To edit "contact-description", please go to Admin Panel > Content > Elements > Blocks > Edit block with Identifier "contact-description".
    You can edit code HTML in your cms contents.
    <h2>Contact Us</h2>
    <p>We love to hear from you! Please let us know if you have any questions or concerns and we will get back to you within 2 business days. Thanks!</p>
    
  • Theme Setting

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

    Please click Here to view the theme settings.

    General Options

    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 2 types: mega menu and css menu. You can select a menu style that you want.

  • Mega Menu: The menu are items that you have created from module megamenu.
  • CSS Menu: The menu are categories that you have created.
  • 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.
    Right To Left Layout: 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.

    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.

    Social

    Choose "Yes" in params Show Facebook, Twitter, Google+, Linkedin... 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, 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.