$(document).ready(function(){ //增加 $('article > .combosBox').on('click','.button1',function(e){ var id = $(this).attr("sid"); var num = $(this).parents(".productBox").find(".num-select").val(); if(id && num){ $.ajax({ url:'/tw/activities/ajax/act1/ajax_set_cart.php', type:"POST", cache:false, async:true, data:{type:'add',Prod_Sell_ID:id,Amount:num}, error:function(d){ alert('網路連線過慢,網頁請重新整理'); }, success:function(d){ $("#Act_Title_Box").html(d); } }); }else{ if(!id){ alert(_jsLang.請選擇尺寸與規格); }else if(!num){ alert(_jsLang.請選擇數量); } return false; } }); //減少 $(".user-list6 .orderSlide").on('click','.delete',function(){ $.ajax({ url:'/tw/activities/ajax/act1/ajax_set_cart.php', type:"POST", cache:false, async:true, data:{type:'del',ID:$(this).attr("del_id")}, error:function(d){ alert('網路連線過慢,網頁請重新整理'); }, success:function(d){ $("#Act_Title_Box").html(d); } }); }); //加入購物車 $("#Act_Title_Box").on('click','.Add_Tmp_To_Cart',function(){ $.ajax({ url:'/tw/activities/ajax/ajax_add_to_cart.php', type:"POST", cache:false, async:true, data:{Act_Type:$(this).attr("act_type")}, dataType: 'json', error:function(d){ alert('網路連線過慢,網頁請重新整理'); }, success:function(d){ switch(d.Status){ case "RET_SUCCESS": if(d.GA && typeof ga == 'function') { for(var key in d.GA) { ga('ec:addProduct',d.GA[key]); } ga('ec:setAction','add'); ga('send','event','購物車','加入購物車'); } if(d.GA_conversion && typeof gtag == 'function') { gtag('event', 'conversion', {'send_to':d.GA_conversion}); } if(d.GA_conversion_add_shopcar && typeof gtag == 'function') { gtag('event', 'conversion', {'send_to':d.GA_conversion_add_shopcar}); } if(d.FBQ){eval(d.FBQ)} window.dataLayer = window.dataLayer || []; var products = []; for(var i=0;i