Showing
1 changed file
with
1 additions
and
1 deletions
@@ -7,7 +7,7 @@ window.criteo_q.push( | @@ -7,7 +7,7 @@ window.criteo_q.push( | ||
7 | { event: "setSiteType", type: "d" }, | 7 | { event: "setSiteType", type: "d" }, |
8 | { event: "trackTransaction" , id: "{{orderNum}}", item: [ | 8 | { event: "trackTransaction" , id: "{{orderNum}}", item: [ |
9 | {{#each items}} | 9 | {{#each items}} |
10 | - { id: "{{order_id}}", price: "{{goods_price}}", quantity: "{{buy_number}}"} | 10 | + { id: "{{product_id}}", price: "{{goods_price}}", quantity: "{{buy_number}}"} |
11 | {{#unless @last}} | 11 | {{#unless @last}} |
12 | , | 12 | , |
13 | {{/unless}} | 13 | {{/unless}} |
-
Please register or login to post a comment