Trying to figure out what is causing t开发者_运维百科he javascript errors on this page with no luck. Also it is preventing the other javascripts from executing, i.e. the tabs not being formatted, add to cart button not working. Any feedback is appreciated, thanks
Is a conflict between prototype and some jquery library you are trying to use.
Just after add your jquery add this, in the body:
<script type="text/javascript">
//<![CDATA[
$.noConflict();
//]]>
</script>
Your prototype.js has some problem, try first verify the form id.
error: productAddToCartForm is undefined in prototype.js
精彩评论