Question about email template

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
jtry
Ensign (ENS)
Ensign (ENS)
Posts: 12
Joined: Tue Aug 19, 2008 11:15 pm

Question about email template

Post by jtry » 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?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Question about email template

Post by mazhar » Thu Mar 12, 2009 5:53 am

Did you checked this on same order. I mean to say that customer for both Emails was same or not?

jtry
Ensign (ENS)
Ensign (ENS)
Posts: 12
Joined: Tue Aug 19, 2008 11:15 pm

Re: Question about email template

Post by jtry » Fri Mar 13, 2009 1:20 pm

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.

Post Reply