wide-eyed Posted May 3, 2015 Share Posted May 3, 2015 I am using the default store template and would really like to turn off the thumbnails for the subcategories. Anyone know how to do this?? I'm befuddled......... Link to comment Share on other sites More sharing options...
NemoPS Posted May 4, 2015 Share Posted May 4, 2015 Thumbnails only? Just get rid of this <div class="subcategory-image"> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}" class="img"> {if $subcategory.id_image} <img class="replace-2x" src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html':'UTF-8'}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img class="replace-2x" src="{$img_cat_dir}{$lang_iso}-default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> </div> Category.tpl file 2 Link to comment Share on other sites More sharing options...
Recommended Posts