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