View Single Post
  #2  
Old 04-05-2016, 11:37 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Facebook Pixel Code for X-Cart 4

In Reboot:
/reboot/custom/reboot_service_head.tpl

At the bottom of this file I added:
Code:
{include file="custom/facebook_tracker.tpl"}

Then I created the file:
/reboot/custom/facebook_tracker.tpl

With the content:
Code:
{literal} <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','//connect.facebook.net/en_US/fbevents.js'); fbq('init', 'REDACTED'); fbq('track', "PageView"); {/literal} {if $main eq "cart"} fbq('track', 'InitiateCheckout'); {/if} {literal} </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=REDACTED&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> {/literal}

Of course be sure to enter your pixel code where I wrote "REDACTED" above.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote