How to display the euro currency EURO and choose the =?ISO-8859-1?Q?comma_as_the_decimal_separator??=

2007-11-26 Thread Song.qk
Hello world, I've tried many things with no avail to make appear the Euro symbol. I've put the line # encoding: utf-8 at the beginning of the local_settings.py and added CURRENCY = 'EURO' But that does not seem to work, my product prices are still displayed with the $ symbol. On the other hand

Re: How to display the euro currency EURO and choose the comma as the decimal separator

2007-11-27 Thread Song.qk
I am just using the basic Satchmo templates WITHOUT ANY modifications. On Nov 27, 8:04 pm, "Horst Gutmann" <[EMAIL PROTECTED]> wrote: > First of all: How do you render your prices in the first place? > > Regards, Horst > > On Nov 27, 2007 8:18 AM, So

Re: How to display the euro currency EURO and choose the comma as the decimal separator

2007-11-27 Thread Song.qk
AIL PROTECTED]> wrote: > How about: > > CURRENCY = u'EURO' > > ? > > That's what we had to do to get the pound sign working. > > Thanks, > > David > > On 27 Nov 2007, at 1:39 pm, Song.qk wrote: > > > > > > > I am just using th