Table of Contents
View Magento 2 Reorder Specific Product Extension Detail Page for Features and Demo
Documentation for Reorder specific product
Preference
- Reorder Specific Product extension show all ordered products as a list which allows customers to reorder previous them without wasting time and effort.
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 → Reorder specific 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_Reorderspecificproduct’ ⇒ 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 → Reorder specific 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
Please go to Stores → Configuration → MageAnts Extensions → Reorder Products and expand the Settings section.
Here Admin can Show/Hide Column as pr Requirement to show Reorder products page.
Here Admin Can set pagination and show quickbutton on product images on reorder products page.
Here Admin can show/Hide Customer’s past ordered Quantity ofproducts and also show/Hide product search and instock status of products on Reorder products page.
Frontend Example
Functionality on Frontend. The Reorder Products module is enabled, then click on sign in and login with customer and click on my account. After click on my account you can see Reorder products.
After click on Reorder Products customer can see all products that are ordered on the past.
The following screenshot show search result of products and customer can search products by name and sku.
Customer can also see their last ordered products quantity and date of ordered and also see instock status of products.
When customer hover mouse on image at that time quickview button visible to show product on popup.
After click on quickview button product detail page open in popup customer can also addtocart products from product detail page.
When click on Add to Cart customer can redirect to cart page and products are added to cart.