Magento – configurable swatch products not working properly

configurable-productmagento-1.9

I have one question regarding configurable swatches.

I have purchased theme forest bizzare theme for magento and i transfer all configurable swatch folder in my bizzare theme.

and in product view page and listing page in color and size get configurable swatch but when i click on color in view or listing page products get blank.

can i know what is the issue and i am done wrong in this.

can you guide me in this what should i do to get product swatch correct on click.

enter image description here

Best Answer

The Magento 1.9.1 configurable swatches module only works with the rwd theme and derivations of it.

There is a free extension that helps you to make it compatible with other themes, you can give it a try: https://github.com/tmhub/catalog-configurable-swatches

Or use a different solution that's independent of themes. I recommend Easylife Switcher by @Marius: https://github.com/tzyganu/Switcher

Related Topic