Filter doesn’t work properly
-
Hi,
I’m using a filter to disable partial payment for certain products in the cart.
add_filter('is_enable_wallet_partial_payment', '__return_false');
This filter does work & disables the partial payment but It does not hide the following text on checkout page:
$10.00 will be debited from your wallet and $20.00 will be paid through other payment method
Can you please fix it so I don’t have to edit the template file & move it to child theme directory?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Filter doesn’t work properly’ is closed to new replies.