Keep in cart only last added item from specific product category in WooCommerce
I have a situation where user cannot add more than 1 product to cart from specific category. I tried using woocommerce_add_to_cart_validation filter hook. This code works for all items and keep in cart last added item: // before add to…