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....
|