jQuery(document).ready(function(e){var $=jQuery;if(typeof urlm==='undefined')
return!1;var updateTimer,dirtyInput=!1,xhr;var original_form=$('#customer_details');function pagopar_add_fees_action(payment_method){var data={action:'pagopar_add_fees',nonce:urlm.nonce,payment:payment_method};$.ajax({type:'POST',url:urlm.ajax_url,data:data,success:function(response){jQuery('.fee').html(null);jQuery('.order-total').html(null);$("tfoot").append(response)},error:function(error){console.log("error");console.log(error)}})}
function change_pagopar_checkout_fields(){var new_form=$(original_form);$('#customer_details,#order_review').block({message:null,overlayCSS:{background:'#fff url('+urlm.ajax_loader_url+') no-repeat center',backgroundSize:'16px 16px',opacity:0.6}});var campos={};$('#customer_details input').each(function(){campos[jQuery(this).attr('name')]=$(this).val()});var data={action:'pagopar_checkout',nonce:urlm.nonce,campos:campos};$.ajax({type:'POST',url:urlm.ajax_url,data:data,success:function(response){var payment_method="pagopar";if($('#payment_method_cod').is(':checked')){payment_method="otros"}
pagopar_add_fees_action(payment_method);if(window.location.hostname=='microsupply.com.py'){$('#customer_details').find('.woocommerce-billing-fields').html(response)}else if(window.location.hostname=='skylerstore.com.py'||window.location.hostname=='www.skylerstore.com.py'||window.location.hostname=='www.tiendagraco.com.py'){$('#customer_details').find('.woocommerce-billing-fields').html(response)}else if(window.location.hostname=='demo.capacitiva.com.py'||window.location.hostname=='capacitiva.com.py'||window.location.hostname=='www.capacitiva.com.py'){$('#customer_details').find('.woocommerce-billing-fields').html(response)}else if($('#customer_details .col-1').length==1){if(window.location.hostname=='embassyflores.com.py'){$(new_form).find('.woocommerce-billing-fields').html($(response))}else{$(new_form).find('.col-1').html($(response))}}else if($('#customer_details .col-lg-7').length==1){$(new_form).find('.col-lg-7').html($(response))}else{$(new_form).find('.woocommerce-billing-fields').html($(response))}
$('#customer_details,#order_review').unblock();$.getScript(urlm.js_url).done(function(script,textStatus){console.log(textStatus)}).fail(function(jqxhr,settings,exception){console.log(exception)})},error:function(code){alert('Hubo un error al cargar los campos. Por favor intente nuevamente');$('#customer_details,#order_review').unblock()}});$("#modalPagoparTarjetas").on('shown',function(){alert("I want this to appear after the modal has opened!")});$('#pagoparAddCard').click(function(e){$("#modalPagoparTarjetas").modal({closeClass:'icon-remove',closeText:'!'});const data={action:'pagopar_agregar_tarjeta',nonce:urlm.nonce,};xhr=$.ajax({type:'POST',url:urlm.ajax_url,data:data,success:function(response){const json=response;console.log(json);if(json.respuesta===!0){const styles={'input-background-color':'#ffffff','input-text-color':'#333333','input-border-color':'#ffffff','input-placeholder-color':'#333333','button-background-color':'#5CB85C','button-text-color':'#ffffff','button-border-color':'#4CAE4C','form-background-color':'#ffffff','form-border-color':'#dddddd','header-background-color':'#dddddd','header-text-color':'#333333','hr-border-color':'#dddddd'};$('.loader-1').css('display','none');Bancard.Cards.createForm('iframe-container-pagopar-catrastro',json.resultado,{styles:styles},function(bancardJson){const data2={action:'pagopar_confirmar_tarjeta',nonce:urlm.nonce};xhr=$.ajax({type:'POST',url:urlm.ajax_url,data:data2,success:function(r){console.log(r);location.reload()},error:function(code){alert('Error al confirmar tarjeta')}});if(bancardJson.message=='add_new_card_fail')
alert(bancardJson.details)})}else{if(json.codigo=='NO_TIENE_CELULAR'){$("#iframe-container-pagopar-catrastro").html('Para catastrar su tarjeta, primero complete los datos faltantes:
');$("#pagopar-catastro-celular").val($("#billing_phone").val())}else{$("#modalPagoparTarjetas").modal('hide');alert(json.resultado)}}},error:function(code){alert('Ocurrio un error al tratar de agregar una tarjeta')}},"json")});$(".modal-toggle").on("click",function(){$('.modal').toggleClass('is-visible');$('.modal').modal('hide')})}
function restore_normal_fields(){$('#customer_details,#order_review').block({message:null,overlayCSS:{background:'#fff url('+wc_checkout_params.ajax_loader_url+') no-repeat center',backgroundSize:'16px 16px',opacity:0.6}});var campos={};$('#customer_details input').each(function(){campos[jQuery(this).attr('name')]=$(this).val()});var data={action:'non_pagopar_checkout',nonce:urlm.nonce,campos:campos};$.ajax({type:'POST',url:urlm.ajax_url,data:data,success:function(response){var order_output=$(response);var payment_method="pagopar";if($('#payment_method_cod').is(':checked')){payment_method="otros"}
pagopar_add_fees_action(payment_method);$('#customer_details').find('.woocommerce-billing-fields').parent().html(response);$('#customer_details,#order_review').unblock();$('.shop_table').unblock();$('#order_review div').unblock()},error:function(code){alert('Hubo un error al cargar los campos. Por favor intente nuevamente');$('#customer_details,#order_review').unblock();$('.shop_table').unblock();$('#order_review div').unblock()}})}
function change_price_via_ajax(total_price,envio_price){$('#order_review').block({message:null,overlayCSS:{background:'#fff url('+wc_checkout_params.ajax_loader_url+') no-repeat center',backgroundSize:'16px 16px',opacity:0.6}});var data={action:'pagopar_checkout_change_price',nonce:urlm.nonce,envio:envio_price,total:total_price,};$.ajax({type:'POST',url:urlm.ajax_url,data:data,success:function(response){var div=$("