{if $current_page eq 'catalog' && $product.attributes_swatches} {foreach from=$product.attributes_swatches item="att"} {if $att.swatch.show_on_catalog eq 'Yes'} {if $att.swatch.display_type eq 'Hex'}

{foreach from=$att.options_swatches item="option"}

{/foreach}

{elseif $att.swatch.display_type eq 'Image'} {foreach from=$att.options_swatches item="option"} {if $option.op_swatch.image ne ''} {/if} {/foreach}
{/if} {/if} {/foreach} {/if}