• Resolved amirsoltani94

    (@amirsoltani94)


    Hi everyone
    I want to make a debit for some customers. This price should add to next bill cost.
    So I choose debit and enter a price to make a debit. It says “It has happend a problem. Try again.”

    Help me please!
    thank you all

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

    (@subratamal)

    Hi @amirsoltani94,

    This might be a database issue please deactivate the plugin and reactivate again and let us know if the problem resolved.

    Thank you.

    Thread Starter amirsoltani94

    (@amirsoltani94)

    I did it.
    But this problem did not solve.

    what should I do now?

    Plugin Author Subrata Mal

    (@subratamal)

    @amirsoltani94,

    Is the user have sufficient balance to debit?

    Thread Starter amirsoltani94

    (@amirsoltani94)

    Excuse me for delay!

    No his balance is zero.
    I want to make a minus balance for my customer.
    This minus balance will add to his next purchase bill.

    Can you add it for the next version?

    Plugin Author Subrata Mal

    (@subratamal)

    @amirsoltani94,

    Sorry, but a negative transaction is not recommended. But you can do so please use below code to theme function.php file to allow the negative transaction.

    add_filter('woo_wallet_disallow_negative_transaction', '__return_false');

    Thank you.

    Thread Starter amirsoltani94

    (@amirsoltani94)

    I tested it.
    It worked and the minus debit added to his purchase bill(Although the message in cart page was not true.). And after that purchase his debit got duplicated instead zero!

    Thank you for really fast supporting and If it is possible, add this feature for next versions.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘why credit can not be lower than zero’ is closed to new replies.