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!

zero balance check box

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6461
    Anonymous
    Inactive

    I like the new addition of the zero balance ui check box.

    Is there some CSS or script that I can use to default the check box to display zero balances ON.

    I find it useful for new users to see all of the available currencies when they first view the wallet.

    Thanks!

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.