Title: Overdraft minus function?
Last modified: August 31, 2016

---

# Overdraft minus function?

 *  [PremierDigital](https://wordpress.org/support/users/create-28/)
 * (@create-28)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/overdraft-minus-function/)
 * Hi, is there a way to make this plugin let users go minus? Like an overdraft?
   Really need this function in new site I’m building.
    Is there a simple tweek 
   in functions maybe to make this possible? Thanks Paul
 * [https://wordpress.org/plugins/user-waller-credit-system/](https://wordpress.org/plugins/user-waller-credit-system/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [PremierDigital](https://wordpress.org/support/users/create-28/)
 * (@create-28)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/overdraft-minus-function/#post-6989346)
 * Also an added bonus would be simple email notifications of user go’s into minus,
   urging them to top up account.
 *  Thread Starter [PremierDigital](https://wordpress.org/support/users/create-28/)
 * (@create-28)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/overdraft-minus-function/#post-6989681)
 * Hi, it doesn’t matter now, I’ve solved it myself, simply by deleting this code
   below, lets users go into minus when placing orders.
 * file is : /user-waller-credit-system/includes/gateway.php
    Delete:
 *  /** check to make sure the user has enough credit to make the purchase */
    if(
   $cart_total>$vw_balance) { wc_add_notice( __(‘**Payment error:**‘, ‘woothemes’).‘
   Insufficient funds. Please purchase more credits or use a different payment method.’,‘
   error’ ); return; }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Overdraft minus function?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/user-waller-credit-system_ecf0f1.
   svg)
 * [User Wallet Credit System](https://wordpress.org/plugins/user-waller-credit-system/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-waller-credit-system/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-waller-credit-system/)
 * [Active Topics](https://wordpress.org/support/plugin/user-waller-credit-system/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-waller-credit-system/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-waller-credit-system/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [PremierDigital](https://wordpress.org/support/users/create-28/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/overdraft-minus-function/#post-6989681)
 * Status: not resolved