I'm trying out an affiliate program and it needs some custom JS added to the home page and to the thank you page:
Tracking Visitors
To track visitors, copy and paste the following code just above </body> on your website.
Tracking Purchases
Tracking purchases can be accomplished by adding the following javascript on your Thank You page.
I'm relatively sure that I will add the Purchade script to: /templates/orderforms/cart/complete.tpl
Where would the visitor tracking go?
Also it needs to be wrapped in - {literal} {/literal} , correct?
Is there a custom js file I should add and call so it doesn't get overwritten by updates?