Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

customize order confirmation email


moziambic

Recommended Posts

Posted
Products:

------------------------------------------------------

1 x product name (model no.) = $12.50

attribute

1 x product name (model no.) = $15.25

------------------------------------------------------

Sub-Total: $27.75

USPS (Shipping to UK : 625 grams): $9

Total: $36.75

 

in the catalog/checkout_process.php i find no way to customize this

 

this is the code I can somewhat relate to

 

$email_order .= EMAIL_TEXT_PRODUCTS . "\n" .

EMAIL_SEPARATOR . "\n" .

$products_ordered .

EMAIL_SEPARATOR . "\n";

 

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";

}

 

I would like to put all the contents in a table to display nicely. which file or part of code should I edit ?

Contributions I'm using:

Updated Spiders.txt | Country State Selector

 

To add more life to your site. Follow this link:

http://addons.oscommerce.com/

Posted

You maight want to check out the HTML contribtion for this it has many way to change the email [apparently] i have not used it but have heard others raving about it, try a search on contributions

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Archived

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

×
×
  • Create New...