我使用的是Joomla 2.5和Virtuemart 2.0.12。Virtuemart和Joomla:Uncaught TypeError:Object [object Object] has no method'iZoom'
現在,我在我的普通Joomla模板上安裝了virtmart模板。
現在,出現以下錯誤:
當打開在Virtuemart產品詳細信息頁面,該產品的縮略圖不工作,以及變焦。另外,將產品添加到購物車的按鈕不起作用。
這是錯誤:
Uncaught TypeError: Object [object Object] has no method 'iZoom'
這是一種在.js文件的代碼:
// Lets Load The Lens Effect ;-)
bigImage.iZoom({
borderColor: '#e1e0e0', // set the loupe border color
borderWidth: '3px', // set the loupe border width
diameter: '170'
});
我怎麼能解決這個問題嗎? 我在Joomla中絕對沒有安裝其他組件或模塊。
預先感謝您。
JorritK