Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

About checkout confirmation mail


danicasati

Recommended Posts

Hello.

When a user checkout, osCommerce send an e-mail with all details.

So, in PRODUCT SECTION, I'd like to align all products and the total on the right of the message.

 

I tried to change this in /checkout_process.php:

 

  $email_order .= EMAIL_TEXT_PRODUCTS . "\n" . 
                 EMAIL_SEPARATOR . "\n" . 
  "<div align=right>" .$products_ordered ."</div>".
                 EMAIL_SEPARATOR . "\n";

 

but when I receive the e-mail, I get the following:

 

Productos

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

<div align=right>1 x Matrox G200 MMS (MG200MMS) = 224,99?

</div>------------------------------------------------------

 

How can I solve this problem?

Link to comment
Share on other sites

Hi,

 

You are sending HTML commands in a plain text email, there may be a contrib to send the email in HTML but I havent seen one (not looked either ;) )

 

HTH

S

 

Hello.

When a user checkout, osCommerce send an e-mail with all details.

So, in PRODUCT SECTION, I'd like to align all products and the total on the right of the message.

 

I tried to change this in /checkout_process.php:

 

 ?$email_order .= EMAIL_TEXT_PRODUCTS . "\n" . 
? ? ? ? ? ? ? ? ?EMAIL_SEPARATOR . "\n" . 
? "<div align=right>" .$products_ordered ."</div>".
? ? ? ? ? ? ? ? ?EMAIL_SEPARATOR . "\n";

 

but when I receive the e-mail, I get the following:

 

Productos

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

<div align=right>1 x Matrox G200 MMS (MG200MMS) = 224,99?

</div>------------------------------------------------------

 

How can I solve this problem?

Dont forget to Search. Your problem has already been fixed before.<br>

Please visit Manchester-Fireworks.com.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...