Table of Contents
View Magento 2 Diamond Search Extension Detail Page for Features and Demo
Documentation for Diamond Search
Preference
- Base on Diamond product attribute value find diamond product
- whenever change and update slider value it show matching diamond product collection in table grid.
- Table Grid show product info as well as attribute value info.
- it's responsive mobile as well desktop.
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 → DiamondSearch, 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_DiamondSearch’ → 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 → DiamondSearch, the module will be displayed in the admin panel.
Backend Example
CONFIGURATION:
- After Installation of Extension log in to Magento admin panel for set configuration of the extension.
- You can find configuration at Stores → Configuration → Mageants → DiamondSearch.
Diamond Settings:
Enable: - Set yes to Enable Module. Add Top Links /Title: - Set yes to Enable Top link as Title field. Add Menu Links /Title: - Set yes to Enable Menu link as Title field.
- Diamond search attribute value predefine set max and min slider default value from configuration setting.
Modified Diamond Product Attribute Value: - In magento admin if we want to Change any diamond attribute value then you can go to Stores → Attributes → Product section;
Add Attribute Value in Product edit page:
Frontend Example
Diamond Search page:
- You have to choose diamond Shape,Carat & Price form first tab
- You have to choose diamond Color, Clarity and Cut from tab 2:
- You have to choose diamond More Filters form tab this:
Table Grid:
- show all diamond product base on attribute value selection in below screenshot.
Mobile Design:
- Unordered List ItemDiamond Search module compatible with mobile view show screen shot as below.