Merge branch 'ticket-12591-MarketingModifications' into develop
This commit is contained in:
commit
95088f2d38
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user