Authored by xiaowei

product_id修改为product_skn

... ... @@ -7,7 +7,7 @@ window.criteo_q.push(
{ event: "setSiteType", type: "d" },
{ event: "trackTransaction" , id: "{{orderNum}}", item: [
{{#each items}}
{ id: "{{product_id}}", price: "{{goods_price}}", quantity: "{{buy_number}}"}
{ id: "{{product_skn}}", price: "{{goods_price}}", quantity: "{{buy_number}}"}
{{#unless @last}}
,
{{/unless}}
... ...