I have an issue linked to my website , the tracker for on click event for pixels is not working how all pixels is initialized according to all pages .. how we can fix that
<button id=“cartHeight-{{ product.id }}” type=“button” class=“newplp-add_{{ product.id }} add-to-cart w-100 primary-button text-white quick-add-btn js-quick-add-btn” title=“{{ ‘products.product.add_to_cart’ | t }}”
tabindex=“-1”
data-id=“{{ variant.id }}” onClick="fbq(‘track’, ‘AddToCart’);addToCart(‘{{ product.id }}’, `{{ product.title | append: " " | append:product.me
tafields.descriptors.subtitle }}`, ‘{{ product.price | money_without_currency }}’">
