-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
[Checkout] Customers can checkout with non-matching shipping and product categories #9629
Comments
@audez have you testing on legacy checkout or new checkout? |
just tested on split checkout and the bug is here too :/ I added screenshots :) |
hi team, Ronella has just upgraded this bug to s2 as we could not find a workaround. We have a hub user who needs to be able to use shipping categories to designate product shipping requirements, so this is quite a barrier for them |
I would deeply encourage us to fix this on split checkout and focus on the split checkout roll out if we possibly can. |
Yes perhaps we haven't advertise this enough, but when we started the 1rst split checkout roll-out, we already decided to not fix legacy checkout anymore. So for release testing for example, we only test split checkout. We need to communicate this again, yes 👍 So here this change needs to be done on split checkout only. |
So can we agree that we're only fixing this on split checkout AND it is an S2 and therefore it should be fixed? OR are we rolling out split checkout first? I would vote for the former so that we can roll it out with this nice fix as a value-add |
It's already an s2. The team didn't have the time until now because we had other s1 and s2 (that targeted way more users) to deal with.
I don't see the link with the roll-out? This bug exist in legacy checkout as well. It shouldn't block the roll-out. It becomes really urgent to start the roll-out, let's not add old existing bugs as roll-out blockers? |
Description
Users shouldn’t be able to checkout if they select a shipping category that doesn’t match a product's "shipping category".
It is said in the user guide “ if you sell products listed with a shipping category of 'frozen' then in order for the customer to be able to successfully checkout their shopping, the 'frozen' category will need to be checked in their desired shipping method.”
Expected Behavior
If the cart contains at least one product that doesn't match with the shipping method category, the shipping method should be disabled/greyed out, with an explicit message to the user, for instance:"This shipping method is not allowed for some of the products in your cart, due to temperature requirements.”
Edit from Rachel: ☝️ This solution would be ideal if we could point the user to the products that can't be shipped. It needs to be designed as we don't have these type of message in the styleguide yet. To fix the s2 in the meantime, the expected behavior can be to not display the shipping method (like we do in case of tagging).
Actual Behaviour
User can checkout anyway. It has been mentioned here too.
Steps to Reproduce
Animated Gif/Screenshot
I created an OC with one product having the "Produits refrigérés" category
I set the shipping method to another category
I can checkout
Workaround
?
Severity
bug-s3: a feature is broken but there is a workaround
The text was updated successfully, but these errors were encountered: