Jeasus I'm getting tired of this! Thanks btw for helping out with the "install" instructions of the code, much appreciated!
Anyhow, the code doesn't show up in my shop. I've read
post #888 (and several more). I've narrowed it down, i.e. I know i'm working in the correct file (my_template/custom/tpl_main_page.php), but I can't get it to work anyway. To be, as far as I know, 100% sure I added two comments, namely <!-- A --> and <!-- B --> respectively.
1. my_template/custom/tpl_main_page.php
Code:
<!--eof- banner #6 display -->
<!-- A -->
</body>
<!-- B -->
--> source code
Code:
<!--eof- banner #6 display --><!-- A --></body><!-- B --></html>
2. my_template/custom/tpl_main_page.php
Code:
<!--eof- banner #6 display -->
<!-- A -->
<?php
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
?>
</body>
<!-- B -->
--> source code
Code:
<!--eof- banner #6 display --><!-- A -->
Can someone pleeeease tell me what i'm doing wrong? Since I'm seeing <!-- A --> I have to be editing in the correct file, right?
I'm running 1.3.x and the $zv_onload is there. I'm still able to access the settings via Admin --> Configuration --> Google Analytics. I do not type the code, I copy paste it from the readme.
Bookmarks