• Resolved visionshahi

    (@visionshahi)


    Can you make the tera wallet to be functional with negative wallet balance.

    In case if Debit amount is larger then the wallet balance then remaining amount will be showed as negative balance in wallet.

    This can help a lot.

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

    (@subratamal)

    @visionshahi To allow negative transactions please use the attached code in the theme functions.php file.

    add_filter( 'woo_wallet_disallow_negative_transaction', '__return_false' );

Viewing 1 replies (of 1 total)
  • The topic ‘Regarding Wallet Negative Balance.’ is closed to new replies.