Home › Forums › Core › Only allow payment through wallet if wallet credits are enough › Reply To: Only allow payment through wallet if wallet credits are enough
Please insert the code snippet at active theme function.php file. And also to disable partial payment please use this code in theme function.php file
add_filter('woo_wallet_disable_partial_payment', '__return_true');