How to show colors and brand icons at the product page

If you are using Improved Layered Navigation by Amasty and want to show colors and brand icons on a product page, please complete the following steps:

1. Make sure that you made a modification in the product page template.  To show attribute images with links on product page please use this code:

<?php if (Mage::helper('core')->isModuleEnabled('Amasty_Shopby')) {
echo Mage::helper('amshopby')->showLinks($_product);} ?>

paste the above code in the app\design\frontend\base\default\template\catalog\product\view.phtml file right after the: 

<div class="product-name">
<h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
</div>

2. Check if color filter settings "Show on List" and "Show on Product" are set to "Yes"

show color icons on product page magento

3. Refresh cache and indices.

 

According to the statistics, you may find helpfull the following question about magento icon.

See more details on Improved Layered Navigation page

User Guide

How can we help you?

Didn’t you find the answer to your question? We are always happy to help you out.

© 2009-2024 Amasty. All Rights Reserved.