I have made a local language of the quick.cart. I really like it - BUT there is one problem: When I add choose courier on the order page - it doesn't add the shipping cost to the total amount - in stead - it erases the total. Please see image for description:
I should probably mention that I use quick.cart in php-fusion (infusion by http://www.web-bureau.com).
For some reasons quick.cart saves my product with a "," instead of a "." as separator. Let's say a product is priced at 2500 kr (kr = danish kroner) - it saves it as "2500,00" not "2500.00" - and that little difference is what is causing the problem, I think.
So - why does it save the product like that and where can I change it?
kanec
2007-10-31 18:22
Hi all, I have the very same bug. Did any1 found the solution? Thanks a lot
kanec
2007-10-31 19:24
Hi, I've just figured a workaround. I had in config/general.php line "setlocale(LC_ALL, 'cs_CZ');". Changing it to setlocale(LC_CTYPE, 'cs_CZ'); shows all prices with . instead of , and it seems to be working OK.