Merge branch 'ticket-12591-MarketingModifications' into develop

This commit is contained in:
Marion Muszynski 2017-03-07 14:41:02 +01:00
commit 95088f2d38

View File

@ -628,7 +628,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) {