Is there an option to have negative account funds? I know it was possible to do when adjusting funds in user profile page in pre 4.0 versions. Does it work now?
This allows administrators and integrations to debit a customer’s balance below zero. It does not let customers spend beyond their available balance at checkout.
We are waiting on more feedback before doing more, but if you’d like assistance with this filter, please reach out and let us know.
Hey there, there’s a filter `wc_account_funds_allow_negative_store_credit_balance` to allow that. Previously allowing negative balances was an unintended feature, but it came to our attention recently that some merchants may have been using the plugin this way. Would you mind reaching out to us with more details about your specific use case? Thanks!
We and our partners process your personal data (such as browsing data, IP Addresses, cookie information, and other unique identifiers) based on your consent and/or our legitimate interest to optimize our website, marketing activities, and your user experience.
Negative balances are available as an advanced customization from Account Funds 4.0.2:
> add_filter( ‘wc_account_funds_allow_negative_store_credit_balance’, ‘__return_true’ );
This allows administrators and integrations to debit a customer’s balance below zero. It does not let customers spend beyond their available balance at checkout.
We are waiting on more feedback before doing more, but if you’d like assistance with this filter, please reach out and let us know.
Hey there, there’s a filter `wc_account_funds_allow_negative_store_credit_balance` to allow that. Previously allowing negative balances was an unintended feature, but it came to our attention recently that some merchants may have been using the plugin this way. Would you mind reaching out to us with more details about your specific use case? Thanks!