Magento – How to get product zoom extensions to work in custom theme

ce-1.7.0.2extensionsmagento-1.7moduleproduct

I worked with the default theme as base an am slowly implementing my own theme on top of it by overriding it (as is recommended).

Now, I'm currently trying to install extensions that change how product images are display (my customer wants a zoom functionality as is used on many shops).

I tried these extensions:
http://www.magentocommerce.com/magento-connect/moo-cloudzoom.html
http://www.magentocommerce.com/magento-connect/vs-product-image-zoom-featurezoom.html

I installed them via magento connect without problems and configured them under configuration. Neither shows up on the site. I made sure they're active and are active in the right scope.

I did not override any phtml files so far, only some xml and a lot of css.

I'm using Magento v. 1.7.0.2

I'd be grateful for some help!

Best Answer

Copy extension's design files in your custom theme's design package.

app/design/frontend/default/[YOUR CUSTOM THEME]
skin/frontend/default/[YOUR CUSTOM THEME]
Related Topic