New template for curreny sign

This templates make it possible to bring the britsh currency sign in front of the value.

Download the templates here and copy it in the particular folders.

Function

If you click on the link “GBP” at the top of the shop frontend, it appears the british currency sign in front of the value.

Thanks Nico. Great work.

I was waiting for this (-:

MArtin

P.S. I like the way you handled this (-:

[{if $currency->sign == ‘£’}]

[{ $currency->sign}] [{ $product->getFTPrice()}]

[{else}]

[{ $product->getFTPrice()}] [{ $currency->sign}]

[{/if}]