-
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
Free shipping not being properly applied in CE 2.1.8 #10507
Comments
Same here, Installing 2.1.8 Option to free sending wont work anymore. |
Can confirm! 2.1.8. Found a solution, do not use 'For shipment with matching items' but use 'For matching items only'. |
Can also confirm, 2.1.8. |
maybe because of an execption: #0 [internal function]: Magento\Framework\App\ErrorHandler->handler(2, 'iconv_substr() ...', '/html/domains/w...', 183, Array) |
@oleg-onufer The other issue is about the weight |
Does this reliably work for you? For us it did not work when on the cart page, and sometimes still not in checkout. |
Sorry, my mistake - I had a coupon code assigned, works now with your change. Does the workaround have any side effects? |
@tkotosz Is it difficult to patch 2 commits to a composer installation of Magento? Never did that before. |
@PieterCappelle Not really, we use the
and in the
And this is how we usually create the patch: At least this is how we do it. I am sure there are other ways to handle patches but so far we found this as the most usable method. |
@jkf276 thank you for your bug report. |
@jkf276 @magento-engcom-team in my opinion this is the same issue as #8172 which I have solved in the partner github https://github.com/magento-partners/magento2ce/pull/59 |
I'm working on it #SQUASHTOBERFEST |
@PieterCappelle thank you so much, your temporary solution works also for me in magento 2.1.9 |
The issue has been fixed in 2.1-develop branch. Will be available with next patch release |
Preconditions
Steps to reproduce
Expected result
Actual result
###Other comments
The free shipping rule will apply if "free shipping" is set to "for matching items only".
The test was performed using the sample data with the sample luma store. Sample data provide a sample cart price giving free shipping for order over $50. "free shipping" is set to "for shipment with matching item" by default for the luma store sample data.
Free shipping using this option, which is the default with the sample data, still works with 2.0.15 and has previously worked for 2.1.7, so it seems like functionality was lost.
The text was updated successfully, but these errors were encountered: