Sushil
Sushil

Reputation: 39

Initially Uncheck the payment methods in Woocommerce

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

Answers (1)

Sushil
Sushil

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

Related Questions