Hi All, I have used ${giftcertificate.originalAmount} in an email template, but the issue is the transaction was done in USD and the currency that i got for this field was SFr. I want the amount to be displayed in the transaction currency. Please help!!!
m
Menno Janssen
06/24/2019, 11:43 AM
i don't know if it helps but you can assign that value to a custom variable and then print it with ${x?string.currency} while setting <#setting locale="en_US">. This way you 'hardcode' the US dollar sign
p
Paper Plane Netsuite Group
06/24/2019, 2:18 PM
@Menno Janssen I dont want to hardcode as the website has many currencies. I want the currency that the user did transaction with. Also I have used this in system email template so I don't have a script to pass the value to the template.