tzyganu/Switcher

Mangeto 1.9 support

corezero opened this issue · 2 comments

How to get image switching to work in Mangento 1.9 sample data (Madison island)?
What do I need to input in admin settings for: Dom selector for main image & Js Callback after main image change?

@corezero
For the 1.9 rwd theme you need to fill this in for the "Dom selector for main image":

$('image-main')

and in order to make the image zoom work you need to fill the "Js Callback after main image change" field with :

ProductMediaManager.destroyZoom();
ProductMediaManager.createZoom(jQuery('#image-main'));

I will try to modify the extension to detect the Magento version on install and change these values accordingly.
Thanks for pointing it out.

this should be solved in 1.0.1.