Table of Contents
View Magento 2 Product Parts Finder Extension Detail Page for Features and Demo
Documentation for Product part finder
Preference
- Mageants Product Question/Answer is a perfect extension for the store owners who wants to help customer to clear customer mind confusion. It’s allow customer to ask question about product and get answer for that. All question and answer can only show which is approved by admin.
- Enable / Disable PartFinder.
- Allow Universal products.
- Only category filter allow.
- Custom search URL setting.
- Auto search setting.
- Import per request setting.
- Import History life time setting.
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 → Product part finder, 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_Product part finder’ ⇒ 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 → Product part finder, the module will be displayed in the admin panel.
Backend Example
- After Installation of Extension login to magento admin panel to set configuration of the extension.
- As per below screen shot you can set all the settings here.
Extension Configuration
Store → Configuration → Mageants → Part Finder
To manage contact messages Please go to Catalog → Part Finder → Part Finders there you can manage all Part Finder. You can create ,edit or delete Part Finder from here.
Menu
Part finder Grid
General tab of part finder
Note : Use short code in CMS page / Static block and also XML code for layout file. You can copy and paste where you want to add current part finder.
Option tab
Product tab
Import tab
Import product history tab
Universal Product tab
Universal product import tab
Add Part finder using widget
Frontend Example
Part finder in category page
You can set part finder in home page, Category page, Product detail page, etc.