Set product price according to payment method in WooCommerce checkout
I would like to set the price of individual products to 0 in the checkout when a specific payment method is selected. My code sets the price of these products to 0 and the subtotal is calculated correctly. However, the…