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.
Starting with version 2.12.0 to comply with Directive (EU) 2023/2673: 1. We added the ability to rename Returns to Withdrawals. Now it is possible to select the Return Label in Amasty > RMA > Configuration > General: When the Withdrawals option is ...
Since v.2.2.0 of the Customer Group Catalog extension it is possible to hide CMS pages from specific customer groups. You can find the 'amasty/module-groupcat-subscription-functionality' package for installation in composer suggest. Please note that ...
Starting with version 2.8.0 of the Elastic Search and version 1.27.0 of the Advanced Search modules, a new feature to limit the search query length. was added. You need to install the 'amasty/module-advanced-search-subscription-functionality’ package ...
Out of the box, Elastic Search and Advanced Search extensions aren't declared as compatible with Porto theme. However, due to a big number of reports, Amasty have released a free and publicly available compatibility module that addresses common ...
The Improved Layered Navigation module generates filter links as standard HTML links, for example: <a href="..."> As a result, filtered pages may appear in Google Search Console, consume crawl budget, and create duplicate content issues. This can ...