Cart and Order Restrictions

anohjp

New member
Feb 29, 2020
3
0
1
Salut tout le monde
S'il vous plaît, j'ai besoin de ce plugin. Quelqu'un peut m'aider à l'obtenir ?
Please !
 

newfolder

Active member
Sep 16, 2019
281
205
43
33
I also needed Woocommerce to only allow 1 product in the cart. (Subscription based store) If a product is already in the cart and another 1 is added then it should remove the previously added products.

I used this function in child theme functions.php
This works great. Hope this help for someone.
add_filter('woocommerce_add_cart_item_data', function($cart_data) { wc_empty_cart(); return $cart_data; }, 99);
 
  • Love
  • Like
Reactions: MrWolf and tothetop

Forum statistics

Threads
69,206
Messages
908,333
Members
236,821
Latest member
rehman

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu