Hi,
Surely, you can make a formating that you require by finding all calls of function number_format in all .php files and replacing a call like
number_format($amount, 2)
by the following form of this function
number_format($amount, 2, ',', '.')
But please note that there are rather lot of files that use function number_format(). Also after such customizing you shopping cart will loose compatibility with further upgrades. The upgrades will be available but to apply them you would be required to recreate all your changes in .php files once more.
So we recommend you to make such customizing only if are not intended to upgrade you cart in future.
WBR,
Eugene
ViArt Support Team
What is your opinion regarding this that function "number_format" could actually be presented in different format and that your softweare could show currencies in many european currencies:
http://si.php.net/number_format
Regards
DonMarco