A nice to have feature:
It is not possible to specify currency symbol position in the current version of the module. Currency symbol is always before the amount and there is no space between the amount and the symbol.
in y case currency symbol should come after the amount separated by a space.
in oscommerce for instance, there are 2 currency symbols (Symbol Left, Symbol Right).
my 2 Lt cents.
Posts: 4342
This is quite easy, I think.
Leave the currency symbol blank - but put it in the currency formatting string, instead, eg:
$ %.2f @
or whatever your symbols are.
Posts: 26
Thanks!