Reputation: 39
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.
Upvotes: 0
Views: 569
Reputation: 39
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.
Upvotes: 1