Skip to content
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

Closed
ghost opened this issue Sep 12, 2016 · 4 comments
Closed

Cart Price Rule based on weight does not work #6584

ghost opened this issue Sep 12, 2016 · 4 comments
Labels
bug report Component: Checkout Component: Tax Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development

Comments

@ghost
Copy link

ghost commented Sep 12, 2016

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

  1. Magento CE 2.1.1
  2. CentOS 6
  3. PHP 5.6.25
  4. MySQL 5.6

Steps to reproduce

  1. Create new cart price rule for all customer groups

  2. Set condition as the following:

    If ALL of these conditions are TRUE :
    Total Weight equals or less than 10

  3. Leave actions settings defualt except Free Shipping. Set Free Shipping to For shipment with matching items

  4. Save rule

Expected result

  1. Shopping cart should show free shipping when product weight is under 10

Actual result

  1. Shopping cart always shows free shipping
@sevos1984
Copy link
Contributor

Thanks for reporting, internal ticket created MAGETWO-58334

@sevos1984 sevos1984 added the Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development label Sep 13, 2016
mmansoor-magento pushed a commit that referenced this issue Oct 19, 2016
mmansoor-magento pushed a commit that referenced this issue Oct 19, 2016
[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
@SerhiyShkolyarenko SerhiyShkolyarenko self-assigned this Oct 19, 2016
@SerhiyShkolyarenko
Copy link
Contributor

MAGETWO-58334 is delivered to develop branch. Closing issue.

@SerhiyShkolyarenko SerhiyShkolyarenko removed their assignment Oct 19, 2016
@Ctucker9233
Copy link

@SerhiyShkolyarenko Will MAGETWO-58334 be included in 2.1.3?

@tareefj
Copy link

tareefj commented Apr 4, 2017

We're still having issues with this case:

Setting Cart Price Rule based on weight does not work

Preconditions
Magento CE 2.1.3

Steps to reproduce

  1. Create new cart price rule for all customer groups

  2. Set condition as the following:

If ALL of these conditions are TRUE :
Total Weight less than 2.5
Subtotal equals or greater than 499

  1. Leave actions settings defualt except Free Shipping. Set Free Shipping to For shipment with matching items

  2. Save rule

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Component: Checkout Component: Tax Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development
Projects
None yet
Development

No branches or pull requests

5 participants