ELEMENTOS ARQUITECTÓNICOS

jQuery(document).ready(function(){ console.log("sku mailing"); if(jQuery(".sku_wrapper .sku").length != 0 ){ jQuery("#product_sku_custom").val(jQuery(".sku_wrapper .sku").text()); jQuery("#product_url_custom").val(window.location); } });