Skip to content

Module breaks Shopping Cart Price Rule #247

Description

@nocturnalfrog

It looks like the following section from app/code/community/Mollie/Mpm/etc/config.xml does more harm then good:

                    <!-- Copied from: https://github.com/fooman/totals-sorting-fix/blob/master/app/code/community/Fooman/TotalsSortingFix/etc/config.xml
                         This is to fix calculation errors when there are multiple custom totals -->
                    <tax_subtotal>
                        <after>nominal,subtotal,msrp,freeshipping</after>
                        <before>tax_subtotal,weee,shipping,tax_shipping,discount,tax,grand_total</before>
                    </tax_subtotal>

When this section is present no Shopping Cart Price Rule seems to work.
When removing this section the rules start working again.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions