RE: need a quick help with an order total module
dreamscape <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <30ae4f018f0fa004830e6325f279d621@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=163106#163106 ---------------------------------------------------------------- thanks Ian. the percentage recalculation works like a charm :) the fixed discount recalculation isn't working though: [b]Example:[/b] Sub-Total: $579.00 Qty Discount: -$10.00 UPS Ground: $7.00 VA TAX 4.5%: $26.06 Total: $602.06 the tax is correct for the old subtotal (579 x .045 = 26.06) but the tax should be 25.61 (569 x .045 = 25.61)