I am using zen cart 1.3.8a and have an issue with currency rounding that is causing me an issue with quantity discounts.
I have a currency rate value set at 1.14999998
I have a product which has a quantity discount set for 4 @ 2.17 which gets rounded to 2.50 in the display.
Unfortunately the cart total shows as 2.5 * 4 = 9.98 instead of 10.00.
It would appear that rather than the displayed rounded value of 2.5 being multiplied, the un-rounded value of 2.17 * 1.14999998 = 2.4954999566 is being multiplied by 4 which does in fact round to 9.98.
Is there anyway for me to get zen cart to multiply the first rounded number of 2.5?



