VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: raymondfranco on November 18, 2011, 09:11:34 AM

Title: change the price format
Post by: raymondfranco on November 18, 2011, 09:11:34 AM
Hi there,

I know this might seem like a really silly question - but how do you change the price format?

I am based in South African and the correct price format is "Currency Code" + "Price" e.g. R 2000.00

Currently it is "Price" + "Currency Code" e.g. 2000 R

Anyone know how to change this?

Thanks in Advance
Raymond
Title: Re: change the price format
Post by: minxb on November 25, 2011, 12:51:26 PM
I have the same issue did you find a solution? I'm in Australia and it displays as Base price: 6,50 $ when I want it to say $6.50
Title: Re: change the price format
Post by: Milbo on November 26, 2011, 01:22:07 AM
Go to your currency list, choose your currency click on edit.
Title: Re: change the price format
Post by: sker on March 21, 2012, 15:35:08 PM
Is there a possibility to give space as the thousends separator? I have tried   but didnt work
Title: Re: change the price format
Post by: tikos on May 19, 2012, 10:02:43 AM
Where can I find the CSS file in order to make some changes to the Change Currency module?
e.g. I want to change the position and the color of the Change currency Button.
How can I do that??
Title: Re: change the price format
Post by: jenkinhill on May 20, 2012, 10:56:18 AM
tikos, use Firebug to identify files/edits: http://forum.virtuemart.net/index.php?topic=102850.0
Title: Re: change the price format
Post by: Tylee23 on May 24, 2012, 17:22:43 PM
I must be a complete idiot but I cannot find out how to change my display format from

25.00 $    to $ 25.00  -- all US Dollars

I've followed both of the links above in this thread and get no where.  I have US dollars selected - just need to get the $ to the left and not the right.
Title: Re: change the price format
Post by: stuart.prevos on May 24, 2012, 17:34:46 PM
depending what version you have , assuming VM2.x, if you go to config, then currencies. Just select the currency you wish to edit, then at the bottom you set it out such as For Positive or Negative Format, use {sign} for the algebraic sign, {number} for the value and {symbol} for the currency

so for instance, your default would be {number} {symbol}, just change it to {symbol} {number}

Hope this helps