Hi
1. What is the correct way to display euro prices?
At present, prices are shown as €999,00 and €1.999,00
Should they be displayed as €999.00 and €1,999.00 ?
If the latter, how can I make V4 display the comma as a 1000 separator?
2. Although the euro symbol is shown correctly throughout the site, the customer receipt email displays a ? sign instead of a € sign.
(This may be the result of the customers email read font I suppose)
I don't want to lose the € symbol from the site, but can I edit the perl to replace the call to € (which produces the ? in the email) and replace it with an E
Thanks
Update:
I found the email problem was local to my PC.
I had outlook set to European ISO instead of European Windows.
The € symbol is now shown correctly.
1. What is the correct way to display euro prices?
At present, prices are shown as €999,00 and €1.999,00
Should they be displayed as €999.00 and €1,999.00 ?
If the latter, how can I make V4 display the comma as a 1000 separator?
2. Although the euro symbol is shown correctly throughout the site, the customer receipt email displays a ? sign instead of a € sign.
(This may be the result of the customers email read font I suppose)
I don't want to lose the € symbol from the site, but can I edit the perl to replace the call to € (which produces the ? in the email) and replace it with an E
Thanks
Update:
I found the email problem was local to my PC.
I had outlook set to European ISO instead of European Windows.
The € symbol is now shown correctly.
Comment