Does the extension log changes made via mass actions?
Since v.2.6.0 Admin Actions Log extension adds compatibility with
Amasty Mass Product Actions module, enabling logging for mass product updates. You can find the
'amasty/module-admin-actions-log-subscription-functionality' package for installing
in composer suggest. Please note that the module is available as a part
of an
active subscription.
When both extensions are installed, it enables logging of bulk changes made via mass product actions — except for the Relate, Cross-sell, and Up-sell action groups:
Additionally, you can log product updates made using the Upgrade Attributes mass action.
To ensure these changes are applied and properly logged, you may need to run the following command:
php bin/magento queue:consumers:start product_action_attribute.update
Related Articles
I have issues with the "Update Attributes" action, what can I do?
Please keep in mind that Update Attributes is a default Magento mass action that is not affected by the Mass Product Actions extension, which can be confirmed by disabling our module. If issues are still faced with it when Mass Product Actions is ...
Does the extension log actions made via API functionality?
Since version 2.3.0, the extension logs actions performed both through the Admin Panel and API. You can find the 'amasty/module-admin-api-actions-log' package for installing in composer suggest. Please note that the module is available as a part of ...
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 ...
Does the extension log actions done by the system, e.g. cron scheduler?
At the moment, the extension logs actions made by the Magento Admin Panel users only. It does not track actions of the Magento system itself: cron runs, re-indexation, etc.
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 ...