Table of Contents
View Magento 2 Who bought this also bought Extension Detail Page for Features and Demo
Documentation for Who bought this also bought
Preference
- Who Also Bought Extension allows to display Who Also Bought product list on cart and product pages. There is an use slider also to use in listing.
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 → Customer Also Bought, 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_Customer Also Bought’ ⇒ 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 → Customer Also Bought, the module will be displayed in the admin panel.
Backend Example
Extension Configuration
After Installation the Extension, Go to Store → Configuration → Mageants →Customer Also Bought.
1) Slider Configuration: Store owner can set slider using loop,navigation,display dots and number of items to display in slider.
2) Store Owner can set position to display who also bought product with other options like total numbers to display,show add to cart etc.
3) There is an additional functionality to display Random Product From Same category if there is not any product found in order.
Frontend Example
Product page
- Who also bought this product list will be display on the product page which can increase the sales
- In the admin section there are options to display block on top, bottom,after related and upsell and before related and upsell.
- There are slider option available also,store owner can customize it from admin.
Cart page
The same functionality is available for the cart section too.