Jump to content

[SOLVED] Annoying javascript error in IE when selecting attribute


Recommended Posts

Hi!

No I haven't done anything with that file. I have some other javascript, placed in header.tpl, inside {literals}.
Maybe they conflict with eachother?!


308 }
309 $('#thumbs_list_frame').width((parseInt(($('#thumbs_list_frame >li').width())* i) + 3) + 'px'); //  Bug IE6, needs 3 pixels more ?
310 $('#thumbs_list').trigger('goto', 0);
311 serialScrollFixLock('', '', '', '', 0);// SerialScroll Bug on goto 0 ?

Link to comment
Share on other sites

Looks like you removed the thumbnail from product.tpl.

The javascript error seems to be related to the function that changes the thumbs.

Try changing product.js (line 298)

function refreshProductImages(id_product_attribute)
{
    return;
    (keep the rest of the code here in case you need to use it later)

} 

Link to comment
Share on other sites

×
×
  • Create New...