Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Customization
 e-mail: Order processed confirmation
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

willy99
VP-CART New User

Italy
108 Posts

Posted - December 12 2008 :  13:22:25  Show Profile  Reply with Quote
Hi,
I don't understand why in the order processed confirmation e-mail that I send to the customer instead of the € symbol appears a ?

See below:

(Amount)Ammontare: ?112,00
Spese di spedizione: ?5,00
Metodo di spedizione: Corriere
IVA: ?0,00

can you suggest me how to solve this problems ?
thanks in advance

madbug
VP-CART New User

130 Posts

Posted - December 13 2008 :  02:12:16  Show Profile  Reply with Quote
Hi,

If you are using CDOSYS email component, please open shopmail.asp, locate the sub routine for CDOSYS

If htmlformat="HTML" then
Mailer.HTMLBody = body
Else
Mailer.TextBody = body
End if

modify it to:

If htmlformat="HTML" then
Mailer.BodyPart.Charset = "UTF-8"
Mailer.HTMLBody = body
Else
Mailer.TextBodyPart.Charset = "UTF-8"
Mailer.TextBody = body
End if

Hope that will help.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00