The 'd4h/finediff' library is required for the correct functioning of the extension. The solution would be to install the library via Composer with the 'composer require d4h/finediff' command.
By default, the extension does not track any changes made via API. It works only with the backend, logging the admin users' actions, login attempts, page visit history, and sessions.
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.
Sometimes data in the amasty_fpc_activity table may pile up and take a lot of space. At the moment the extension lacks the functionality of auto-cleaning this log. Therefore, the solution is to manually clear the Customer Activity Log table. It is ...
Default Magento cookies are divided into 2 types - Essential and Non-Essential. 1. Essential cookies do not require the user's consent for their work and are stored in the browser automatically, as they ensure the correct operation of the store from ...
If there are several Product Parts Finder blocks on a .phtml page, you may differentiate the results by the Finder ID value. When the needed finder is used, the \Amasty\Finder\Controller\Index\Search::execute controller receives the request ...
In case the product image doesn't change when a customer chooses a specific attribute option, please go to Stores → Attributes → Product and open the needed attribute. Make sure that the Update Product Preview Image setting is enabled in the ...
By default, the Landing Pages extension allows showing child options of configurable products matching the specified conditions. It means that if a landing page is configured to display green items, and the configurable product has a child item ...