Multi Vendor Mass Mass Products Edit Update: This module allows the admin to enable the mass product edit feature at the seller panel. By using the Mass product edit feature the seller can update the value of the product attributes of the multiple products in one go. This module also allows the seller to update the status of all the selected products at once.
Also, the seller can update the price of the product in bulk. Sellers can select the type of product price for the update from Fixed, Percentage Increase, Percentage Decrease, Increase and Decrease.
**Note – This is a marketplace add-on, so you need to install Webkul’s Marketplace Multi Vendor Module for Magento 2 first.
Feature List
- Sellers can edit their products in bulk.
- The seller can update the value of the product attributes.
- Mass update the status of the products as enable or disable.
- Bulk edit the price of the products.
- Select the type of product price for the update from Fixed, Percentage Increase, Percentage Decrease, Increase and Decrease.
Module Installation
Customers will get a zip folder. Then they have to extract the contents of this zip folder on their system. The extracted folder has an src folder, inside the src folder you have the app folder.
You need to transfer this app folder into the Magento2 root directory on the server as shown below:
After that, you have to run these commands in the Magento2 root directory.
First Command –
php bin/magento setup:upgrade
Second Command –
php bin/magento setup:di:compile
Third Command –
php bin/magento setup:static-content:deploy
Fourth Command –
php bin/magento queue:consumers:start mpproduct_action_attribute.update&
After running the commands, you have to flush the cache from the Magento admin panel by navigating through System > Cache management as shown below:
Language Translation
For translating the module language, navigate through src/app/code/Webkul/MpMassProductEdit/i18n and edit the en_US.csv file.
Thereafter, rename the CSV as “en_SA.csv” and translate all right side content after the comma in the Arabic language. After editing the CSV, save it.
Then upload it to the path src/app/code/Webkul/MpMassProductEdit/i18n where the Magento2 is installed on the server.
The module gets translated into the Arabic Language. It supports both RTL and LTR languages.
How to enable the module?
To allow the seller to update mass product edit, the admin needs to enable the module. For that, the admin needs to navigate through Store > Configuration > Mp Mass Product Edit.
For the reference, please check the below snapshot:
Under General Settings, the admin can enable or disable the module.
Bulk Product Edit
Once the admin enables the Mass Product Edit for Magento 2, the seller can start editing the product in bulk.
For that, they need to navigate through My Account > My Products List. Then select the products and click on the Update Products button as per below image:
Once the seller clicks on the Update Products button, a popup comes up and the seller needs to click on the OK button to proceed further.
After that, the seller can see all the product attributes and update it accordingly.
Thus, for editing the attribute value of the product, the seller needs to click on the checkbox for that particular attribute. And fill the updated details as shown below:
Once the seller enters the updated values, they need to click on the Save button. Then the request is added to the queue
Mass Product Status Update
If the seller wants to update the product status in bulk, then they can do so with the help of the Marketplace Mass Product Edit module. For that, the seller needs to navigate through, My Account > My Products List.
Then after selecting the products, the seller needs to select the status from the drop-down as per below image:
After selecting the status, the seller needs to and click on the Update Products button as per below image:
Once, the seller clicks on the Update status button, a pop up comes up. The seller needs to click on the OK button to proceed.
Thus, the status of the products is updated in this way. For the reference, you can check the below snapshot:
Bulk Product Price Update
Once the admin enables the Mass Products Edit Update module, the select can bulk update the price of their product.
For that, the seller needs to navigate through My Account > My Products List.
Then after selecting the products, the seller needs to select the Price type from the drop-down as per below image:
There are four types of Price Type which the seller can select:
- Fixed – Enter the fixed amount and it will replace the existing price of the product. For eg, if the product price is 100 and the seller has updated it as a fixed price 90, then the final product price becomes 90.
- Percentage Increase – Enter the percentage amount. It gets added to the product price. For eg, if the product price is 100 and the seller has updated it as a percentage Increase price 10, then the final product price becomes 110.
- Percentage Decrease – Enter the percentage amount. It gets deducted from the product price. For eg, if the product price is 100 and the seller has updated it as a percentage Decrease price 10, then the final product price becomes 90.
- Increase – Enter the amount which you want to add to the existing product price.
- Decrease – Enter the amount which you want to reduce from the existing product price.
Once the seller selects the Price Type, they need to click on the Update Price button as per below image:
After that, they need to click on the OK button of the popup.
Once the seller confirms the popup, they need to enter the fixed amount for the product.
After entering the fixed price, the seller needs to click on the Save button. Then the entered price staring getting reflected in the product list grid.
Similarly, the seller can update the price of the product by selecting the required price type.
Support
Thus, that’s all for the Multi Vendor Mass Mass Products Edit Update. If you face any issue, feel free to add a ticket at our HelpDesk system.