In the details template, change <div class="price">{LINKCURRENCYSYMBOL}<span id="pricenumber">{LINKPRICE}</span></div> to <div class="price">{LINKCURRENCYSYMBOL}<span id="pricenumber">{LINKPRICE}</span></div> Instead of using {LINKPRICECURRENCY} in the templates, use {LINKPRICE} {LINKCURRENCYSYMBOL}
And to catch the other spots I guess the quickest way is to run a search for CURRENCY in the templates directory, I'll do that shortly.
Comments on currencycode behind the number
Forum Regular
Usergroup: Customer
Joined: Nov 05, 2006
Location: Borlo Belgique
Total Topics: 27
Total Comments: 121
Hello Paul
Could you tell me which file should I change for 0.00 € instead of € 0.00 (currencycode behind the number)
Thank you for your reply.
Francis
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
In the details template, change
<div class="price">{LINKCURRENCYSYMBOL}<span id="pricenumber">{LINKPRICE}</span></div>
to
<div class="price">{LINKCURRENCYSYMBOL}<span id="pricenumber">{LINKPRICE}</span></div>
Instead of using {LINKPRICECURRENCY} in the templates, use {LINKPRICE} {LINKCURRENCYSYMBOL}
And to catch the other spots I guess the quickest way is to run a search for CURRENCY in the templates directory, I'll do that shortly.
Forum Regular
Usergroup: Customer
Joined: Nov 05, 2006
Location: Borlo Belgique
Total Topics: 27
Total Comments: 121
thank you Paul
I used the {LINKPRICE} {LINKCURRENCYSYMBOL} because the other does not work.
Good weekend.
Regards.
Francis
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I see there are a lot of places in the templates that use currency, so I'm going to add a setting for it to make it easier, when I get a chance.