Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Order Total in Order Confirmation Email


Guest

Recommended Posts

Hello all...

 

In the new order confirmation email, I would love to show the total without the shipping, subtotal and tax. I have:

 

 for ($i=0, $n=sizeof($order_totals); $i<$n; $i++) {
   $email_order .= strip_tags($order_totals[$i]['title']) . ' ' . strip_tags($order_totals[$i]['text']) . "\n";
 }

 

That dispays:

 

Sub-Total: $0.00

Domestic Rate (Domestic Shipping): $0.00

AL Tax (5.0%): $0.00

Total: $0.00

 

And all that I want is:

 

Total: $0.00

 

I don't want to mess up anything about the order totals module that will change the way that this is dispayed on our site - only in the email.

 

Any ideas?

 

Thanks!

Nancy

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...