-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
Cart Price Rule based on weight does not work #6584
Comments
Thanks for reporting, internal ticket created MAGETWO-58334 |
…le match #6584 -- functional test
[Folks] Bugs - MAGETWO-58334 [Github] Free shipping is not applied if cart price rule match #6584 - MAGETWO-57278 For Dutch locale, ZIP in checkout is already giving out a "validation failed" error at page load - MAGETWO-57675 [GITHUB] WYSIWYG editor does not show. #6222 #4828 #6815 - MAGETWO-56836 [FT] Update wishlist button doesn't receive the click in AddProductsToCartFromCustomerWishlistOnFrontendTest - MAGETWO-54412 [MERCHANT] Integrity Constraint Violation when creating orders #4580 - MAGETWO-58730 [Github] Incorrect province code sent on Checkout to UPS #6564
MAGETWO-58334 is delivered to develop branch. Closing issue. |
@SerhiyShkolyarenko Will MAGETWO-58334 be included in 2.1.3? |
We're still having issues with this case: Setting Cart Price Rule based on weight does not work Preconditions Steps to reproduce
If ALL of these conditions are TRUE :
Expected result Shopping cart should show free shipping when product weight is under 2.5 kg and over 499 Actual result Shopping cart always shows free shipping when price is greater than 499 (even if product weight is greater than 2.5 kg) |
When making a cart price rule using weight for the condition, the rule does not apply in the cart correctly. All the products have weights and flat rate shipping option is set to $10. Weight is set to kg.
Preconditions
Steps to reproduce
Create new cart price rule for all customer groups
Set condition as the following:
If ALL of these conditions are TRUE :
Total Weight equals or less than 10
Leave actions settings defualt except Free Shipping. Set Free Shipping to For shipment with matching items
Save rule
Expected result
Actual result
The text was updated successfully, but these errors were encountered: