Table of Contents
View Magento 2 Automatic Related Products Extension Detail Page for Features and Demo
Documentation for Automatic Related Products
Preference
This extension works like What if you buy a book and someone offers you a pen as well. Yes, this is what Automatic Related Products does. It lessens the searching section of buying by suggesting related item. You save customers time - You get sales in return.
- Display multiple related products to the customers.
- Display multiple upsell & crossell products to the customers.
- Unordered List ItemSet flexible conditions for the product relation mechanism for targeted sales
- Set the parameters for stat collections and manage the feature better
- Manage the number of products to be displayed in the slider
- Configure the product display slider for optimum customization
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 –> Automatic related product , 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_Automaticrelatedproduct’ ⇒ 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 –> Automatic related product , 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.
Extension Configuration
- As per below screen shot you can set all the settings here.
- You can find configuration at Stores → Configuration → Mageants → Automatic related product.
Frontend Example
- Using this Extension Product image and related information display in popup.