What to do if the Tag Assistant does not trigger?
If you have a module version lower than or equal to 1.6.2:
If you note that the Tag Assistant doesn't trigger, it's probably due to a change made by your theme in the footer.tpl template in charge of the footer display.
Here is what you have to do, or ask your webmaster to do in order to check this:
Open the footer.tpl template of your theme. IF your theme respects the PrestaShop development standards, you'll find it here:
- themes/your_theme_name/footer.tpl if you are under PrestaShop 1.6
- themes/your_theme_name/templates/_partials/footer.tpl if you are under PrestaShop 1.7
Once it is opened, look for the character string:
- {$HOOK_FOOTER} if you are under PrestaShop 1.6
- {hook h='displayFooter'} if you are under PrestaShop 1.7
This string allows the call to the PrestaShop footer hook which allows, through a suite of call to functions, the triggering of the tracking tag. If you don't find this string or if it's placed in comments, then the call to the footer hook isn't done and the tracking tag can't be triggered.
Then, you must ask your webmaster or theme editor to restore the call to the PrestaShop footer hook.
Whatever the version of the module:
Whatever the version of the module (even if it's extremely rare for versions higher than or equal to 1.6.3) this may come from a JavaScript error that occures before tracking tag execution. In this case, follow the FAQ on the detection of a JavaScript error and if you notice an error, contact us so that we tell you what to do.