Starting with version 1.7.0 the PDF Customizer module has the ability to attach one more additional file to an email. You need to install the 'amasty/module-pdf-custom-subscription-functionality' package from composer suggest to use this ...
Using the PDF Customizer module, it is possible to adjust the PDF documents according to your needs. By default, the extension provides 4 pre-configured 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> Once done, apply ...
The issue is rooting in the external dompdf library our extension is using to convert HTML code into PDF. Sometimes it fails to recognize specific fonts or locales. There are 2 alternative ways to fix this: 1. Switch to mPDF library. Starting from ...
If our PDF Customizer extension is enabled in the admin area, order-related PDF files will be generated on the Amasty template basis both when invoices are created via API and when they're created manually in the backend.
Since v.2.18.0 you can reset customer consents in bulk. You can find the 'amasty/module-gdpr-subscription-functionality' package for installation in composer suggest. Please note that the module is available as a part of an active subscription. With ...
Starting with version 1.20.0 it is possible to subscribe to stock notifications based on product quantity instead of stock status. The feature works with backorder and pre-order products, including those managed by Amasty Pre Order. You need to ...
Starting with version 2.26.0 it is possible to display related products using the ‘same as’ condition based on child options of configurable products. You need to install the 'amasty/module-automatic-related-products-subscription-functionality' ...
The thing is, the amasty_order_attribute_grid indexer on your instance is most likely set to Updated by Schedule mode. To enable the correct display of the order attributes values, the reindex should be run to update the values using the command: php ...
Starting with version 2.20.0 the Special Promotions Pro module has a condition for counting unique product SKUs in the shopping cart. You need to install the 'amasty/module-special-promo-conditions' package from composer suggest to use this ...