[SOLVED] flip currency symbol to the right

smilem

Joined: 2009-02-25
Posts: 41
Posted: Sat, 2009-10-31 02:05

Hi, Gallery 2.3 has currency displayed as:

$12.00

I need to show it like this in cart and email:

$ 12.00

Or better yet:

12.00 $

What files do I need to edit and what to look for? I'm using checkout and checkoutemail modules

Login or register to post comments
alecmyers

Joined: 2006-08-01
Posts: 3371
Posted: Sat, 2009-10-31 15:56
Quote:
I need to show it like this in cart and email:

$ 12.00

Can't help with 'cart' or 'email' (don't know what 'email' is) but for checkout, checkoutemail etc, put a space after the $ in the checkout config page

Quote:
Or better yet:

12.00 $

search all the .tpl files for "csymbol" and make the obvious changes.
Put (eg) "%.2f $" in the config page and leave the currency symbol blank. No need to edit any templates. (I should have thought of that a couple of years ago.)

Login or register to post comments
smilem

Joined: 2009-02-25
Posts: 41
Posted: Sat, 2009-10-31 18:04

Thanks this fixed all problems :D

Login or register to post comments