Pound sign in front of number?

How to get the £ sign in front of the number rather than after it?

Hi,

I added your request to our feature request list. If you want to resolve it by yourself in the meantime, you have to adopt all the templates that contain the currency sign and the price.

I.e., you will find the following in details.tpl (product details page), on line 162:
<del>[{ $product->getFTPrice()}] [{ $currency->sign}]</del>

Just turn this entry around into
<del>[{ $currency->sign}] [{ $product->getFTPrice()}]</del>

Need to be done in every template. So best to download the complete template and to search for the string [{ $currency->sign}]


Marco Steinhäuser
Community Operator
OXID eSales AG