Disable checkout button with minimum quantity to buy
-
Hi, we add code to set a minimum quantity to proceed to checkout, this:
remove_action( ‘woocommerce_proceed_to_checkout’, ‘woocommerce_button_proceed_to_checkout’, 20 );
Seems that your plugin doesn’t use native WooCommerce checkout buttons so with this code we can’t disable it. Is there a way to do it?
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Disable checkout button with minimum quantity to buy’ is closed to new replies.