Whenever a pricing rule was applied that had a percentage discount, it
would apply it to every quantity of every item twice, +1 to the cart. If I
order 10 widgets, it would apply it 21 times. Happens with Pricing rules
and Promo rules.
After struggling with this issue for two days, I found it is only with the
stable version of 13.07.01.
We have been using the stable version downloaded from here:
http://www.apache.org/dyn/closer.cgi/ofbiz/apache-ofbiz-13.07.01.zipFinally, we downloaded a version directly from github:
https://github.com/apache/ofbiz/tree/release13.07That fixed the issue.