Using the PDF Customizer module, it is possible to adjust the PDF documents according to your needs. By default, the extension provides 4 pre-cofigured templates that could be used for each type of the order-related document: Order, Invoice, ...
In order to place the footer on every page in the multi-page PDF, please go to Marketing > PDF Templates > open the template and add the following code at the beginning of the <body> : <div class="footer"> <p>Footer</p> </div> ...
The issue is rooting in the DOMPDF library our extension is built on. Sometimes it fails to recognize specific fonts or locales. In order to fix this, you need to embed an external font in the template. If you're facing difficulties with ...
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 ...