Welcome to the Mass Product Actions documentation.
Whether you are a new or an advanced user, you can find some useful information here.
Firstly, please, find our extension in My Downloadable Products section of our store. Learn how to install extension, and proceed with Configuration page, which will guide you through the set up of your Mass Product Actions service.
php -f bin/magento module:enable Mirasvit_Core Mirasvit_ProductAction
to enable the extension.php -f bin/magento setup:upgrade
to install the extension.php -f bin/magento cache:clean
to clean the cache.Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
php -f bin/magento module:enable Mirasvit_Core Mirasvit_ProductAction
to enable the extension.php -f bin/magento setup:upgrade
to install the extension.php -f bin/magento cache:clean
to clean the cache.Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
The extension Mass Product Action starts working right after installation. No manual configuration is required.
In your Magento admin panel sidebar, navigate to Stores > Catalog > Products. To take mass action on products, select a number of items. At the bottom of the screen, a panel with options for mass product action will appear.
The mass actions provided by this extension are also available in the default Magento drop-down list Actions
With the Mass Product Action module, you can additionally take the following mass actions:
Update Category
Change Attribute Set
Update Related Products
Update Up-Sell Products
Update Cross-Sell Products
Copy Custom Options
Update Gallery Images
Update Price
Copy Attributes
Any of these mass actions can be executed immediately or they can be scheduled for execution by cron. In the latter case, activate the option Execute by cron.
You can either assign items to new categories using option Add Categories or remove items from the assigned categories by using the option Remove Categories. Select the categories from the drop-down menu.
Attribute set is a list of certain individual product attributes, which fully describes all of the product’s characteristics.
Press Change Attribute Set and specify the new attribute set for chosen products.
Related products are meant to be purchased in addition to the item the customer is viewing. Default Magento suggests opening the particular product in edit mode, then scrolling down on its page to the Related Products, Up-Sells, and Cross-Sells section, and then add Related items to this product.
With Mass Product Action, adding related products can be done much faster due to the following options:
Add Related Products. This option adds specified products as related products for chosen items. Specify SKUs of the related products to be added.
Remove Related Products. This allows you to remove specified SKU from the list of the related products of the chosen product.
Copy Related Products. Use this option to copy the list of related products from a given SKU to the selected product.
Apply in both directions. When a group of products must be linked to each other as related products, use this option.
Up-sell products are items that are similar, but have some small differences. For example, up-sell products can be of higher quality, be more popular, provide a better profit margin than the item the customer is considering, etc.
The Mass Product Action module offers such bulk actions on the up-sell products:
Add Up-Sell Products. This option adds specified products as up-sell products for chosen items. Specify the SKUs of the related products to be added.
Remove Up-Sell Products. Removes specified SKUs from the list of the up-sell products of the chosen product.
Copy Up-Sell Products. Copies the list of up-sell products from given SKU to the selected product.
Apply in both directions. When a group of products must be linked to each other as up-sell products, use this option.
Cross-sell products are offered on the shopping cart page as last-minute purchases before the checkout process begins.
With the Mass Product Action module, the following bulk actions on the cross-sell products are available:
Add Cross-Sell Products. This option adds specified SKUs as cross-sell products for chosen items.
Remove Cross-Sell Products. Removes specified SKUs from the list of cross-sell products of the chosen product.
Copy Cross-Sell Products. Copies the list of cross-sell products from a given SKU to the selected products.
Apply in both directions. When a group of products must be linked to each other as cross-sell products, use this option.
A product can offer the customer individual variations, like a monogram, logo, unique packaging, etc. These variations are configured in the section Customizable Options of the product. If multiple products have the same custom options, you can set up one product and copy the options to the other products.
When the option Add/Update mode is No then custom options from the source are added as new custom options into the recipient product. By putting the Add/Update mode at Yes you can update a recipient's custom options for when to reflect changes in the custom options from the source.
In order to be updated, the name of the custom option in the source and the recipient products must be identical. If the custom option name in the source differs – the new custom option will be added to the recipient product.
Perform basic image management task on product images.
The Update Gallery Images bulk action provides the following options:
Remove Images. Remove all currently available images for selected products.
Magento supports a number of pricing options. In addition to the basic Price option, it offers the section Advanced Pricing with options of Customer Group Price, Special Price, Cost, Minimum Advertised Price.
You can edit in bulk:
Price. The retail price of the product.
Special Price. Offers a discounted price during a specified time period or scheduled campaign.
For Price, Special Price, and Cost, you can set an Update Value as the value that will be added or subtracted from the current value. The number Update Value can be added as a monetary value or as percentage value.
When updating Special Price, you can additionally update the time period it will be active.
Product attributes describe specific characteristics of a product and they provide additional information for product pages, which, are used as search parameters and criteria for layered navigation, product comparison reports, and promotions.
In order to copy product attributes, specify the SKU of the source product and select what attributes to copy from it. Leave empty if you wish to copy all attributes of the source SKU.
When several products require identical update of their attributes, this can be done using Mass Attributes Update. Specify what attributes must be updated and set the value of each attribute.
For attributes with multiple possible selection new attributes replace the previous attributes of the product.
To upgrade the extension, follow these steps:
composer require mirasvit/module-product-action:* --update-with-dependencies
to update current extension with all dependencies.
composer update mirasvit/*
command. It will update all Mirasvit modules installed in your store. php -f bin/magento setup:upgrade
to install updates.php -f bin/magento cache:clean
to clean the cache.Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
To temporarily disable the extension please follow these steps:
php -f bin/magento module:disable Mirasvit_ProductAction
to disable the extension.To uninstall the extension, please follow these steps:
php -f bin/magento module:disable Mirasvit_ProductAction
to disable the extension.composer remove mirasvit/module-product-action
to remove the extension.(2024-09-06)
(2023-07-13)
(2023-05-30)
(2023-02-01)
(2023-01-04)
(2022-05-30)
(2022-05-20)
(2022-05-19)
(2021-12-14)
(2021-11-23)
(2021-11-04)
(2021-10-26)
(2021-09-13)
(2021-04-30)
(2021-04-13)
(2021-03-16)
(2021-03-10)
(2021-02-23)
(2021-02-18)
(2020-12-28)
(2020-12-22)
(2020-12-21)
(2020-12-14)