We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
develop
Action Percent of product price discount Discount Amount 0 Maximum Qty Discount is Applied To 0 Discount Qty Step (Buy X) 0 Apply to Shipping Amount YES Discard subsequent rules YES
1.Negative value causes NAN,N
In line 292 in Validator.php method getShippingAmountForDiscount() doesn't exists ?????
Another method not found is getBaseShippingAmountForDiscount();
See https://github.com/pepe1518/magento2/blob/master/vendor/magento/module-sales-rule/Model/Validator.php#L292
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
develop
branch.Conditions
Total Items Quantity equals or greater than 2
Action
Percent of product price discount
Discount Amount 0
Maximum Qty Discount is Applied To 0
Discount Qty Step (Buy X) 0
Apply to Shipping Amount YES
Discard subsequent rules YES
Expected result
Actual result
1.Negative value causes NAN,N
In line 292 in Validator.php method getShippingAmountForDiscount() doesn't exists ?????
Another method not found is getBaseShippingAmountForDiscount();
See https://github.com/pepe1518/magento2/blob/master/vendor/magento/module-sales-rule/Model/Validator.php#L292
The text was updated successfully, but these errors were encountered: