How do I show the correct type of dollar ($) for my customs forms or on the invoice

How do I show the correct type of dollar ($) for my customs forms or on the invoice

The following guide explains how to show the correct type of dollar ($) for your invoices.

This feature is available in the Lite,Professional, Premium and Managed subscriptions of One Stop Order Processing.

To display the currency that shows the correct type of dollar ($) (on an invoice or packing list) with the country code use the following macro.

#!#[%INV_COUNTRY%][I][=]CA[CA$][[%INV_COUNTRY%][I][=]US[US$][[%INV_COUNTRY%][I][=]AU[AUS$][[%INV_COUNTRY%][I][=]NZ[NZ$][[%CURRENCY%]]]]]#!#

This will display either

AUS$
CA$
NZ$
US$

or the currency character 

If you wish to change a value to include the amended currency character remove the first character (the existing currency), for example,

#!#[%ORD_GRAND_TOTAL%][$][2][20]#!#

If you wish to use an existing value and put the country code on the start if it requires it (where a $ is used) use the following macro before any currency value (e.g. before [%ORD_GRAND_TOTAL%])

#!#[%INV_COUNTRY%][I][=]CA[CA][[%INV_COUNTRY%][I][=]US[US][[%INV_COUNTRY%][I][=]AU[AUS][[%INV_COUNTRY%][I][=]NZ[NZ][]]]]#!#