
Originally Posted by
adam5532
I'm not clear if your problem had to do with item descriptions, or just with rounding. The problem you describe with the discount amount is due to a bug in your discount module, not QBI. Your discount module is displaying a rounded price of 7.55, so 4 items should cost 30.20. It is, however, entering the unrounded price of 7.5525, which equals 30.21 for 4 items.
So, it is actually Zen Cart that has the wrong price. QBI calculates the 4 items itself, but uses the online store's calculation for the total price, hence the out-of-balance condition. The ultimate solution is to fix your discount module, so that the customer is charged the correct price when they check out.
Thanks,
Adam
Bookmarks