Getting Started
Welcome to histore 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. If you have any questions that are beyond the scope of document, please feel free to contact us via our Support Tickets System
Compatible with Magento
Version Magento | Link Documentation |
---|---|
Version 2.1.x to 2.3.x | Click Here |
Ver 2.4.x | Click Here |
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_histore_quickstart_pl_m2.4.0_v2.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_histore_quickstart_pl_m2.4.0_v2.0.0\data_quickstart
Note: You can import database by run this command
mysql -u root -p database_name < sample_data.sql
- Step 5: Install Magento
This example assumes that the Magento install directory is named
sm_histore
, 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_histore --base-url-secure=https://192.168.1.220/ytc_templates/magento/sm_histore --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 --elasticsearch-index-prefix=histore
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 --backend-frontname option. 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.
For security, remove write permissions from these directories: '/var/www/html/ytc_templates/magento/sm_histore/app/etc'
[Progress: 274 / 274]
[SUCCESS]: Magento installation complete.
[SUCCESS]: Admin Panel URI: /admin_puu71q
- Step 6: Can't login to admin panel
When you login to admin will be display like this image:
Please open fileapp/etc/config.php
and change 'Magento_TwoFactorAuth' => 1 to 'Magento_TwoFactorAuth' => 0
After that run these command:
1.php bin/magento setup:upgrade
2.php bin/magento setup:static-content:deploy -f
3.php bin/magento indexer:reindex
- 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.- Note: Manual Installation can only import CMS Page and Static Block. Products, Categories, Megamenu may not display when you use Manual Installation, you need to configure manually (by yourself >> please read documentation carefully)
- Step 1: Download Magento 2.4.x
https://magento.com/tech-resources/download
and install on your server - Step 2: Please download 'sm_histore_theme_m2.1.x-2.4.x_v2.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 via ssh using putty or others
php bin/magento setup:upgrade
Step 4: Run deploy command: - Step 5:
Navigate to Content > Design > Configuration > Edit Default Store > Select "SM Histore" theme.
Important!
For Magento 2.2.4, 2.2.5: Something went wrong while saving this configuration: Area is already set. Don't worry, please click here to fix this issues - Step 5: Click "Save Configuarion" button to save your changes.
- Step 6: Navigate to Stores>> Settings>> Configuration >> MAGENTECH.COM >> Sm histore >> 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 7: Click "Demo X" button to install demo version that you prefer to install. After that, click "Save config" button on the top.
- Step 8: 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.
php bin/magento setup:static-content:deploy -f
chmod -R 777 pub
chmod -R 777 generated
chmod -R 777 var
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.
Please try to use below example code in your cms contents.
<div class="slidershow-home owl-carousel">
<div class="item"><img src="{{media url="wysiwyg/imageslider/home-v11.jpg"}}" alt="" /></div>
<div class="item"><img src="{{media url="wysiwyg/imageslider/home-v12.jpg"}}" alt="" /></div>
<div class="item"><img src="{{media url="wysiwyg/imageslider/home-v13.jpg"}}" alt="" /></div>
</div>
<script type="text/javascript" xml="space">// <![CDATA[
//
//
//
//
require(['jquery','owlcarousel'], function ($) {
$(".slidershow-home.owl-carousel").owlCarousel({
items: 1,
dots:true
});
});
require(['jquery','owlcarousel'], function ($) {
dotcount = 1;
jQuery('.slidershow-home .owl-dot span').each(function() {
jQuery( this ).addClass( 'dotnumber' + dotcount);
jQuery( this ).attr('data-info', dotcount);
dotcount=dotcount+1;
});
slidecount = 1;
jQuery('.slidershow-home .owl-item').not('.cloned').each(function() {
jQuery( this ).addClass( 'slidenumber' + slidecount);
slidecount=slidecount+1;
});
jQuery('.slidershow-home .owl-dot span').each(function() {
grab = jQuery(this).data('info');
slidegrab = jQuery('.slidenumber'+ grab +' img').attr('src');
jQuery(this).css("background-image", "url("+slidegrab+")");
});
});
//
//
//
// ]]></script>
<referenceContainer name="page.top">
<block class="Magento\Cms\Block\Block" name="block-slideshow1" before="-">
<arguments>
<argument name="block_id" xsi:type="string">block-slideshow1</argument>
</arguments>
</block>
</referenceContainer>
Please try to use below example code in your cms contents.
<div class="policy-shop">
<div class="row">
<div class="col-sm-4">
<div class="wrapper">
<div class="icon"><i class="fa fa-truck"> </i></div>
<div class="content">
<h2>Fast & Free Shipping</h2>
<p>Fast & Free Shipping on orders over $99.00</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="wrapper">
<div class="icon"><i class="fa fa-usd"> </i></div>
<div class="content">
<h2>Money Guarantee</h2>
<p>Lorem ipsum 30 days money back guarantee</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="wrapper">
<div class="icon"><i class="fa fa-support"> </i></div>
<div class="content">
<h2>Online Support</h2>
<p>We Support Online 24/7 for Customer</p>
</div>
</div>
</div>
</div>
</div>
<p>{{block class="Sm\Categories\Block\Categories" name="categories" as="categories" template="Sm_Categories::default.phtml" /}} {{block class="Sm\FilterProducts\Block\FilterProducts" name="filterproducts" template="Sm_FilterProducts::default-id1.phtml"}}</p>
<script type="text/javascript" xml="space">// <![CDATA[
//
require([
'jquery',
'owlcarousel'
], function ($) {
var slider_1 = $(".sm-filter-products .owl-carousel");
slider_1.owlCarousel({
nav: true,
dots:false,
margin: 30,
responsive: {
0: {
items:1
},
480: {
items:2
},
768: {
items:3
},
991: {
items:4
},
1200: {
items:5
},
}
});
});
// ]]></script>
<div class="row banner-center mr60">
<div class="col-sm-6 mr30"><a class="banner" href="#"><img src="{{media url="wysiwyg/banner/1.jpg"}}" alt="Static Image" /></a></div>
<div class="col-sm-6"><a class="banner mr30" href="#"><img src="{{media url="wysiwyg/banner/2.jpg"}}" alt="Static Image" /></a> <a class="banner" href="#"><img src="{{media url="wysiwyg/banner/3.jpg"}}" alt="Static Image" /></a></div>
</div>
<p>{{block class="Sm\ListingTabs\Block\ListingTabs" name="listingtabs.default" as="listingtabs_default" template="Sm_ListingTabs::default.phtml"}}</p>
{{block class="Magento\\Cms\\Block\\Block" block_id="id-1-block-1"}}
Please try to use below example code in your cms contents.
<div class="block brand-wrapper">
<div class="title-home">Featured Brands</div>
<div class="owl-carousel slider-brands">
<div class="item"><a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br1.jpg"}}" alt="Brand" /></a> <a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br7.jpg"}}" alt="Brand" /></a></div>
<div class="item"><a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br2.jpg"}}" alt="Brand" /></a> <a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br8.jpg"}}" alt="Brand" /></a></div>
<div class="item"><a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br3.jpg"}}" alt="Brand" /></a> <a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br9.jpg"}}" alt="Brand" /></a></div>
<div class="item"><a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br4.jpg"}}" alt="Brand" /></a> <a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br10.jpg"}}" alt="Brand" /></a></div>
<div class="item"><a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br5.jpg"}}" alt="Brand" /></a> <a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br11.jpg"}}" alt="Brand" /></a></div>
<div class="item"><a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br6.jpg"}}" alt="Brand" /></a> <a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br12.jpg"}}" alt="Brand" /></a></div>
</div>
</div>
<script type="text/javascript" xml="space">// <![CDATA[
//
//
//
//
require([
'jquery',
'owlcarousel'
], function ($) {
var brands_slider = $(".slider-brands");
brands_slider.owlCarousel({
nav: false,
dots:false,
margin: 30,
responsive: {
0: {
items:2
},
480: {
items:3
},
768: {
items:4
},
991: {
items:5
},
1200: {
items:6
}
}
});
});
//
//
//
//
// ]]></script>
<p>{{block class="Sm\InstagramGallery\Block\InstagramGallery" name="instagramgallery" template="Sm_InstagramGallery::default.phtml"}}{{block class="Magento\Customer\Block\Newsletter" name="newletter" template="Magento_Newsletter::subscribe-home1.phtml"}}</p>
{{block class="Magento\\Cms\\Block\\Block" block_id="id-1-block-2"}}
1. How to create "Block-Contact-Ft"
Please try to use below example code in your cms contents.
<div class="footer-block">
<div class="footer-block-title">
<h3>Contact Details</h3>
</div>
<div class="footer-block-content">
<ul class="links-contact">
<li class="add-icon"><span class="fa fa-home"> </span><span>Address:</span> No 40 Baria Sreet 133/2 NewYork City, NY, United States</li>
<li class="email-icon middle-content"><span class="fa fa-send"> </span><span>Email:</span> contact@market.com</li>
<li class="phone-icon"><span class="fa fa-phone"> </span><span>Phone 1 :</span> (888) 1900 86420 - (444) 1900 56789</li>
</ul>
</div>
</div>
2. How to create "Block-Information-Ft"
Please try to use below example code in your cms contents.
<div class="footer-block">
<div class="footer-block-title">
<h3>Information</h3>
</div>
<div class="footer-block-content">
<ul class="links-footer">
<li><a title="About Us" href="{{store url=""}}about-us.html">About Us</a></li>
<li><a title="Market Reviews" href="#">Market Reviews</a></li>
<li><a title="Terms of Use" href="#">Terms of Use</a></li>
<li><a title="Privacy Policy" href="#">Privacy Policy</a></li>
<li><a title="Site Map" href="#">Site Map</a></li>
</ul>
</div>
</div>
3. How to create "Block-Customer-Ft"
Please try to use below example code in your cms contents.
<div class="footer-block">
<div class="footer-block-title">
<h3>Customer Service</h3>
</div>
<div class="footer-block-content">
<ul class="links-footer">
<li><a title="Shipping Policy" href="#">Shipping Policy</a></li>
<li><a title="Compensation First" href="#">Compensation First</a></li>
<li><a title="My Account" href="{{store url=""}}customer/account">My Account</a></li>
<li><a title="Return Policy" href="#">Return Policy</a></li>
<li><a title="Contact Us" href="{{store url=""}}contact-us.html">Contact Us</a></li>
</ul>
</div>
</div>
4. How to create "Block-Socials-Ft"
Please try to use below example code in your cms contents.
<div class="footer-block">
<div class="footer-block-title">
<h3>Payment & Shipping</h3>
</div>
<div class="footer-block-content">
<div class="description">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam</div>
{{block class="Magento\Framework\View\Element\Template" name="social.button.detail" after="product.info.overview" template="Magento_Theme::html/social-button.phtml" /}}</div>
</div>
Theme Setting
In Magento admin panel, navigate to Stores>> Settings>> Configuration >> MAGENTECH.COM >> SM Histore 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.
Choose "Yes" to show socials. When you choose "Yes", you can change name and link of socials.
Advanced
Choose "Yes/No" to "Show/Hide" Go to Top, Add to Cart, Add to Wishlist, Add to Compare, Newsletter Popup, Copyright, 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
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?
- Sortable Categories Items: Please click Here to view.
- Backend Settings: Please click Here to view.
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 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.
Product Class Container: Class of the product.
Button Class Container: Where to display the button.
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 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 Categories module.
General Options
Enabled Extensions: Allow to enable/disable the module.
Title: Enter the title of the module.
Source Options
Select Category: Allow you to select Category.
Category Limitation: Allow to set category limitation.
Other Extensions
Please try to use below example code in your cms contents.
{{widget type="Magefan\Blog\Block\Widget\Recent" title="Latest Blog" number_of_posts="5"}}
{{block class="Magento\\Cms\\Block\\Block" block_id="id-2-block-2"}}
Other
Support
SUPPORT - If you have any questions that are beyond the scope of this help file, please feel free to send us via: Support Tickets System
FAQs - Go to Here to view more the Frequently Asked Questions.
Change Log
Click here to view changelog