Triggers found by SWAT report
In Magento 2, for all changes in existing entities to properly reflect in the environment, a reindex is required. Specific events that enforce the reindexing process after changes in database tables are called triggers.
Amasty modules do not add their own triggers to Magento. If using triggers is required by a module’s logic, it utilizes Magento Materialized View/Mview native functionality. That way, the triggers are created by Magento itself.
Related Articles
I’m trying to install the module via composer, but the package is not found. How to resolve it?
Composer is the dependency manager that allows you easily download the required files on your server. The files are located on a remote server, or a repository, that you need to add to the list of “known” ones and authenticate to using the username ...
How to fix the "No alive nodes found in your cluster" error?
The "No alive nodes found in your cluster" error in Magento 2 typically occurs when Magento is unable to connect to the Elasticsearch service. This issue can arise from various factors such as Elasticsearch not running, network issues, incorrect ...
What is the recommended indexer mode for an instance with a large number of products?
With respect to the indexer mode suitable for the Magento installation with a large number of products, it is recommended setting indexers in Update by Schedule mode. This will ensure that no timeouts appear when any settings related to indexers in ...
Generating a feed returns an error "There are no products to generate the feed". How to fix this issue?
This is one of the common errors, yet the troubleshooting process is quite simple. First, double-check the settings in the General and Conditions tabs in order to make sure that those configurations are valid and do not contradict each other. General ...
What triggers the recurring payments?
According to the extension's logic, a new order for a subscription product is created at the beginning of each billing cycle. The recurring payments for subscription orders can be triggered in one of the following ways, depending on the payment ...