Re: How to change $ symbol to the right of the product price
Hola
You want the Euro symbol on the right, don't you?
You need to edit skin1/currency.tpl and swap over these 2 variables:
from:
{$config.General.currency_symbol}{$value|abs_value |formatprice}
to:
{$value|abs_value|formatprice}{$config.General.cur rency_symbol}
|