We fixed this by adding the following into /app/code/core/Mage/Sales/etc/config.xml sales/quote section.
<discount>
<class>sales/order_invoice_total_discount</class>
<after>subtotal</after>
</discount>
This is a terrible solution, obviously, and I have no idea why it is needed. We will have to research it further to come up with a better solution than editing a core file!
<discount>
<class>sales/order_invoice_total_discount</class>
<after>subtotal</after>
</discount>
This is a terrible solution, obviously, and I have no idea why it is needed. We will have to research it further to come up with a better solution than editing a core file!
No comments:
Post a Comment