Getting Started
Welcome to Entry Magento 2 Theme!
Firstly, a huge thanks for purchasing this theme, your support is truly appreciated!
This document covers the installation and use of this theme, reveals some answers to common problems and issues. We encourage you to read throughout this document if you are experiencing any difficulties.
Compatible with Magento
Magento Information
To install this theme you must have a working version of Magento already installed. If you need help installing Magento, follow below sites and tutorials from magento.com, hope everything that you need are there.
- System Requirements - Required system credentials for your magento installation.
- Installation Guide - Installation guide that describes how to install magento2.
- Online Magento 2 guide - Online magento documentation that describes about magento2 in detail.
- Magento Forum - Magento forum site.
- stackoverflow.com - You can also get some useful articles from stackoverflow.

Installation
Elasticsearch
As of Magento 2.4.0, MySQL is no longer used for search. You must use Elasticsearch. Magento supports Elasticsearch 7.6.x.
Note: Magento no longer supports Elasticsearch 2.x, 5.x, and 6.x.Prepare Installation
There are two ways to install a Magento Theme:
- Quickstart Installation: Suitable if you have your first installation and want to get a whole new fresh site as our Demo.
- Manual Installation (including Theme Installation): Manual Installation (including Theme Installation): Suitable if your store is full with data/content (category, products...) that you don't want to overwrite.
Quickstart Installation
Magentech provides SM Quickstart package for each theme which aims to ease the installation for users. If you plan to start your site from the beginning, it will help you save much time of installing and configuring. Please follow steps below:
Important: You must use the command line to install Magento 2.4+.
- Step 1: Download the quickstart package named as sm_gostore_quickstart_pl_m2.4.5_v1.0.0
- Step 2: Upload and Extract 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 site
Important!
You need to remember the database name to use in the next steps
- Step 4: Import database sample_data.sql under the folder sm_gostore_quickstart_pl_m2.4.5_v1.0.0\data_quickstart
Note: You can import database by run this command
mysql -u root -p database_name < sample_data.sql
Note: After that please go to folder root and run these command to permissions:chmod -R 777 pub
chmod -R 777 generated
chmod -R 777 var
- Step 5: Install Magento
This example assumes that the Magento install directory is named
sm_gostore, the db-host is on the same machine (localhost), and that the db-name, db-user, and db-password are allmagento:php bin/magento setup:install --base-url=http://192.168.1.220/ytc_templates/magento/sm_gostore/pub --base-url-secure=https://192.168.1.220/ytc_templates/magento/sm_gostore/pub --db-host=localhost --db-name=magento --db-user=magento --db-password=magento --admin-firstname=admin --admin-lastname=admin --admin-email=admin@admin.com --admin-user=admin --admin-password=admin123 --language=en_US --currency=USD --timezone=America/Chicago --use-rewrites=1 --backend-frontname="admin" --search-engine=elasticsearch7
Messages similar to the following display to indicate a successful installation:Post installation file permissions check...Note: You can customize the Admin URI with the
For security, remove write permissions from these directories: '/var/www/html/ytc_templates/magento/sm_ego/app/etc'
[Progress: 274 / 274]
[SUCCESS]: Magento installation complete.
[SUCCESS]: Admin Panel URI: /admin_puu71q
--backend-frontnameoption. However, we recommend omitting this option and allowing the installation command to automatically generate a random URI. A random URI is harder for hackers or malicious software to exploit. The URI displays in your console when installation is complete.
- Step 6: Can't login to admin panel
When you login to admin will be display like this image:
Please open fileapp/etc/config.phpand change 'Magento_TwoFactorAuth' => 1 to 'Magento_TwoFactorAuth' => 0
After that run these command:php bin/magento setup:upgrade
andphp bin/magento setup:static-content:deploy -f - Step 7: Finally, permissions for the following folders by run these commands:
chmod -R 777 pub
chmod -R 777 generated
chmod -R 777 var

After upload quickstart package, please extract package by this command:
unzip file.zip
Manual Installation
Important!
- We recommend you to duplicate your live store on a development store and try installation on it in advance.
- Backup magento files and the store database.
It's very important to backup all of themes and extensions in Magento before installation, especially when you are working on a live server. We strongly recommend you to do not omit this step.- Step 1: Download Magento 2.4.x using comporser and install on your server
- Step 2: Please download 'sm_entry_theme_m2.4.x_v1.0.0.zip' file and upload to the root of your magento site folder on your server, after that unzip by command
unzip name_file.zip.
- Step 3:
Active SM Extensions, open command line in folder root of magento and run commands
php bin/magento setup:upgrade
- Step 4: Run deploy command:
php bin/magento setup:static-content:deploy -f
Finally, permissions for the following folders by run these commands:
chmod -R 777 pub
chmod -R 777 generated
chmod -R 777 var - Step 5:
Select "Sm Entry" theme in Content > Design > Configuration > Edit Default Store > Select "Sm Entry" theme.

- Step 6: Click "Save Configuration" button to save your changes.
- Step 7: Navigate to Stores>> Settings>> Configuration >> MAGENTECH >> Sm Entry >> Theme Installation. Press the buttons named 'Static Blocks' and 'Pages' to import all default blocks and pages. Click "Save Configuarion" button to save your changes.

- Step 8: Click "Demo X" button to install demo version that you prefer to install. After that, click "Save config" button on the top.

- Step 9: Flush Cache: After successfully import your demo, save Theme Settings and Design Settings and clear the cache by using this command as php bin/magento cache:flush
in Command Prompt. Or you could go to System >> Tools >> Cache Management, click 'Flush Cache Storage' button to flush all the cache.
- Step 9: Finally, go to front-end to view demo (example import demo 1).
Note. Please remember that: If you have imported these Static Blocks, Pages successfully, you would have all blocks and pages provided with this theme and you do not need to create any static blocks or pages manually as the following instruction of this document.
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.

To edit description, please go to Admin Panel > Content > Elements > Blocks > Search Identifier "newsletter-popup-description". "newsletter-popup-image"
You can edit code HTML in your cms contents.
<img class="" src="{{media url=wysiwyg/newsletter/image-newsletter-popup.jpg}}" alt="" >
<p class="newsletter_promo">Join our newsletter and get <span class="theme-color">20%</span> Off your first order</p>

You can edit code HTML in your cms contents.
<div class="slidershow">
<div class="slidershow-type-1 hover-to-show">
<div data-owl="owl-slider" data-autoplay="true" data-nav="true" data-dots="true" data-screen0="1" data-screen481="1" data-screen768="1" data-screen992="1" data-screen1200="1" data-screen1441="1" data-screen1681="1" data-screen1920="1" data-margin="1" data-autoplayhoverpause="true" data-loop="true" data-center="false" data-stagepadding="0" data-mousedrag="true" data-touchdrag="true">
<div class="owl-carousel owl-theme">
<div class="item">
<a title="Slide 1" href="#">
<img class="mark-lazy" src="{{media url=wysiwyg/slidershow/home-1/item-1.jpg}}" alt="Slider 1" width="1920" height="600" />
</a>
<div class="homeslider-description">
<div class="container">
<div class="des-warp sl-style1">
<div class="subtitle-slider">Sofas & Couches</div>
<h3 class="title-slider">Best Living Room <br>Furniture Collections </h3>
<div class="des-slider">Make your living room more luxurious</div>
<div class="slide-button">
<a class="button" href="#">Shop Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<a title="Slide 1" href="#">
<img class="mark-lazy" src="{{media url=wysiwyg/slidershow/home-1/item-2.jpg}}" alt="Slider 2" width="1920" height="600" />
</a>
<div class="homeslider-description">
<div class="container">
<div class="des-warp sl-style2">
<div class="subtitle-slider">Sale Up To 30% Off</div>
<h3 class="title-slider">Men's Designer <br>Sunglasses </h3>
<div class="des-slider">Maximum discount up to 30% on <br>Burberry men's sunglasses </div>
<div class="slide-button">
<a class="button" href="#">Shop Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<a title="Slide 1" href="#">
<img class="mark-lazy" src="{{media url=wysiwyg/slidershow/home-1/item-3.jpg}}" alt="Slider 3" width="1920" height="600" />
</a>
<div class="homeslider-description">
<div class="container">
<div class="des-warp sl-style3">
<div class="subtitle-slider">New Arrivals</div>
<h3 class="title-slider">Women's Sterling <br>Silver Jewelry</h3>
<div class="des-slider">Three-piece women's jewelry set <br>made entirely from pure silver</div>
<div class="slide-button">
<a class="button" href="#">Shop Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="block-service-home">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="item">
<div class="service_inner">
<div class="service-ico">
<img class="mark-lazy img-responsive" src="{{media url=wysiwyg/banner/Policy_1.png}}" alt="" />
</div>
<div class="service-info">
<h4>Free Shipping</h4>
<p class="des">Free Shipping for orders over $99</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="item">
<div class="service_inner">
<div class="service-ico">
<img class="mark-lazy img-responsive" src="{{media url=wysiwyg/banner/Policy_2.png}}" alt="" />
</div>
<div class="service-info">
<h4>Money Guarantee</h4>
<p class="des">Within 30 days for an exchange</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="item">
<div class="service_inner">
<div class="service-ico">
<img class="mark-lazy img-responsive" src="{{media url=wysiwyg/banner/Policy_3.png}}" alt="" />
</div>
<div class="service-info">
<h4>Online Support</h4>
<p class="des">24 hours a day, 7 days a week</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="item">
<div class="service_inner">
<div class="service-ico">
<img class="mark-lazy img-responsive" src="{{media url=wysiwyg/banner/Policy_4.png}}" alt="" />
</div>
<div class="service-info">
<h4>Flexible Payment</h4>
<p class="des">Pay with Multiple Credit Cards</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="block-banners mb-desktop-100 mb-mobile-50">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12">
<div class="banners">
<div class="banner-image">
<a href="#" title="Watch & Jewelry">
<img class="mark-lazy img-responsive" src="{{media url=wysiwyg/banner/Cate_1.jpg}}" alt="" />
</a>
<h3>
<a href="#" title="Watch & Jewelry">Watch & Jewelry
<svg fill="none" height="20px" viewBox="0 0 24 24" width="20px" xmlns="http://www.w3.org/2000/svg">
<path d="M7 17L17 7M17 7H8M17 7V16" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
</svg>
</a>
</h3>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12">
<div class="banners">
<div class="banner-image">
<a href="#" title="Smartphone">
<img class="mark-lazy img-responsive" src="{{media url=wysiwyg/banner/Cate_2.jpg}}" alt="" />
</a>
<h3>
<a href="#" title="Smartphone">Smartphone
<svg fill="none" height="20px" viewBox="0 0 24 24" width="20px" xmlns="http://www.w3.org/2000/svg">
<path d="M7 17L17 7M17 7H8M17 7V16" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
</svg>
</a>
</h3>
</div>
<div class="banner-image">
<a href="#" title="Cosmetics">
<img class="mark-lazy img-responsive" src="{{media url=wysiwyg/banner/Cate_3.jpg}}" alt="" />
</a>
<h3>
<a href="#" title="Cosmetics">Cosmetics
<svg fill="none" height="20px" viewBox="0 0 24 24" width="20px" xmlns="http://www.w3.org/2000/svg">
<path d="M7 17L17 7M17 7H8M17 7V16" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
</svg>
</a>
</h3>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12">
<div class="banners">
<div class="banner-image">
<a href="#">
<img class="mark-lazy img-responsive" src="{{media url=wysiwyg/banner/Cate_4.jpg}}" alt="" />
</a>
<h3>
<a href="#" title="Women’s Jacket">Women’s Jacket
<svg fill="none" height="20px" viewBox="0 0 24 24" width="20px" xmlns="http://www.w3.org/2000/svg">
<path d="M7 17L17 7M17 7H8M17 7V16" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
</svg>
</a>
</h3>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12">
<div class="banners">
<div class="banner-image">
<a href="#" title="Furniture">
<img class="mark-lazy img-responsive" src="{{media url=wysiwyg/banner/Cate_5.jpg}}" alt="" />
</a>
<h3>
<a href="#" title="Furniture">Furniture
<svg fill="none" height="20px" viewBox="0 0 24 24" width="20px" xmlns="http://www.w3.org/2000/svg">
<path d="M7 17L17 7M17 7H8M17 7V16" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
</svg>
</a>
</h3>
</div>
<div class="banner-image">
<a href="#" title="Speaker">
<img class="mark-lazy img-responsive" src="{{media url=wysiwyg/banner/Cate_6.jpg}}" alt="" />
</a>
<h3>
<a href="#" title="Speaker">Speaker
<svg fill="none" height="20px" viewBox="0 0 24 24" width="20px" xmlns="http://www.w3.org/2000/svg">
<path d="M7 17L17 7M17 7H8M17 7V16" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
</svg>
</a>
</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="deal-slider nav-style-1 absolute-nav hover-to-show mb-desktop-100 mb-mobile-50" >
<div data-owl="owl-slider" data-autoplay="false" data-nav="false" data-dots="false" data-screen0="1" data-screen481="2" data-screen768="2" data-screen992="2" data-screen1200="4" data-screen1441="5" data-screen1681="5" data-screen1920="5" data-margin="0" data-autoplayhoverpause="true" data-loop="false" data-center="false" data-stagepadding="0" data-mousedrag="true" data-touchdrag="true">
{{widget type="Sm\FilterProducts\Block\Widget\AddFilterProducts" title_module="Today’s Best Deals" template="Sm_FilterProducts::deal-slider.phtml" product_source="countdown_products" select_category="" product_limitation="15" date_to="07/21/2028" display_countdown="0" view_link="fashion.html" posttext="Sed ut perspiciatis unde omnis iste natus error <br>accusantium doloremque laudantium" }}
</div>
</div>
Please add this code HTML in your cms contents.
{{block class="Magento\\Cms\\Block\\Block" block_id="id-1-block-1"}}

You can edit code HTML in your cms contents.
<div class="tabs-product mb-desktop-100 mb-mobile-50">
<div class="container">
{{block class="Sm\ListingTabs\Block\ListingTabs" template="Sm_ListingTabs::default.phtml" row_items="1" title="New Arrivals" type_show="loadmore" type_listing="all" display_countdown="0" type_filter="categories" order_by="created_at" order_dir="DESC" category_tabs="6,5,4,3" limitation="8" pre_img="image-tab" data-autoplay="false" data-nav="true" data-dots="false" data-screen0="1" data-screen481="2" data-screen768="2" data-screen992="3" data-screen1200="4" data-screen1441="4" data-screen1681="4" data-screen1920="4" data-margin="30" data-autoplayhoverpause="true" data-loop="false" data-center="false" data-stagepadding="0" data-mousedrag="true" data-touchdrag="true" }}
</div>
</div>
<div class="block-marquee no-margin ">
<ul class="sm-marquee">
<li><a href="#">New customers save 10% with code: Entry69</a></li>
<li><a href="#">Get 10% off on selected items</a></li>
<li><a href="#">Limited Time Offer: Fashion Sale You Can’t Resist</a></li>
<li><a href="#">Get 10% off on selected items</a></li>
<li><a href="#">Limited Time Offer: Fashion Sale You Can’t Resist</a></li>
<li><a href="#">Free Shipping and Returns</a></li>
<li><a href="#">Get 10% off on selected items</a></li>
<li><a href="#">Limited Time Offer: Fashion Sale You Can’t Resist</a></li>
</ul>
</div>
<div class="product-slider-banner" style=" background: #f7f7f7;">
<div class="row">
<div class="col-xl-6 col-12">
<div class="products-slider nav-style-1 absolute-nav hover-to-show ">
<div data-owl="owl-slider" data-autoplay="false" data-nav="true" data-dots="false" data-screen0="1" data-screen481="2" data-screen768="3" data-screen992="3" data-screen1200="2" data-screen1441="2" data-screen1681="2" data-screen1920="2" data-margin="20" data-autoplayhoverpause="true" data-loop="false" data-center="false" data-stagepadding="0" data-mousedrag="true" data-touchdrag="true">
{{widget type="Sm\FilterProducts\Block\Widget\AddFilterProducts" title_module="Best Selling Products" template="Sm_FilterProducts::grid-slider.phtml" product_source="lastest_products"" select_category="" product_limitation="15" date_to="" display_countdown="0" }}
</div>
</div>
</div>
<div class="col-xl-6 col-12">
<div class="banner-image">
<a href="#">
<img class="mark-lazy img-responsive" src="{{media url=wysiwyg/banner/Banner.jpg}}" alt="" />
</a>
<div class="sale-info">
<div class="sub-text">Sale Up To 30%</div>
<h3 class="sale-title">Wooden Cabinets<br>
Living Room</h3>
<div class="sale-content">Here’s a fresh take on an old favourite.</div>
<a class="button" href="#">Shop now</a></div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="inner-blog pt-desktop-100 pb-desktop-100 pt-mobile-100 pb-mobile-100">
<div class="row align-items-center">
<div class="col-lg-3">
<div class="head-title">
<h3 class="modtitle"><span>Latest News</span></h3>
<div class="pre_text"><p>Sed ut perspiciatis unde omnis iste natus <br>erroraccusantium doloremque</p>
<a class="button" href="#">See All</a></div>
</div>
</div>
<div class="col-lg-9">
<div class="hidden-title-block blog-slider-type-1 nav-style-1 absolute-nav hover-to-show ">
<div data-owl="owl-slider" data-autoplay="false" data-nav="true" data-dots="false" data-mobile-dots="false" data-screen0="1" data-screen481="2" data-screen768="3" data-screen992="3" data-screen1200="3" data-screen1441="3" data-screen1681="3" data-screen1920="3" data-margin="30" data-autoplayhoverpause="true" data-loop="false" data-center="false" data-stagepadding="0" data-mousedrag="true" data-touchdrag="true">
{{widget type="Magefan\Blog\Block\Widget\Recent" title="Blogs post" number_of_posts="5" category_id="1" tag_id="0" author_id="0" custom_template="Magefan_Blog::widget/recent-slider.phtml"}}
</div>
</div>
</div>
</div>
</div>
</div>
<div class="block-brand">
<div class="container">
<div class="block-home brand-slider nav-style-1 absolute-nav hover-to-show">
<div data-owl="owl-slider" data-autoplay="false" data-nav="true" data-dots="false" data-screen0="2" data-screen481="3" data-screen768="4" data-screen992="5" data-screen1200="5" data-screen1441="6" data-screen1681="7" data-screen1920="7" data-margin="10" data-autoplayhoverpause="true" data-loop="false" data-center="false" data-stagepadding="0" data-mousedrag="true" data-touchdrag="true" data-mobile-dots="false">
<div class="owl-carousel owl-theme">
<div class="item">
<a title="Brand" href="#">
<img class="mark-lazy" src="{{media url=wysiwyg/brand/item1.png}}" alt="Brand" width="192" height="128">
</a>
</div>
<div class="item">
<a title="Brand" href="#">
<img class="mark-lazy" src="{{media url=wysiwyg/brand/item2.png}}" alt="Brand" width="192" height="128">
</a>
</div>
<div class="item">
<a title="Brand" href="#">
<img class="mark-lazy" src="{{media url=wysiwyg/brand/item3.png}}" alt="Brand" width="192" height="128">
</a>
</div>
<div class="item">
<a title="Slide 1" href="#">
<img class="mark-lazy" src="{{media url=wysiwyg/brand/item4.png}}" alt="Brand" width="192" height="128">
</a>
</div>
<div class="item">
<a title="Brand" href="#">
<img class="mark-lazy" src="{{media url=wysiwyg/brand/item5.png}}" alt="Brand" width="192" height="128">
</a>
</div>
<div class="item">
<a title="Brand" href="#">
<img class="mark-lazy" src="{{media url=wysiwyg/brand/item6.png}}" alt="Brand" width="192" height="128">
</a>
</div>
<div class="item">
<a title="Brand" href="#">
<img class="mark-lazy" src="{{media url=wysiwyg/brand/item7.png}}" alt="Brand" width="192" height="128">
</a>
</div>
<div class="item">
<a title="Brand" href="#">
<img class="mark-lazy" src="{{media url=wysiwyg/brand/item1.png}}" alt="Brand" width="192" height="128">
</a>
</div>
</div>
</div>
</div>
</div>
Please add this code HTML in your cms contents.
{{block class="Magento\\Cms\\Block\\Block" block_id="id-1-block-2"}}

You can edit code HTML in your cms contents.
<div class="container">
<div class="footer-top">
<div class="row ">
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 col-xs-12 col-12">
<div class="ft-logo">
<a href="/">
<img class="mark-lazy" src="{{media url=wysiwyg/logo.png}}" alt="" />
</a>
</div>
<div class="contact-tag-list">
<ul class="ft-info">
<li class="address">5611 Wellington Road, Suite 115, Gainesville</li>
<li class="phone">(84) 943 446 000</li>
<li class="email">
<a href="entry@support.com">entry@support.com</a>
</li>
</ul>
</div>
</div>
<div class="col-xl-2 col-lg-2 col-md-4 col-sm-4 col-xs-12 col-12">
<div class="footer-block">
<div class="footer-block-title">Help </div>
<div class="footer-block-content">
<ul class="links-footer">
<li>
<a href="{{store url="privacy-policy"}}">Privacy Policy</a>
</li>
<li>
<a href="{{store url="delivery-return"}}">Returns + Exchanges</a>
</li>
<li>
<a href="{{store url="shipping-delivery"}}">Shipping</a>
</li>
<li>
<a href="{{store url="terms-conditions"}}">Terms & Conditions</a>
</li>
<li>
<a href="{{store url="faqs-01"}}">FAQ’s</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-xl-2 col-lg-2 col-md-4 col-sm-4 col-xs-12 col-12">
<div class="footer-block">
<div class="footer-block-title">Information</div>
<div class="footer-block-content">
<ul class="links-footer">
<li>
<a href="{{store url="blog"}}">Blog</a>
</li>
<li>
<a href="{{store url="catalog/product_compare"}}">Compare</a>
</li>
<li>
<a href="{{store url="wishlist"}}">My Wishlist</a>
</li>
<li>
<a href="{{store url="customer/account"}}">Account</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-xl-2 col-lg-2 col-md-4 col-sm-4 col-xs-12 col-12">
<div class="footer-block">
<div class="footer-block-title">Useful Links</div>
<div class="footer-block-content">
<ul class="links-footer">
<li>
<a href="#">Our Story</a>
</li>
<li>
<a href="#">Visit Our Store</a>
</li>
<li>
<a href="{{store url="contact"}}">Contact Us</a>
</li>
<li>
<a href="{{store url="about-us"}}">About Us</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-8 col-sm-8 col-xs-12 col-12">
<div class="footer-block">
<div class="footer-block-title">Join our newsletter and get $50 discount for your first order</div>
<div class="footer-block-content">
{{block class="Magento\Newsletter\Block\Subscribe" template="subscribe-footer.phtml"}}
<ul class="list-unstyled list-social" role="list">
<li class="list-social__item">
<a href="https://www.facebook.com/SmartAddons.page/" class="link list-social__link" target="_blank">
<svg fill="currentcolor" width="20px" height="20px" viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg">
<path d="m1416.013 791.915-30.91 225.617h-371.252v789.66H788.234v-789.66H449.808V791.915h338.426V585.137c0-286.871 176.207-472.329 449.09-472.329 116.87 0 189.744 6.205 231.822 11.845l-3.272 213.66-173.5.338c-4.737-.451-117.771-9.25-199.332 65.655-52.568 48.169-79.191 117.433-79.191 205.65v181.96h402.162Zm-247.276-304.018c44.446-41.401 113.71-36.889 118.787-36.663l289.467-.113 6.204-417.504-43.544-10.717C1511.675 16.02 1426.053 0 1237.324 0 901.268 0 675.425 235.206 675.425 585.137v93.97H337v451.234h338.425V1920h451.234v-789.66h356.7l61.932-451.233H1126.66v-69.152c0-54.937 14.214-96 42.078-122.058Z" fill-rule="evenodd"></path>
</svg>
<span>Facebook</span>
</a>
</li>
<li class="list-social__item">
<a href="https://www.instagram.com/smartaddons13/" class="link list-social__link" target="_blank">
<svg width="20px" height="20px" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path d="m0 0h32v32h-32z"></path>
<path d="m23.6190476.13999994.2518496.00400082c4.4330352.13698982 7.9850489 3.77162206 7.9891029 8.23707871v15.23796813l-.0040009.2518496c-.1369898 4.4330352-3.771622 7.9850489-8.2370787 7.9891029h-15.23796812l-.25184954-.0040009c-4.43303524-.1369898-7.98504891-3.771622-7.9891029-8.2370787v-15.23796812l.00400082-.25184954c.13698982-4.43303524 3.77162206-7.98504891 8.23707871-7.9891029zm0 2.00571434h-15.23809522l-.2285857.00411224c-3.33773425.12028135-6.0066524 2.86402399-6.0066524 6.23112586v15.23809522l.00411224.2285857c.12028135 3.3377343 2.86402399 6.0066524 6.23112586 6.0066524h15.23809522l.2285857-.0041122c3.3377343-.1202814 6.0066524-2.864024 6.0066524-6.2311259v-15.23809522l-.0041122-.2285857c-.1202814-3.33773425-2.864024-6.0066524-6.2311259-6.0066524zm-7.6191758 4.85142851.2653486.00407526c4.8475552.14463612 8.7331682 4.11734025 8.7376368 8.99891015 0 4.9720125-4.0307165 9.002729-9.0028572 9.002729s-9.00285716-4.0307165-9.00285716-9.0028572c0-4.8833525 3.88804756-8.8586028 8.73741066-8.99901883zm.0001282 2.00571437c-3.8644153 0-6.99714284 3.13272754-6.99714284 6.99714284s3.13272754 6.9971428 6.99714284 6.9971428 6.9971428-3.1327275 6.9971428-6.9971428-3.1327275-6.99714284-6.9971428-6.99714284zm8.7619048-3.91047622c.7642569 0 1.3838095.61955263 1.3838095 1.38380953s-.6195526 1.38380953-1.3838095 1.38380953c-.764257 0-1.3838096-.61955263-1.3838096-1.38380953s.6195526-1.38380953 1.3838096-1.38380953z" fill="currentcolor" fill-rule="nonzero"></path>
</g>
</svg>
<span>Instagram</span>
</a>
</li>
<li class="list-social__item">
<a href="https://twitter.com/smartaddons" class="link list-social__link" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" x="0" y="0" viewBox="0 0 512 512">
<!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path>
</svg>
<span>Twitter</span>
</a>
</li>
<li class="list-social__item">
<a href="#" class="link list-social__link" target="_blank">
<svg width="20px" height="20px" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" stroke-width="3" stroke="currentcolor" fill="none">
<path d="M52.46,26.64c-1.15.25-4.74.65-9.7-2.41a.5.5,0,0,0-.77.42s0,10,0,13.33c0,2.68.15,20.4-17.16,18.42,0,0-13.68-1-13.68-16.33,0,0,.19-13.8,16.42-15a.51.51,0,0,1,.55.5V32.6a.48.48,0,0,1-.42.49c-1.9.27-9.54,1.8-8.69,8.77a7.19,7.19,0,0,0,7.37,6.3s7,.78,7.32-9V7.94a.51.51,0,0,1,.5-.5h6.88a.5.5,0,0,1,.49.41c.36,2,2.42,9.82,10.8,10.31a.5.5,0,0,1,.48.49v7.51A.48.48,0,0,1,52.46,26.64Z" stroke-linecap="round"></path>
</svg>
<span>TikTok</span>
</a>
</li>
<li class="list-social__item">
<a href="#" class="link list-social__link" target="_blank">
<svg fill="currentcolor" width="20px" height="20px" viewBox="0 -4 32 32" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid">
<path d="M30.722,20.579 C30.137,21.894 28.628,23.085 27.211,23.348 C27.066,23.375 23.603,24.000 16.010,24.000 L15.990,24.000 C8.398,24.000 4.932,23.375 4.788,23.349 C3.371,23.085 1.861,21.894 1.275,20.578 C1.223,20.461 0.001,17.647 0.001,12.000 C0.001,6.353 1.223,3.538 1.275,3.421 C1.861,2.105 3.371,0.915 4.788,0.652 C4.932,0.625 8.398,-0.000 15.990,-0.000 C23.603,-0.000 27.066,0.625 27.210,0.651 C28.628,0.915 30.137,2.105 30.723,3.420 C30.775,3.538 32.000,6.353 32.000,12.000 C32.000,17.647 30.775,20.461 30.722,20.579 ZM28.893,4.230 C28.581,3.529 27.603,2.759 26.845,2.618 C26.813,2.612 23.386,2.000 16.010,2.000 C8.615,2.000 5.185,2.612 5.152,2.618 C4.394,2.759 3.417,3.529 3.104,4.234 C3.094,4.255 2.002,6.829 2.002,12.000 C2.002,17.170 3.094,19.744 3.106,19.770 C3.417,20.471 4.394,21.241 5.153,21.382 C5.185,21.388 8.615,22.000 15.990,22.000 L16.010,22.000 C23.386,22.000 26.813,21.388 26.846,21.382 C27.604,21.241 28.581,20.471 28.894,19.766 C28.904,19.744 29.998,17.170 29.998,12.000 C29.998,6.830 28.904,4.255 28.893,4.230 ZM13.541,17.846 C13.379,17.949 13.193,18.000 13.008,18.000 C12.842,18.000 12.676,17.959 12.525,17.875 C12.206,17.699 12.008,17.364 12.008,17.000 L12.008,7.000 C12.008,6.637 12.204,6.303 12.521,6.127 C12.838,5.950 13.227,5.958 13.534,6.149 L21.553,11.105 C21.846,11.286 22.026,11.606 22.027,11.951 C22.028,12.296 21.852,12.618 21.560,12.801 L13.541,17.846 ZM14.009,8.794 L14.009,15.189 L19.137,11.963 L14.009,8.794 Z"></path>
</svg>
<span>YouTube</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>



You can edit code HTML in your cms contents.
<div class="page-about">
<div class="section-statistics module">
<div class="container">
<div class="wrap">
<div class="box-banner">
<img class="mark-lazy" src="{{media url=wysiwyg/about-us/about-us.jpg}}" alt="" width="1410" height="705" />
</div>
<div class="des-about-us">
<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>
</div>
<div class="block-statistic row">
<div class="item item-1 col-xl-3 col-lg-3 col-md-3 col-sm-6 col-xs-12 col-6">
<div class="item-inn">
<span class="js-counter cw-googlefont">800</span>
<span class="suffix">+</span>
<p>Product Type</p>
</div>
</div>
<div class="item item-2 col-xl-3 col-lg-3 col-md-3 col-sm-6 col-xs-12 col-6">
<div class="item-inn">
<span class="js-counter cw-googlefont">12</span>
<span class="suffix">+</span>
<p>Years of Experience</p>
</div>
</div>
<div class="item item-3 col-xl-3 col-lg-3 col-md-3 col-sm-6 col-xs-12 col-6">
<div class="item-inn">
<span class="js-counter cw-googlefont">2500</span>
<span class="suffix">+</span>
<p>Trust Customer</p>
</div>
</div>
<div class="item item-4 col-xl-3 col-lg-3 col-md-3 col-sm-6 col-xs-12 col-6">
<div class="item-inn">
<span class="js-counter cw-googlefont">15</span>
<span class="suffix">+</span>
<p>Store Nationwide</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="block_video mt-desktop-100 mb-desktop-100 mt-mobile-50 mb-mobile-50">
<a class="link_video fancybox-media" href="https://www.youtube.com/watch?v=wII9bv2P9c8" title="video">
<img class="mark-lazy" src="{{media url=wysiwyg/about-us/bg-video-aboutus.jpg}}" alt="" width="1920" height="800" />
<span>
<svg fill="none" height="20px" viewBox="0 0 24 24" width="20px" xmlns="http://www.w3.org/2000/svg">
<path clip-rule="evenodd" d="M7.5 4.59863L18.6021 12L7.5 19.4014V4.59863ZM9 7.40141V16.5986L15.8979 12L9 7.40141Z" fill="currentColor" fill-rule="evenodd"></path>
</svg>
</span>
</a>
</div>
<div class="section-ourteam mb-desktop-100 mb-mobile-50">
<div class="container">
<div class="wrap">
<h3 class="modtitle">Meet Our Team</h3>
<div class="block-ourteam nav-style-1 absolute-nav hover-to-show">
<div data-owl="owl-slider" data-autoplay="false" data-nav="true" data-dots="false" data-screen0="1" data-screen481="2" data-screen768="3" data-screen992="4" data-screen1200="4" data-screen1441="4" data-screen1681="4" data-screen1920="4" data-margin="30" data-autoplayhoverpause="true" data-loop="false" data-center="false" data-stagepadding="0" data-mousedrag="true" data-touchdrag="true">
<div class="owl-carousel owl-theme">
<div class="item">
<div class="item-inn">
<div class="cl-image">
<img class="mark-lazy" src="{{media url=wysiwyg/about-us/Team_1.jpg}}" alt="" />
</div>
<div class="item-content">
<h4 class="cl-title">Jennifer lawrence</h4>
<div class="cl-job">Designer</div>
</div>
</div>
</div>
<div class="item">
<div class="item-inn">
<div class="cl-image">
<img class="mark-lazy" src="{{media url=wysiwyg/about-us/Team_2.jpg}}" alt="" />
</div>
<div class="item-content">
<h4 class="cl-title">Mary Jane</h4>
<div class="cl-job">Designer</div>
</div>
</div>
</div>
<div class="item">
<div class="item-inn">
<div class="cl-image">
<img class="mark-lazy" src="{{media url=wysiwyg/about-us/Team_3.jpg}}" alt="" />
</div>
<div class="item-content">
<h4 class="cl-title">John Lemeo</h4>
<div class="cl-job">Designer</div>
</div>
</div>
</div>
<div class="item">
<div class="item-inn">
<div class="cl-image">
<img class="mark-lazy" src="{{media url=wysiwyg/about-us/Team_4.jpg}}" alt="" />
</div>
<div class="item-content">
<h4 class="cl-title">Michal Kors</h4>
<div class="cl-job">Artist</div>
</div>
</div>
</div>
<div class="item">
<div class="item-inn">
<div class="cl-image">
<img class="mark-lazy" src="{{media url=wysiwyg/about-us/Team_5.jpg}}" alt="" />
</div>
<div class="item-content">
<h4 class="cl-title">Alice Crowheart</h4>
<div class="cl-job">Designer</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

You can edit code HTML in your cms contents.
<div class="warp-info">
<div class="head-title">
<h3 class="modtitle">Get In Touch!</h3>
<div class="sub-title">We'd love to hear from you - please use the form to send us your message or ideas. Or simply pop in for a cup of fresh tea and a cookie:</div>
</div>
<div class="info-content">
<ul class="list-unstyled list-info">
<li>
<i class="icon-map-pin"></i>
<span>No 40 Baria Sreet 133/2 NewYork City, NY, USD.</span>
</li>
<li>
<i class="icon icon-mail1"></i>
<span>contact@entrytheme.com</span>
</li>
<li>
<i class="icon icon-phone-call"></i>
<span>(800) 1234 8888 - (800) 1234 9999</span>
</li>
<li>
<i class="icon icon-clock"></i>
<span>Open Time: 8:00AM - 6:00PM</span>
</li>
</ul>
<ul class="list-unstyled list-social" role="list">
<li class="list-social__item">
<a href="https://www.facebook.com/SmartAddons.page/" class="link list-social__link" target="_blank">
<svg fill="currentcolor" width="20px" height="20px" viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg">
<path d="m1416.013 791.915-30.91 225.617h-371.252v789.66H788.234v-789.66H449.808V791.915h338.426V585.137c0-286.871 176.207-472.329 449.09-472.329 116.87 0 189.744 6.205 231.822 11.845l-3.272 213.66-173.5.338c-4.737-.451-117.771-9.25-199.332 65.655-52.568 48.169-79.191 117.433-79.191 205.65v181.96h402.162Zm-247.276-304.018c44.446-41.401 113.71-36.889 118.787-36.663l289.467-.113 6.204-417.504-43.544-10.717C1511.675 16.02 1426.053 0 1237.324 0 901.268 0 675.425 235.206 675.425 585.137v93.97H337v451.234h338.425V1920h451.234v-789.66h356.7l61.932-451.233H1126.66v-69.152c0-54.937 14.214-96 42.078-122.058Z" fill-rule="evenodd"></path>
</svg>
<span>Facebook</span>
</a>
</li>
<li class="list-social__item">
<a href="https://www.instagram.com/smartaddons13/" class="link list-social__link" target="_blank">
<svg width="20px" height="20px" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path d="m0 0h32v32h-32z"></path>
<path d="m23.6190476.13999994.2518496.00400082c4.4330352.13698982 7.9850489 3.77162206 7.9891029 8.23707871v15.23796813l-.0040009.2518496c-.1369898 4.4330352-3.771622 7.9850489-8.2370787 7.9891029h-15.23796812l-.25184954-.0040009c-4.43303524-.1369898-7.98504891-3.771622-7.9891029-8.2370787v-15.23796812l.00400082-.25184954c.13698982-4.43303524 3.77162206-7.98504891 8.23707871-7.9891029zm0 2.00571434h-15.23809522l-.2285857.00411224c-3.33773425.12028135-6.0066524 2.86402399-6.0066524 6.23112586v15.23809522l.00411224.2285857c.12028135 3.3377343 2.86402399 6.0066524 6.23112586 6.0066524h15.23809522l.2285857-.0041122c3.3377343-.1202814 6.0066524-2.864024 6.0066524-6.2311259v-15.23809522l-.0041122-.2285857c-.1202814-3.33773425-2.864024-6.0066524-6.2311259-6.0066524zm-7.6191758 4.85142851.2653486.00407526c4.8475552.14463612 8.7331682 4.11734025 8.7376368 8.99891015 0 4.9720125-4.0307165 9.002729-9.0028572 9.002729s-9.00285716-4.0307165-9.00285716-9.0028572c0-4.8833525 3.88804756-8.8586028 8.73741066-8.99901883zm.0001282 2.00571437c-3.8644153 0-6.99714284 3.13272754-6.99714284 6.99714284s3.13272754 6.9971428 6.99714284 6.9971428 6.9971428-3.1327275 6.9971428-6.9971428-3.1327275-6.99714284-6.9971428-6.99714284zm8.7619048-3.91047622c.7642569 0 1.3838095.61955263 1.3838095 1.38380953s-.6195526 1.38380953-1.3838095 1.38380953c-.764257 0-1.3838096-.61955263-1.3838096-1.38380953s.6195526-1.38380953 1.3838096-1.38380953z" fill="currentcolor" fill-rule="nonzero"></path>
</g>
</svg>
<span>Instagram</span>
</a>
</li>
<li class="list-social__item">
<a href="https://twitter.com/smartaddons" class="link list-social__link" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" x="0" y="0" viewBox="0 0 512 512">
<!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path>
</svg>
<span>Twitter</span>
</a>
</li>
<li class="list-social__item">
<a href="#" class="link list-social__link" target="_blank">
<svg width="20px" height="20px" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" stroke-width="3" stroke="currentcolor" fill="none">
<path d="M52.46,26.64c-1.15.25-4.74.65-9.7-2.41a.5.5,0,0,0-.77.42s0,10,0,13.33c0,2.68.15,20.4-17.16,18.42,0,0-13.68-1-13.68-16.33,0,0,.19-13.8,16.42-15a.51.51,0,0,1,.55.5V32.6a.48.48,0,0,1-.42.49c-1.9.27-9.54,1.8-8.69,8.77a7.19,7.19,0,0,0,7.37,6.3s7,.78,7.32-9V7.94a.51.51,0,0,1,.5-.5h6.88a.5.5,0,0,1,.49.41c.36,2,2.42,9.82,10.8,10.31a.5.5,0,0,1,.48.49v7.51A.48.48,0,0,1,52.46,26.64Z" stroke-linecap="round"></path>
</svg>
<span>TikTok</span>
</a>
</li>
<li class="list-social__item">
<a href="#" class="link list-social__link" target="_blank">
<svg fill="currentcolor" width="20px" height="20px" viewBox="0 -4 32 32" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid">
<path d="M30.722,20.579 C30.137,21.894 28.628,23.085 27.211,23.348 C27.066,23.375 23.603,24.000 16.010,24.000 L15.990,24.000 C8.398,24.000 4.932,23.375 4.788,23.349 C3.371,23.085 1.861,21.894 1.275,20.578 C1.223,20.461 0.001,17.647 0.001,12.000 C0.001,6.353 1.223,3.538 1.275,3.421 C1.861,2.105 3.371,0.915 4.788,0.652 C4.932,0.625 8.398,-0.000 15.990,-0.000 C23.603,-0.000 27.066,0.625 27.210,0.651 C28.628,0.915 30.137,2.105 30.723,3.420 C30.775,3.538 32.000,6.353 32.000,12.000 C32.000,17.647 30.775,20.461 30.722,20.579 ZM28.893,4.230 C28.581,3.529 27.603,2.759 26.845,2.618 C26.813,2.612 23.386,2.000 16.010,2.000 C8.615,2.000 5.185,2.612 5.152,2.618 C4.394,2.759 3.417,3.529 3.104,4.234 C3.094,4.255 2.002,6.829 2.002,12.000 C2.002,17.170 3.094,19.744 3.106,19.770 C3.417,20.471 4.394,21.241 5.153,21.382 C5.185,21.388 8.615,22.000 15.990,22.000 L16.010,22.000 C23.386,22.000 26.813,21.388 26.846,21.382 C27.604,21.241 28.581,20.471 28.894,19.766 C28.904,19.744 29.998,17.170 29.998,12.000 C29.998,6.830 28.904,4.255 28.893,4.230 ZM13.541,17.846 C13.379,17.949 13.193,18.000 13.008,18.000 C12.842,18.000 12.676,17.959 12.525,17.875 C12.206,17.699 12.008,17.364 12.008,17.000 L12.008,7.000 C12.008,6.637 12.204,6.303 12.521,6.127 C12.838,5.950 13.227,5.958 13.534,6.149 L21.553,11.105 C21.846,11.286 22.026,11.606 22.027,11.951 C22.028,12.296 21.852,12.618 21.560,12.801 L13.541,17.846 ZM14.009,8.794 L14.009,15.189 L19.137,11.963 L14.009,8.794 Z"></path>
</svg>
<span>YouTube</span>
</a>
</li>
</ul>
</div>
</div>
Theme Core Setting
In Magento admin panel, navigate to Stores >> Settings >> Configuration >> MagenTech.COM >> Theme Core Configuration and configure as you want.
Please click Here to view the theme core configuration.
General Options:
Primary, Body Font, Background, Element Google Font.
In these options, you can change main font, font size, link color, text color, background, etc.
Navigation
Menu Style: This theme support 2 types: mega menu and css menu. You can select a menu style that you want.
Sticky Menu: Choose "Yes" to turn on "Sticky Menu" feature, the menu will be fixed on top when scroll down the page.
Mobile Layout: Allow to set logo on mobile and config width and height of logo.
Max width: Allow to set width of content.
Enable boxed layout: This theme support boxed layout.
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.
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" for related and upsell products.
Tab
We support 3 types: Horizontal, vertical and accordion. You can show "Custom Tab" by sellect "Yes"
Custom Tab
Choose "Yes", you can change name and add content for Custom Tab.
SM Entry Settings
In Magento admin panel, navigate to Stores >> Settings >> Configuration >> MagenTech.COM >> SM Entry and configure its settings as you want.
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
MagenTech Extensions
Click here to view documentation of SM Mega Menu module.
Enable Extensions: Allow to enable/disable the module. If choose "Disable", magento's default menu style will be applied.
Select Mega Menu: Allow to choose Mega Menu.
Select Template: This module support 2 templates for presenting of menu (Horizontal and Vertical).
Select Effect: We support effects for Mega menu (CSS/Animation/Toggle)
Advanced Options
Caching: Allow to choose to cache the content of module.How to create list Menu Items for your menu?
Click here to view documentation of SM Cartquickpro module.
Enable Extensions: Enable or Disable this extension.
Select Type: This module support 3 types: Both, Quickview, Ajax Cart. Option "Both" including quickview and ajaxcart.
Label Button: You can define texts of the quickview labels.
Countdown Number: The time of ajax box displaying on the screen.
Click here to view documentation of SM Filter Product module.
General Settings
Enabled : Enable or disable the module displaying on Frontend area.
Title Module: Enter the title of the module.
Source Options
Show Countdown Timer: Allow to show countdown timer for special product when you select “Yes”.
Select Category: Allow you to select Category.
Product Limitation: Allow to set product limitation.
Click here to view documentation of SM Listing Tabs module.
General Options
Enabled Extensions: Enable or disable the module displaying on Frontend area.
Title: Enter the title of the module.
Type Show: We support 2 types: Slider or Loadmore.
Type Listing: We support 3 types: All, only deals and under price.
Show Countdown Timer: Allow to show countdown timer for special product when you select “Yes”.
Source Options
Fiter Type: Allow you to select Type of Filter.
Select Category: Allow you to select Category.
Order By: Set Product Field to Order By.
Ordering Direction: Allow to order ascending/descending direction.
Product Limitation: Allow to set product limitation.
Click here to view documentation of SM Category module.
General Options
Enabled Extensions: Enable or disable the module displaying on Frontend area.Title: Enter the title of the module.
Source Options
Select Category: Allow you to select Category.Category Limitation: Allow to set category limitation.
Optimized Speed
When your store is ready to go, you should set the Magento 2 in Production mode. Because it help you improve the performance of the store, improve security and ease of use.
To change or set the Production mode, you can use the following CLI command in your SSH Terminal:
php bin/magento deploy:mode:set {mode} [-s|--skip-compilation]

You’ll get the next messages:

After changing the mode, you should clean the cache as well by running the following command:
php bin/magento cache:cleanHow To Setup Currency?
To setup currency, you can go to Store -> Configuration -> General -> Currency Setup. Set Allowed Currencies are the currency you want on your store:
How To Setup Multi Languages?
To setup multi languages, you can go to Admin -> Stores -> All Stores -> Create Store View

Example with French:
How To Translate Languages?
You can translate the interface lables into other languages.
Example: To translate the interface into Arabic languages, follow these instruction:
Store >> Configuration >> General
app/design/frontend/Sm/ego/i18n and open file ar_SA.csv
ar_SA.csv file and make all required changes in your translation. File opened in a text editor might look like this:
The first column contains the original character strings. In the second column you can place your translation of each string.
php bin/magento setup:static-content:deploy ar_SANote: Do not forget to change
ar_SA to your own language tag.
How To Change Logo?
To change logo, in admin panel please go to Content >> Configuarion >> Edit Store >> Header tab. After, upload logo that you want.








