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

Bug: Shipping Methods does not take into account warehouse's supported shipping methods #16041

Open
azizmb opened this issue May 24, 2024 · 0 comments

Comments

@azizmb
Copy link

azizmb commented May 24, 2024

What are you trying to achieve?

I have some products where I offer free shipping, and other products where free shipping shouldn't be an option.

Steps to reproduce the problem

The way I set this up, was to have 2 warehouses attached to my channel:
Warehouse 1 -> Has an associated shipping method ("Free Shipping") where there is a flat $0 shipping charge.
Warehouse 2 -> Has an associated shipping method ("Weight Based Shipping"), with weight based shipping charges.

When I create a checkout containing items only from Warehouse 1, under the shippingMethods I see both, "Free Shipping" and "Weight Based Shipping", even though "Weight Based Shipping" is not associated with Warehouse 1.

And vice versa, ie, if I create a checkout with only items from warehouse 2, I'm still seeing both options as active under shippingMethods.

What did you expect to happen?

Shipping Methods should match the warehouses of products in the checkout.

Logs

No response

Environment

Saleor version: 3.17.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant