need to add the following blanket statement for al...
# general
n
need to add the following blanket statement for all Customer Invoices that have a Ship To Country Australia: "All services are performed within the US." - what's the best way to add this statement to the invoice? Using Advanced PDF/HTML, not standard...tried to add a conditional if statement to specific text based on on certain parameters but not able to on Advanced templates, thoughts?!! am i missing something?
n
I would suggest adding a script that sets a checkbox if the Ship To country is Australia. Then use an #if in your adv print template to add the text based on that checkbox.
k
The simplest way is to add it to Australian Invoice Form as a statement on the actual form
n
thank you both!