diff --git a/template/checkout/jetiframe-checkout.php b/template/checkout/jetiframe-checkout.php index c120184..7f9387e 100644 --- a/template/checkout/jetiframe-checkout.php +++ b/template/checkout/jetiframe-checkout.php @@ -141,7 +141,7 @@ function jetIframeValidated(){ // formSubmit jQuery( function( $ ) { - $( "#place_order").on('click',function( event ) { + $(document).on('click','#place_order',function( event ) { if ($( '#payment_method_paytpv' ).is( ':checked' )) { event.preventDefault(); @@ -161,4 +161,4 @@ function jetIframeValidated(){ setTimeout(() => { checkSelectedCard() }, 100); }); - \ No newline at end of file +