CartRules One Category in Cart for WooCommerce

Descrição

This plugin stops customers from mixing products from different categories in the same order. If a product is already in the cart, adding a product from a different category will either be blocked, or the cart will be emptied first, depending on the option you choose.

This is useful for stores that need to keep certain product categories separate at checkout, for example because they need different shipping, come from different suppliers, or are fulfilled differently.

Once activated, go to WooCommerce > Settings > CartRules > One Category in Cart to turn the restriction on and choose what should happen.

Works with both the classic, shortcode-based cart and checkout, and the newer WooCommerce Cart and Checkout blocks.

Instalação

  1. Upload the plugin folder to /wp-content/plugins/, or install it through the Plugins menu in WordPress directly.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to WooCommerce > Settings > CartRules > One Category in Cart to turn the restriction on and choose what should happen.

Perguntas frequentes

What happens if a product belongs to more than one category?

It’s allowed, as long as it shares at least one category with what’s already in the cart.

Does this work with variable products?

Yes, it works with all product types.

Does this work with the WooCommerce Cart and Checkout blocks, or only the classic shortcode-based cart?

Both. The restriction is applied when a product is added to the cart, so it works the same way whether your store uses the classic cart/checkout pages or the block-based versions.

Does this affect orders created or edited from wp-admin?

No, the restriction only applies to the storefront cart. Orders added or changed from wp-admin are not affected.

Avaliações

Não há avaliações para este plugin.

Colaboradores e desenvolvedores

“CartRules One Category in Cart for WooCommerce” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.

Colaboradores

Registro de alterações

1.0.2

  • Fixed the deny/replace notice showing up blank when the restriction is enabled without saving the settings screen first (e.g. via WP-CLI)

1.0.1

  • Fixed a settings section conflict that could occur when another CartRules plugin is active at the same time

1.0.0

  • Initial release