Initially Uncheck the payment methods in Woocommer

2020-04-30 17:57发布

问题:

I want to uncheck all the payment methods available in my woocommerce store, remember I don't to remove or disable any of payment methods.

Any help is appreciated.

回答1:

I've done this by editing checkout.min.js of woocommerce plugin e.eq(0).prop("checked",!0) to e.eq(0).prop("checked",0)

If anyone has better option please let me know.