-
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 coupon not working with Table Rates shipping - Sorry, no quotes are available for this order. #8172
Comments
I'm encountering this same issue on Magento 1.9.3.1. I realize this is the Magento 2.x GitHub; only commenting in hopes that this may help to diagnose and debug the issue. |
I encountered a similar problem in Magento 2.1.5:
It appears to be a bug in Magento: The error occurs if the category used to filter the "Action" of the cart price rule is either a Root Category or too deep down in the hierarchy. My Solution:
|
@veloraven Do you have any update on this issue? It seems that whenever the Table Rate shipping is implemented it interferes with other coupons / shipping methods. Any way we can solve this? |
@gabriel-sf is this issue still actual? |
@veloraven I haven't implemented the latest version version yet. I will be able to do this in a few weeks given we are about to launch. Will update once this is ready |
Internal ticket created MAGETWO-69940 |
@gabriel-sf @magento-engcom-team I just supplied a fix in the partner github for the develop branch but if the pull request is accepted I will backport it for you. |
I'm working on it #SQUASHTOBERFEST |
I also encountered a quite similar problem in Magento 2.1.8. Scenario:
Coupon actions:
Issues encountered:
Similarly, you can reproduce Case 2 by submitting the coupon code like in Case 1 and after that click "Go to Checkout" button from the minicart again. |
The issue has been fixed in 2.1-develop branch. Will be available with next patch release |
The original case is still not working properly in 2.2.2: Coupon details When I apply a coupon, the shipping costs are lowered to the minimum table rate but not to 0 as expected |
@Rickertje you could try adding a row in the rate table for $0 carts to have them ship for $0. If that doesn't work, you could try turning on query logging and checking to see what minimum cart amount is being passed in the query. This should give some insight into why no rates are being found. Probably the conditions in the query are wrong, or just the rows are missing (see suggestion above). |
@willcodeforfood Thanks! It tried this (see attached) and it seems to be a very nice workaround. Still it should be solved in an appropriate way. |
After applying the Fix 6637cde on Magento 2.1.8v , It still does not work. coupon code : FreeDelivery |
The shopping cart I am working has its shipping based on the shipping table rate.
This is working perfectly fine by itself.
The problem happens when we have a coupon code created to provide free shipping.
Coupon details
Coupon Code: FREESHIP
Enabled from/To: 01/01/2016 - 01/01/2022
Apply: Percent of product price discount
Discount Amount: 0
Discard subsequent rules: YES
Apply to Shipping Amount: YES
Free Shipping: For Shipment with matching items
When I apply a coupon, the shipping does not work and returns a Sorry, no quotes are available for this order.
Preconditions
Steps to reproduce
Thanks for your help.
Cheers,
Gabriel
The text was updated successfully, but these errors were encountered: