Webmastersite.net
Register Log In

currencycode behind the number
currencycode behind the number

Comments on currencycode behind the number

milouchouchou
Forum Regular

Usergroup: Customer
Joined: Nov 05, 2006
Location: Borlo Belgique

Total Topics: 27
Total Comments: 121
Posted Jun 16, 2011 - 8:02 AM:

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

Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Jun 17, 2011 - 9:22 PM:

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.
milouchouchou
Forum Regular

Usergroup: Customer
Joined: Nov 05, 2006
Location: Borlo Belgique

Total Topics: 27
Total Comments: 121
Posted Jun 18, 2011 - 4:34 AM:

thank you Paul

I used the {LINKPRICE} {LINKCURRENCYSYMBOL} because the other does not work.

Good weekend.
Regards.
Francis

Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
1 of 1 people found this comment helpful
Posted Jun 18, 2011 - 5:17 AM:

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.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.