function detect_product_variation(){return jQuery("input[name=variation_id]").length>0?jQuery("input[name=variation_id]").val()>0&&jQuery("input[name=variation_id]").val():jQuery("*[name=add-to-cart]").length>0&&(jQuery("*[name=add-to-cart]").val()>0&&jQuery("*[name=add-to-cart]").val())}!function(t){"use strict";t(function(){t("#wscp-button").on("click",function(){if(t("#wscp-postcode").val().length<3)t("#wscp-postcode").focus();else{t("#wscp-response").html("");var e=detect_product_variation();e?(t("#wscp-button").addClass("loading"),t.ajax({type:"post",url:wscp_admin_url+"?action=wscp_ajax_postcode",data:{product:e,qty:t(".quantity input.qty").length?t(".quantity input.qty").val():1,postcode:t("#wscp-postcode").val(),nonce:t("#wscp-nonce").val()},success:function(e){t("#wscp-button").removeClass("loading"),t("#wscp-response").fadeOut("fast",function(){t(this).html(e).fadeIn("fast")})}})):t("#wscp-response").fadeOut("fast",function(){t(this).html("
").fadeIn("fast")})}}),t("form.cart, #wscp-postcode").on("keypress",function(e){if(13===(e.keyCode||e.which))return t("#wscp-button").click(),e.preventDefault(),!1})})}(jQuery);