I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: zero balance check box

dashed-slug.net Forums General discussion zero balance check box Reply To: zero balance check box

#6465
alexg
Keymaster

Hello,

There is no setting for this but here’s some JavaScript code that you can add to your child theme:

	$( 'html' ).on( 'wallets_ready', function() {
		wp.wallets.viewModels.wallets.showZeroBalances(true);
	}

Hope this helps.

with regards