If I create the invoice with the Magento API, will the PDF be based on the Amasty template?
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.
Related Articles
How to change CSS styling (for example, background color) in PDF templates?
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, ...
Letters are replaced with question marks or other broken symbols in the PDF. How do I fix it?
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 ...
How do I embed the footer on every page in the multi-page PDF?
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 ...
Gift Card API
1. Amasty\GiftCard\Api\ImageRepositoryInterface - class for managing gift card images: POST /V1/amgcard/image, method="save" - save a gift card image; PUT /V1/amgcard/image/:id, method="save" - save a gift card image by ID; DELETE ...
Where can I find the invoice for the extension purchase?
Please kindly note that invoices for orders completely covered with store credits or placed on the Magento Marketplace are not available in the account on amasty.com. If you have made a purchase through FastSpring with an order starting with #AMA, ...