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, Shipment ...
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 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 the Chinese ...
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.