Using Limit the number of cart items in Woocommerce answer, I can limit total product quantity in cart page on my store. But I need to limit the number of different items in cart, but keep quantities unlimited and limit to total product price amount.
For example 10 items in my cart but total product quantity is 50, and total products price amount is 5000. if I set the different product quantity in cart 10 and total price amount 5000, my customers cant add another one product to their cart.
How can I do this?