Hi,
I am running Google Adwords and want to install the conversion tracking code on the page after purchase.
How do I do this? And what page is it?
Hi,
I am running Google Adwords and want to install the conversion tracking code on the page after purchase.
How do I do this? And what page is it?
When a transaction is complete, the site goes to checkout success.
So, you now need to create a custom tpl_footer.php , which comes "alive" ONLY on the checkout success page.
1. Get a COPY of the core file - tpl_footer.php from templates/template_default/common/.
2. On your server, create a NEW FOLDER:-
includes/templates/YOUR-TEMPLATE/checkout_success/
3. Edit (on your local machine) that copy of tpl_footer.php to insert the AdWords tracking code.
4. Save the file, and FTP it to the new folder you created.
This FOOTER will then ONLY appear for checkout success as you have created an override directory for it, based on that page name.
This overide folder = page_name principle is yet another wonderful feature in zencart.![]()
20 years a Zencart User
Hey thanks school by :)