PriceId and itemId in the cart dataLayer

Cart dataLayer contains now priceId. Before this update, dataLayer was inconsistent when added products, and dataLayer didn’t include itemId. This parameter is needed to update or remove the product from the cart.

Now it is possible better handling function for removing items and updating quantity.

Another fix has brought adding products with combination of productId and parameterValueId now updates dataLayer properly (formerly mentioned here).

Post navigation