Title: Negative
Last modified: October 20, 2021

---

# Negative

 *  Resolved [kp8026](https://wordpress.org/support/users/kp8026/)
 * (@kp8026)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/negative-2/)
 * 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](https://wordpress.org/support/users/subratamal/)
 * (@subratamal)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/negative-2/#post-15147672)
 * [@kp8026](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/woo-wallet/assets/icon-256x256.png?rev=3360666)
 * [Wallet for WooCommerce](https://wordpress.org/plugins/woo-wallet/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-wallet/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-wallet/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-wallet/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-wallet/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-wallet/reviews/)

## Tags

 * [negative](https://wordpress.org/support/topic-tag/negative/)

 * 1 reply
 * 2 participants
 * Last reply from: [Subrata Mal](https://wordpress.org/support/users/subratamal/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/negative-2/#post-15147672)
 * Status: resolved