tsgill Posted September 23, 2005 Posted September 23, 2005 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
Guest Posted September 23, 2005 Posted September 23, 2005 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?
tsgill Posted September 23, 2005 Author Posted September 23, 2005 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? <{POST_SNAPBACK}> i got it.. was something else. replace function was not working .. only works in php4 :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.