Hi
Hmm, that's an odd one... It does look like a rounding error but the Updater uses the basket code to generate the prices... I'll take a look into it on my server when it's up and running (not long now I hope)
Dan
Hi
Hmm, that's an odd one... It does look like a rounding error but the Updater uses the basket code to generate the prices... I'll take a look into it on my server when it's up and running (not long now I hope)
Dan
Hmmm i'll take a look to the basket also, just a note, may it have something to do with the currency used? Or with the vat?
It' strange because the original value is rounded, 2,00 and it apply a vat of 20% so the result is yet rouded 2,40.
That 0,02 came from nowhere...
Still searching ;-)
Hi
Looking at other products it appears to be adding 0,01EUR per 1,00EUR (or there abouts)... Very odd... Again, it could be rounding
I can't look at the script at all for the moment but I will when I get home... Need to check a few things
Dan
Thank You a lot Chrome, hope to solve this soon :-)
Yup, looking forward to it!![]()
Hi again, here some conclusions i got, unfortunatly i'm not good with java so i've not be able to spot the problem...
1. It add a 0,01 for every 1,00 (1,00 will became 1,01 - 5,00 will become 5,05...)
2. It doesn't effect the cart process, if you add product in the cart the price are right and all is fine.
3. Maybe the problem is in the jscript_ajax_updater.php
4. I try it on Mysql 4.x and 5.x with same results.
5. It effect only the product page. (Think because the module just work with it...)
no other hints at the moment :-(