Hi,
I have products which are priced in fractions of a cent (USD). The site sells mostly bulk quantities of the products.
The problem is that sometimes a line item will multiply (quantity * price each) to a number with a fractional cent. For example: 50 * 0.3245 = 16.225, displayed as 16.23, or 100 * 0.34224 = 34.234, displayed as 34.23. If there are several items like this in the cart, the total is sometimes off a cent or two.
Where in the code will I find the code that calculates the total for the cart, and for the order?
Thanks!
Sloan