Thanks for your help John.
I am just revisiting this problem today.
Your advice to use only one instance of jQuery solved this issue. However I actually needed to do the opposite, and remove
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
because
Code:
<script type="text/javascript" src=""></script>
seems to be fundamental to the operation of the website and I did not want to change the script.tpl file in csCart as I fear that other aspects of the cart may be affected.
For now it seems to work using CS-Cart supplied "/lib/jquery/jquery.js" instead of the "...ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"
Are there any concerns regarding this method?
Bookmarks