-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Missing information about shipping method in Shopping summary #2869
Comments
We must load the shipping methods |
Fixed in the #2887 |
@pkarw I checked it on release/2513 but still I'm able to reproduce this issue. |
Ok, which product should I add to cart to reproduce this one on my env? |
@pkarw Simply add a product under $ 20, e.g. Sprite Foam Yoga Brick |
OK, it seems like for this product Magento is returning empty shipping methods list: https://www.dropbox.com/s/lphljlvdq3hx51k/Screenshot%202019-05-31%2009.22.15.png?dl=0 I've changed the business logic to calculate the totals without the shipping info |
@pkarw Now Shipping & Handling is immediately displayed, but the minimum order amount for free shipping is not taken into account |
We got the values from Magento:
|
@pkarw but if I see it well then it's order for a higher value of $ 20, so it should be free shipping. |
I don't have control over this :-( We just set the cart server side and get the totals back from Magento :-( They (Magento backend) now about the order value ;P |
Ok, I understood, I just wanted to make sure it was not our fault :) |
Hopefully not! :D :D |
Steps to reproduce the issue
Current behavior
If you add product and open cart, then u don't see shipping method. Only after going to the checkout (or if you return back to the cart) you will see current shipping method → DPD Courier.
Expected behavior
Shipping method should be visible on the cart.
Repository
Can you handle fixing this bug by yourself?
Which Release Cycle state this refers to? Info for developer.
Pick one option.
develop
branch and create Pull Request2. Feature / Improvement
back todevelop
.release
branch and create Pull Request3. Stabilisation fix
back torelease
.hotfix
ormaster
branch and create Pull Request4. Hotfix
back tohotfix
.Environment details
Additional information
The text was updated successfully, but these errors were encountered: