Easy Color Swatches installation instructions

Thank you for downloading our magento extension. Please follow these instructions to proceed with the installation of your theme:

Turn store compilation off:

Navigate to Admin -> Tools -> Compilation and deactivate compilation mode for your store.

Copy all files into your magento directory:

Simply copy all files from "extension source x.x.x" directory into your magento store directory.

Turn your magento cache off:

Navigate to Admin -> System -> Manage Cache and deactivate cache for your store. You can enable it after extension installation will be finished.

Refresh your admin user access rights:

Simply logout from your store admin and then login back.

Installation:
  1. Navigate to System > Configuration > Templates-Master > Easy Color Swatches and enable extension for any store you need.
  2. Configure EasyColorSwatches module according to your needs.
  3. To show EasyColorSwatches images in the category listing add this code to your products listing template (app/design/frontend/base/default/template/catalog/product/list.phtml). ~ Line 55 (Just before <h2 class="product-name"><a...)
    <?php echo Mage::helper('easycolorswatches')->getCategoryProductColorSwatch($_product, $this->getMode()) ?>
    
    ~ Line 99 (Just before <h2 class="product-name"><a...)
    <?php echo Mage::helper('easycolorswatches')->getCategoryProductColorSwatch($_product, $this->getMode()) ?>
    
  4. That's all. Navigate to your store and check how your store looks.
That's all. Navigate to your store and check how your store looks.

If you have any problems with extension installation please contact us at templates-master.com/helpdesk and we will help you with extension installation for free

Common questions and ideas

There are no product questions yet.

Ask Your Question

* Required Fields

Back to top