Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Mail order confirmation


tsgill

Recommended Posts

Posted

Hi,

 

i've got a small problem. After a customer confirm a order the customer gets the confirmation mail. The customer gets all the information in the mail but the banktransfer information is all in one line. No return no new line but i can see in the mail the following sign '\n'. I dont know why it is not working and i want to know which file generates the confirmation mail.

 

example:

 

\nAccount Number xxxx\nBankNo xxxx\nBankName xxxxx

 

i want it like this

 

Account Number xxxx

Bank No xxxx

Bank Name xxxx

 

 

Can someone tell me where can put some return in it. In which file i can edit it ???

 

 

 

Thx

Indian

Posted

Should worked, but you could try in the checkout_process.php to add a "\r\n" instead of the "\n". You havent changed the catalog\checkout_process.php right?

 

Try it as a test there must be a switch somewhere that need to be turned on. What server are you hosting your shop on? Macos/linux/win?

Posted
Should worked, but you could try in the checkout_process.php to add a "\r\n" instead of the "\n". You havent changed the catalog\checkout_process.php right?

 

Try it as a test there must be a switch somewhere that need to be turned on. What server are you hosting your shop on? Macos/linux/win?

 

 

i got it.. was something else. replace function was not working .. only works in php4 :)

Archived

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

×
×
  • Create New...