In the tpl_footer.php or tpl_mainpage
these are part of every page
In the tpl_footer.php or tpl_mainpage
these are part of every page
Zen cart PCI compliant Hosting
Is there a specific area on these files I should place the code? I tried it on both and it only showed on the main page.
Steve
Zen cart version: 1.3.9h
the verry bottom ot the tpl_footer.php
Zen cart PCI compliant Hosting
Thank you Merlin. I just removed it from tpl_main_page and added it to the very bottom of tpl_footer. When I click on a category or a product it still isn't showing on the bottom of the page. I am baffled because I thought it should be showing. That is why I tried it originally in the tpl_footer.
I may just end up leaving it alone? It is strange though.
Steve
Zen cart version: 1.3.9h
try changing
require_once(DIR_WS_MODULES . 'tagcloud/m1_tagcloud.php');
to
require(DIR_WS_MODULES . 'tagcloud/m1_tagcloud.php');
Zen cart PCI compliant Hosting
The following error is received when on a product page:
no worries ... I will just be happy with them on the main page. I appreciate you going through this with me.Fatal error: Cannot redeclare inserttagcloud() (previously declared in /home/swiker2/public_html/values-galore/includes/modules/tagcloud/m1_tagcloud.php:66) in /home/swiker2/public_html/values-galore/includes/modules/tagcloud/m1_tagcloud.php on line 0
Steve
Zen cart version: 1.3.9h