View Single Post
  #2  
Old 01-10-2004, 11:33 AM
  leon's Avatar 
leon leon is offline
 

X-Wizard
  
Join Date: Mar 2003
Location: Costa Rica
Posts: 1,213
 

Default

Its in the /skin1 under currency.tpl .

Go in there and find this line:
{$config.General.currency_symbol} {$value|abs_value|formatprice:",":"."}

Just switch the first tag around (in back of the other) like this:
{$value|abs_value|formatprice:",":"."} {$config.General.currency_symbol}
__________________
It doesn\'t matter what is done... it is how it is done.
=============================
XCart Version: 3.5.3 -> Dmcigars.com
XCart Version: 4.1.3....
Reply With Quote