• Resolved kp8026

    (@kp8026)


    Hello, what a great plugins. I’m using it for Gift Redemption Site.
    I even planned to have more reporting tools of the wallet, of coz I agree there will be some charges.

    By the way, Does it support negative balance?
    E.g. : The user has 10000 and buy a $20000 item, the wallet will show -$10000 and if she redeem more, the balance will remain minus. Maybe she redeemed $5000 more, the balance will be -$15000.

    Thanks

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

    (@subratamal)

    @kp8026 You can use our plugin for this but you have to use some filter to modify our plugin flow. Please use the below code in the theme function.php file for this.

    add_filter('woo_wallet_disallow_negative_transaction', '__return_false');
    add_filter('woo_wallet_payment_is_available', '__return_true');
Viewing 1 replies (of 1 total)
  • The topic ‘Negative’ is closed to new replies.