Advertisement
alex91ckua

Don't disable place order button | Wcipi

Mar 31st, 2025
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. document.querySelector(".woocommerce-checkout input#billing_phone").addEventListener("keyup", function () {
  2.   setTimeout( function(){ document.querySelector(".woocommerce #payment #place_order").disabled = false; }, 500);
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement