Question about email template
Posted: Mon Mar 09, 2009 5:55 pm
I have an issue in email templates.
In the Customer Order Notification template, the "order total" is $order.Items.TotalPriceById().ToString("ulc"). And it's showing correctly with user's local currency.
In the Order Shipped template, there is an exactly same "order total" field and with the same $order.Items.TotalPriceById().ToString("ulc"). But this time it always showing price in CAD currency in the email.
Really have no idea how this happens. Anyone has suggestion?
In the Customer Order Notification template, the "order total" is $order.Items.TotalPriceById().ToString("ulc"). And it's showing correctly with user's local currency.
In the Order Shipped template, there is an exactly same "order total" field and with the same $order.Items.TotalPriceById().ToString("ulc"). But this time it always showing price in CAD currency in the email.
Really have no idea how this happens. Anyone has suggestion?