• Resolved antimimin

    (@antimimin)


    Hi, I already disable wallet payment gateway on woocommerce, but the wallet gateway still show on checkout “pay via wallet”. how to disable ?

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

    (@subratamal)

    @antimimin Please use the attached code in theme functions.php file to disable wallet partial payment.

    add_filter('woo_wallet_disable_partial_payment','__return_true');
Viewing 1 replies (of 1 total)

The topic ‘Cannot disable wallet payment gateway’ is closed to new replies.