• Resolved madhorsedev

    (@madhorsedev)


    Hello,

    I need to disable the <tr> with the “wallet-pay-partial” class. Is there any method to achieve this?

    In the other hand, I need to see my customers current wallet cash on my POS station. Is there any shortcode or function to get the information?

    Thanks for the support! Love your work!

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

    (@subratamal)

    Hi @madhorsedev
    Please use add_filter('woo_wallet_disable_partial_payment', '__return_true'); in theme function.phph file to disable partial payment option and use woo_wallet()->wallet->get_wallet_balance(); to get loggedin user wallet balance.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Disable “wallet-pay-partial” || Show wallet cash on POS plugin’ is closed to new replies.