Shopify Brooklyn Theme Add To Cart Pixel Not Firing

Go to theme.js.liquid file and look line 876 for :

itemAddedCallback = function() {

Then just add this line right after :

fbq(‘track’, ‘AddToCart’);

It should look like this:

itemAddedCallback = function() {
fbq(‘track’, ‘AddToCart’);

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More To Explore

Shopify Tutorials

Custom Size Chart – Shopify

Create a custom size chart for a specific Shopify product. Create a page with the size chart you intend to use for the product. Copy