[Help] WooCommerce Cart - Conditional Items Category

KHR

Elite Member
Jr. VIP
Joined
Dec 9, 2013
Messages
4,700
Reaction score
1,635
I need help for WooCommerce Multi Vendor Site.

Lets say, we have a special category "X" with ordinary categories A,B,C,D,E.

What I want is, when customer added "X category products" to Cart mixing with ordinary categories (A,B,C,D). WooCommerce will show Error Message "X Category Products can't be added with Other Category, Please Order Separately" in the Cart Page.

I tried to control this by Shipping Class and Table Rate Shipping plugin but Failed. No condition can't control that Cart Mixing.

How can I do this? Is there any script or plugin? Please Help.

Thanks in Advice
 
I can't post links yet, but Google "WooCommerce Tips & Tricks – Only allow specific product combinations in cart" and it should be the first article. Is something like this is what you're looking for?
 
I can't post links yet, but Google "WooCommerce Tips & Tricks – Only allow specific product combinations in cart" and it should be the first article. Is something like this is what you're looking for?
Thanks a lot, is this it:
Code:
https://aelia.co/woocommerce-only-allow-specific-product-combinations-in-cart/
 
Yeah, that's the one I found. It seemed to detail what you where talking about. Hope that helps!
 
  • Like
Reactions: KHR
Hey,
I think you need to run hook before adding to cart and check if your cart has product of categories A,B,C,D,E
sorry about my English :(
 
Back
Top