Cart and Order Restrictions

  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

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
34
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

About us

  • Babiato Forum - The webmaster 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, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu