Britto

jQuery(function($){ if ($('body').hasClass('woocommerce-checkout')) { $('form.checkout').on('submit', function(){ $(this).find(':submit').attr('disabled','disabled'); }); } });
Scroll to Top