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

Posts: 3371
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
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.)
Posts: 41
Thanks this fixed all problems :D