Thanks for the update to EO! We use this frequently as our business lends to customers making post-order changes.
We are on PHP 7.4.33 and ZC 1.5.8a and getting two issues with the new mod, both of which involve GROUP PRICING. (Ugh, right?)
1. We're getting two variables spelled out as if they are not defined. MODULE_ORDER_TOTAL_GROUP_PRICING_SHIPPING_EXCL_TEXT and MODULE_ORDER_TOTAL_GROUP_PRICING_TAX_EXCL_TEXT. I was unable to find their definition anywhere. I double-checked that all plug-in files had been uploaded. See attached picture. Worst case, i can probably rem out the lines so they do not display.
2. Before editing an order, sales taxes are properly calculated as [(SUBTOTAL - GROUPDISCOUNT + SHIPPING) * .07]. After editing the order, sales taxes are calculated as [(SUBTOTAL + SHIPPING) * .07]. The GROUPDISCOUNT is being excluded thus overstating sales taxes.
Any guidance would be appreciated!
Thank you.
Bookmarks