Starting from version 2.1.2, the dependency on Magento MSI was removed from a basic build and moved to a separate module component. The extension works on single-source installations out of the box, and the compatibility with MSI is added with an ...
The module works with the Magento product attributes as a basis for forming the product collection that receives a custom stock status. In Magento, quantity is a system attribute that cannot be used in rules' conditions. Due to this, setting a status ...
The extension allows setting different statuses to products based on their attributes (like color, size, SKU, stock availability, etc) and dynamically change the status depending on the available quantity of the product. The feature is available for ...
The issue arises due to the reset entity in the DB that happens during module update/installation. In order to fix it, you need to modify the value of the is_user_defined entity in the DB. This could be done with the following command: UPDATE ...
In order to add mass actions to generate content for SEO fields for product pages, it is necessary to install an additional module. You can find the 'amasty/module-ai-mass-actions-content-generator' package for installing in composer suggest section. ...
If Mass Content generation process gets stuck in pending status, it is possible that the CLI PHP Path wasn't set correctly. CLI PHP Path is the option that shows the path to PHP interpreter, which is used by our extension when running the commands ...
To resolve the "Missing field 'review' (optional)" and "Missing field 'priceValidUntil' (optional)" warnings in rich data using the Google Rich Snippets extension by Amasty, it needs to ensure that your structured data is configured to include these ...
If the Price History block isn't showing up on the storefront, there are several steps you can take to troubleshoot and resolve the issue. Here’s a detailed guide to help you ensure it is set correctly: Step 1. Check if your product has the default ...
Currently, our app doesn't have an automatic tool to delete uploaded images. You'll need to do it manually by going to Content > Files: However, we're working on adding a revert feature in future updates.