Hi,
I am referencing to this bug here: https://projectdmc.org/support/topic/minimum-quantity-4/
It still prevents customers from removing products from the cart.
The current version (6.2.1) has a file wordpress/wp-content/plugins/tier-pricing-table/src/Addons/MinQuantity/MinQuantity.php
with a filteradd_filter( 'woocommerce_update_cart_validation', function ( $passed, $cart_item_key, $values, $quantity )
in line 67.
One needs to be able to remove products from the cart (quantity down to zero).
Line 73 should therefore readif ( $quantity < $min and $quantity != 0)
Would you mind to fix this with the next minor version?
Thank you,
Thomas
