Restricting the cart for mixed products and combinations of products
Preventing access to the checkout from the cart
Restricting checkout from the cartManaging cart access based on products in the cart
Preventing checkout with mixed products from two different groups of products. Eg. Wholesale and Retail
1. You’ll need a key that grants access if a customer does have products tagged with the "wholesale" products tag (for example) in the cart, but only if the customer doesn't have any products tagged with "retail" in the cart.

Image 1. Key with key condition combination to allow access for wholesale products with no retail.
2. The second key will use a set of conditions that are the inverse of the fist key, to grant access to customers who don't have any products tagged with "wholesale" in the cart but do have products tagged with "Retail" in the cart.

Image 2. Key with key condition combination to allow access for retail products with no wholesale.
3. This third key is only required, if you have another set of products, other than wholesale and retail, that can be purchased with anything product.

Limitations:
Something else not covered here?
Last updated
Was this helpful?