Configurable Swatches for Magento 1.9.1.0

IV. Update Quickview extension

If you are using Quickview Extension, please update code as guide below to show configurable product properly.

Open file /app/design/frontend/default/{your_theme}/layout/jmquickview.xml
Find  block code

<block type="catalog/product_view_media" name="product.info.media" as="media" template="joomlart/jmquickview/media.phtml"/>

Replace with

<block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml">
<block type="core/text_list" name="product.info.media.after" as="after" />
</block>
Clean the Magento cache & start to configure Configuable Product