fix
This commit is contained in:
parent
ee271d98c8
commit
179f73f171
@ -621,7 +621,7 @@ var ajaxCart = {
|
||||
|
||||
function confirmation(idProduct, idCombination, quantity, json) {
|
||||
top.document.ajaxCart.refresh();
|
||||
|
||||
var productToGA = {};
|
||||
// send add product to cart information to GA
|
||||
for (i=0;i < json.products.length; i++) {
|
||||
if (json.products[i].id == idProduct) {
|
||||
|
Loading…
Reference in New Issue
Block a user