debian112
Member
How do I add the custom facebook pixel for tracking purchases? Where do I add this on the purchase/confirmation page? I am using the Elgreco theme..
Place the event code on your order confirmation page or purchase completion page.
The completion of a purchase, usually signified by receiving order/purchase confirmation or a transaction receipt.
<script>
fbq('track', 'Purchase');
</script>
Place the event code on your order confirmation page or purchase completion page.
The completion of a purchase, usually signified by receiving order/purchase confirmation or a transaction receipt.
<script>
fbq('track', 'Purchase');
</script>