MageWorx Multifees Incompatibility
Extension Name
MageWorx Multifees
Developer
MageWorx
Problem
The MageWorx Multi-fees extension by MageWorx rewrites the template file for the shopping cart. This causes the MageRewards integration steps for the shopping cart to not show and thus:
- This shopping cart rule redemption section that contains the rule enabling checkboxes and cart points usage slider many not show, and
- The shopping cart columns may show up off since the "points" and "before points" column headers may not show.
Resolution
To resolve this, must follow (or re-follow) the integration guide for the shopping cart and wherever you see this:
/template/checkout/cart.phtml
instead use this:
/template/<em>multifees/oldversion/checkout-cart.phtml</em>
Please keep in mind that implementing any modifications to your MageRewards core code does void your support agreement because you're adding dependency to the other module.