Hello,
I am using your Boutique template in Joomla 2.5 and am having trouble finding the file where I can add Hubspot (online marketing tool) javascript code for tracking pages. Hubspot offers installation steps that are not working with your template setup.
They said to go to the template manager > Templates > "your template" (Boutique) > Edit main page template
And insert this code before the </body> tag
<!-- Start of Async HubSpot Analytics Code -->
<script type="text/javascript">
(function(d,s,i,r) {
if (d.getElementById(i)){return;}
var n=d.createElement(s),e=d.getElementsByTagName(s)[0];
n.id=i;n.src='//js.hs-analytics.net/analytics/'+(Math.ceil(new Date()/r)*r)+'/348546.js';
e.parentNode.insertBefore(n, e);
})(document,"script","hs-analytics",300000);
</script>
<!-- End of Async HubSpot Analytics Code -->
Following these steps, your template did not allow me to do so, and in looking through the actual files of the website, I did not find the correct file to edit either.
I need to know how and where to add this code to our site bigbadflower.com.
And do you know if it will track product pages of our virtuemart as well?
Here is a link to Hubspot steps which I tried to follow their Joomla 2.5 instructions:
http://help.hubspot.com/articles/How_To ... -on-joomla
Thank you!