Nicolas,
my solution did not work and we have put the site live and now are unable to place orders, As an example try ordering 10 of the part 13mm channel brackets Tccha13pcb and you will get the error, you can order 1 no problem so it must be some rounding r calculation difference somewhere
This is a real problem as we wnt libe thinking it was ok the the live site is at
www.cubiclefittings.com
Thanks
Tony
update:
ok the fix seems to be switch off the send cart option and then it goes through, however the big problem now is the fact that the cart is £66.10 but when you get to paypal it show $66.10 dollars. you can still see the issue with the send to cart switched on at demo.battleva.co.uk/cubicle
upadte2:
The problem with currency and the send cart being switched off is that the currency is not being sent in the array . If you add the line
'PAYMENTREQUEST_0_CURRENCYCODE' => $currency->currency_code,
into the $arayparams = array ( section the problem goes away.
thanks
Tony