This commit is contained in:
Marion Muszynski 2017-03-07 14:40:09 +01:00
parent ee271d98c8
commit 179f73f171

View File

@ -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) {