The amazing world of Magento
July 5th, 2012
Magento has its positives and negatives, but this one is a must-share issue. While testing a payment gateway problem I discovered the following error (on Magento 1.7):
Item price: 33.15 Item qty: 1 Row subtotal: 33.15 --- Order Subtotal 33.15 - OK Discount (fixed amount, applied before tax): 33.00 - OK Tax (24%) 0.03 ( 0.24/1.24 * (33.15 - 33.00) ) - OK Grand Total: 0.14 - NOT OK
Wow, so let’s see, subtotal 33.15 – discount 33.00 = grand total of 0.14. Not exactly correct, I would dare say.