Zen Cart Logo
Forums / General Questions / Order total not showing in order email

Order total not showing in order email

Locked

Views: 1,106

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
4 Jul 2009, 2:59 AM
#1
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Order total not showing in order email

Hi,
Hope someone can help...

In order confirmation emails, I am now missing the Sub total, shipping info and Total.

As below:

 Order Number: 1275

Date Ordered: Saturday 04 July, 2009
Click here for a Detailed Invoice
Products
1 x

Air Hostess (MBF208122)

$55.00

$ORDER_TOTALS

Address Information.......etc......

Any idea what I've messed up?
Thanks :)
V1.3.8

7 Jul 2009, 6:15 PM
#2
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: Order total not showing in order email

Anybody?

Can someone give me an idea why this would show instead of the totals....?

$ORDER_TOTALS

7 Jul 2009, 6:35 PM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Order total not showing in order email

You must have edited your /includes/classes/order.php and changed the way the email content is built. Search that file for 'ORDER_TOTALS' and/or $html_ot , and compare your file against the original unedited version of the file, and sort out whatever you've changed vs the original content.

7 Jul 2009, 6:39 PM
#4
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: Order total not showing in order email

Thank you so much for the direction...
:smile:
I'll look into it.

7 Jul 2009, 7:15 PM
#5
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: Order total not showing in order email

DrByte:

You must have edited your /includes/classes/order.php and changed the way the email content is built. Search that file for 'ORDER_TOTALS' and/or $html_ot , and compare your file against the original unedited version of the file, and sort out whatever you've changed vs the original content.
Update:
Exactly as DrByte suggested.
Had last month applied the Surcharge module and edited that file.
Turning it off fixed it immediately.
(it wasn't working well for me anyway)
Thanks so much.