Post by maema » Sat Jan 30, 2010 5:12 pm

Hello,

Under bank transfer module in the address have a ' = 1 Queen's Road
so when receive the email it goes like this = Queen's Road

how can I manage this ?

New member

Posts

Joined
Fri Nov 27, 2009 3:38 am

Post by Qphoria » Sat Jan 30, 2010 9:38 pm

Try this:
1. EDIT: catalog/model/checkout/order.php

2. FIND:

Code: Select all

$mail->setText($message);
3. REPLACE WITH:

Code: Select all

$mail->setText(html_entity_decode($message));

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by maema » Tue Feb 09, 2010 10:53 pm

Hello,

I try to modify all like this (there is 3 lignes with this) in order.php

// $mail->setText($message);
$mail->setText(html_entity_decode($message));


still doesn't work !!!?

New member

Posts

Joined
Fri Nov 27, 2009 3:38 am

Post by Qphoria » Wed Feb 10, 2010 12:23 am

have you made the change in all places you find that line? There should be 2 or 3 places. Be sure you change them all

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 3 guests