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.