I’m unable to update attributes on multiple products, what can I do?
Please, keep in mind that Update Attribute is a default Magento mass action that is not affected by the Mass Product Actions extension. If you try to update attributes via mass actions, but the attempt fails, then one of the reasons may be that the session size has exceeded. During this mass action, Magento gets product IDs from the backend session, therefore, it’s recommended to check Stores → Configuration → Advanced → System → Security → Max Session Size in Admin:
After the setting is disabled, the attributes will be updated successfully.
Related Articles
How can I apply mass actions to a specific store view?
In order to apply a mass action (for example, Replace text) to a specific store view only, you may set a filter by store view on the product grid: As a result, all mass actions will only be applied to the selected store view. Please, note that ...
Will the customers be notified if I change the order status using Mass Order Actions extension?
Starting from Mass Order Actions v.1.6.0, the order status can be changed using two mass actions: Change Status and Change Status and Notify. Change Status means the status will be changed, but the customers will not receive any email notifications ...
Can I create a discount that will/won't be applied to certain products?
This article contains instructions on how you can limit discount application to specific products. This approach is universal, and can be used not only in promotions from Amasty modules, but also in default cart prices rules. If you can't find the ...
Products are being imported without name, price, and other values. How to fix this?
If the product itself is imported, but additional attributes are missing, the following steps might be helpful to resolve the issue: Step 1. Ensure that the Entity Keys are added as prefixes to the columns' names in the import file. In Magento's ...
We installed the module and activated it but it does not seem to return any related products on the product/category pages or in cart, why?
After installing the extension and configuring at least one related product rule, reindex is required. You may perform it manually by running the below command via CLI: bin/magento indexer:reindex Also, it’s highly recommended to set the indexers for ...