jquery - ElevateZoom - Uncaught TypeError: undefined is not a function - Magento 1.9.1 RWD -
i began using magento 1.9.1 ce build new version of website. after making minor changes, noticed on product view page, image zoom , ability select different product images under more views both not working. here example of product page displaying behavior: http://birne.pe/vestidos-faldas/faldas/test.html
after digging, discovered magento uses elevatezoom plugin functionality. however, can't figure out might have changed cause break.
this error message seeing:
uncaught typeerror: undefined not function app.js:1194 productmediamanager.createzoom app.js:1194 productmediamanager.initzoom app.js:1256 productmediamanager.init app.js:1268 (anonymous function) app.js:1277 c jquery-1.10.2.min.js:4 p.firewith jquery-1.10.2.min.js:4 x.extend.ready jquery-1.10.2.min.js:4 q jquery-1.10.2.min.js:4
anybody else experiencing same issue or know how can fix it? or there more information should add improve chances of receiving answer question? thank you!
in case found working on product view page not product review page.
check elevate zoom script loaded on page. if not check catalog.xml file (or local.xml) depending how / if have overridden default. check review.xml
add below catalog > catalog_product_view head element , if reviews issue ay need add head element in review.xml > review_product_list
<action method="additem"><type>skin_js</type><script>js/lib/elevatezoom/jquery.elevatezoom-3.0.8.min.js</script></action>
(obviously version of elevate zoom may different)
Comments
Post a Comment