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’);