Enter tracking number reference of WooCommerce

ex.

Woocommerce Disable Place Order Button Until User Checks Box : Useful Links

wordpress.stackexchange.com

I think you should jQuery to enable and disable the checkout button. Please try this script. Put this script in the footer.php .

docs.woocommerce.com

Enable Ajax add to cart buttons on archives – Adds the 'Add to Cart' option to shop archive pages.

stackoverflow.com

Your logic is a little off, try this: $('#check').change(function () { $('#btncheck').prop ("disabled", !this.checked); }).change(). Updated fiddle.

rudrastyh.com

By the way, if you are looking a way how to change "Place order" button text, then I recommend this

justabill.blog

This short snippet will hide the WooCommerce checkout button until the terms

stackoverflow.com

here is an example of code that will disable the "Place Order" button ... Once customer will confirm, the "Place Order" button will be enabled

rudrastyh.com

If you have nothing there, only your "Place Order" button, read below how to turn these


Related searches