You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2021. It is now read-only.
David Hahn edited this page Aug 11, 2017
·
2 revisions
The only thing required to get this up and running is to add this {% hook 'fbPixel.renderInitiateCheckout' %} to your checkout template. You'll need to make sure you add this hook after the fbPixel.renderBase hook is called. We accomplish this by having this
{% hook 'fbPixel.renderBase' %}
{% block head %}{% endblock %}