Having followed the thread http://www.zen-cart.com/forum/showthread.php?t=125869 which is now closed I can not get ajax tooltips to work.
I think the main problem is that on my rendered pages, the header includes:
<script type="text/javascript" src="includes/templates/andover_modern/jscript/jscript_ ajax-dynamic-content.js"></script>
<script type="text/javascript" src="includes/templates/andover_modern/jscript/jscript_ ajax-tooltip.js"></script>
<script type="text/javascript" src="includes/templates/andover_modern/jscript/jscript_ ajax.js"></script>
<script type="text/javascript" src="includes/templates/andover_modern/jscript/jscript_jquery.js"></script>
The first 3 are added by Ajax, but should not have th space between jscript_ and the rest of the filename.
I can not understand whay the header does this for the Ajax files and not the regular jscript_jquery.js
There is a sample of this here (product page)
http://www.tenancyservices.co.uk/ind...5062e845ac8b30
and here (ezpage)
http://www.tenancyservices.co.uk/ind...5062e845ac8b30
The code is applied to "Your Higlighted Word" at the end of the descriptions


Reply With Quote

