Jump to content

Alex Hunter

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Alex Hunter

  1. Hello All, I want to integrate Google analytics with WHMCS. As I need to be able to setup Google Analytics Cross Domain functionality. (My Product website is abc.com and WHMCS is hosted in def.com). So thing is the default google analytics addon won't work here, as the code snippet needs to have auto-linker tag. Also I found the best way to do will be with Google Tag Manager. <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-123160624-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-123160624-1'); </script> To the footer.tpl the buttons on WHMCS pages stop working, and if I add this to header.tpl the page css stops working. What should I do?
  2. Hello, everyone! I want to change template in WHMCS. I have created new folder "template1" in the folder "templates", where I can see template "Six" and "orderforms". Then I have logged in admin panel and in the general settings wanted to choose new template, but there is no any template, only "Six". Then decided to modify "Six". Just changed in header some tags. I can't see any results. Why? Help me please...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated