Partial payment when cart is 0
-
Hi,
Hi, i am giving some free products with a cart total of $0.00. I am using this snippet because i still need to user to select only cash on delivery as payment method for these products:
add_filter( ‘woocommerce_cart_needs_payment’, ‘__return_true’ );
But the snippet also shows partial payment. How can i disable partial payment when cart is 0. https://prnt.sc/14sspwy
Thanks in advanced!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Partial payment when cart is 0’ is closed to new replies.