ElMarley Posted May 15, 2014 Share Posted May 15, 2014 Hi I have so many catecory and subcategory without images . is that possible to hide the picters of catecory and subcategory in the front and ?? Thank you . Link to comment Share on other sites More sharing options...
dioniz Posted May 15, 2014 Share Posted May 15, 2014 Open yourtheme/category.tpl and find 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}default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> </div> Remove and you won't have subcategory images. 1 Link to comment Share on other sites More sharing options...
ElMarley Posted May 15, 2014 Author Share Posted May 15, 2014 Thanks dioniz Link to comment Share on other sites More sharing options...
dioniz Posted May 15, 2014 Share Posted May 15, 2014 You are welcome Link to comment Share on other sites More sharing options...
Recommended Posts