Page 1 of 1

Question about email template

Posted: Mon Mar 09, 2009 5:55 pm
by jtry
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?

Re: Question about email template

Posted: Thu Mar 12, 2009 5:53 am
by mazhar
Did you checked this on same order. I mean to say that customer for both Emails was same or not?

Re: Question about email template

Posted: Fri Mar 13, 2009 1:20 pm
by jtry
Yes. I checked the Order Confirmation email and the shipping notification email for the same order. And the customer is the same. That's why it's weird.