-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[BACKPORT 2.2] [BUGFIX] Add FreeShipping to the Items when SalesRule uses FREE_SHIPP… #15013
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
[BACKPORT 2.2] [BUGFIX] Add FreeShipping to the Items when SalesRule uses FREE_SHIPP… #15013
Conversation
Hi @lewisvoncken , thanks for contribution. As I see, the previous PR was closed by tests failed reason and currently, the fix is the same and our integration tests are failed again. So, what the reason to reopen PR? |
@VladimirZaets I am going to also apply the fix for the integration but I could not found the original error of the integration. I will update it as soon as the test is done. This is what I have also done in #15010 |
@lewisvoncken ok, currently, I will set |
So a unit test assertion has to be changed:
|
@VladimirZaets the unit test and integration test have been updated |
@lewisvoncken thanks |
Hi @lewisvoncken , we have functional test that was failed with your changes. That is Can you look and fix it, please? |
@lewisvoncken, I am closing this PR now due to inactivity. |
@lewisvoncken I tried applying your fix but I get the same error with the fix through REST API. Have you overcame this bug? |
reopen #11916
…ING_ADDRESS
same as magento-partners/magento2ce#59
Description
When you create a Shopping Cart Price Rule for Free Shipping for shipment with matching items.
Fixed Issues (if relevant)
In issue #8172 there is referenced to the shipping method Table Rates but the issue is for all Offline ShippingMethods
Manual testing scenarios
Apply changes and try again and the result will be that there is Free Shipping for the cart.
Before:

After:
