• Resolved shayed

    (@shayed)


    Hi is it possible to allow buyer to pay by wallet only when the have exact balance or more?

Viewing 1 replies (of 1 total)
  • Plugin Author Subrata Mal

    (@subratamal)

    @shayed Please use bellow code into active theme function.php file to disable partial payment

    add_filter('woo_wallet_disable_partial_payment', '__return_true');

Viewing 1 replies (of 1 total)
  • The topic ‘Payment’ is closed to new replies.