Previously, whenever we downloaded PDFs from Sales Invoice, Quotation, Sales Order, Delivery Note, etc., the downloaded file name was automatically generated like:
“Tax Invoice - 8077 - TWIN ADVERTISING LLC.pdf”
But after updating Manager.io, all downloaded files are now saving only as:
“pdf.pdf”
We are using a custom Liquid theme.
Can anyone please guide how to restore the previous dynamic PDF file naming format in the latest Manager.io version?
Requirement:
Document Type - Invoice Number - Customer Name.pdf
Filename will be whatever is in your <title></title> block. Previously filename has been hard-coded into the program. The latest version makes it possible to customize.
If you are using custom theme, then you need to customize it too. Or just create new custom theme from scratch using javascript (not liquid markup)
@asvinalbert I can’t because this is affecting only users using custom themes and every custom theme is unique. What has changed is that previously filename was hardcoded into the program. New approach is that filename is configurable by theme (whatever is in <title></title> tag).
You can copy and paste your current theme into AI, tell it exactly what I wrote now and it will figure it out what needs to be improved in your custom theme.