Table of Contents
View Magento 2 Size Chart Extension Detail Page for Features and Demo
Documentation for Size chart
Preference
- Advance Size Chart is very useful to customer to view product size chart and this extension give size advise from user selected measurement and its also help customer to choose perfect size suggestion for them. Many other functionality like custom image of content as size chart, use pop-up or display by default etc.
- Display inline or in pop-up.
- Use size chart display with size chart adviser to help customer to select size for product.
- Size chart have product, category and rule filter to display in frontend.
- Size adviser , Size Standard , Size Dimension, and Size Chart management.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
Php bin/magento setup:upgrade
Php bin/magento setup:static-content:deploy
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Size chart, the module will be displayed in the admin panel.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_SizeChart’ ⇒ 1
Step 4: Disable the cache under System → Cache Management
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Size chart, the module will be displayed in the admin panel.
Backend Example
After Installation of Extension log in to Magento admin panel for set configuration of the extension.
Extension Configuration
Extension menu and sub menu
Display Size Chart Grid
Add New Size Chart Here
Select Category to Display Size Chart
Select Product to Display Size Chart
Add Rule to Display With Filter
Display Size Advisors Grid.
Create New Size Advisor Here.
Add Size Range Here.
Display Size Standard Grid.
Create New Size Standard.
Display Size Dimensions Grid.
Create New Size Dimension Here.
Frontend Example
Display on Product View Page.
Size Table in Display in Pop-Up.
Size Table in Display Product View Page.
Size Advisor Display in Pop-Up.
Size Advisor Display on Product View Page.
Show Result in Pop-Up.
Show Result on Product View Page.