vbadboi Posted June 15, 2013 Share Posted June 15, 2013 Hey all, I'm using version 1.5.4.1 default theme, I was wondering if anyone know how to take out the sub categories no image out and just have text link only. Thanks all! Link to comment Share on other sites More sharing options...
vekia Posted June 15, 2013 Share Posted June 15, 2013 in the category.tpl file located in your theme directory you've got: <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}" class="img"> {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img src="{$img_cat_dir}default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> just remove it or comment it with {* *} Link to comment Share on other sites More sharing options...
vbadboi Posted June 15, 2013 Author Share Posted June 15, 2013 wow that was easy, many thanksss Vekia again and again! Link to comment Share on other sites More sharing options...
vekia Posted June 15, 2013 Share Posted June 15, 2013 you're welcome im going to mark this thread as [solved] if you've got any questions related to this case - feel free to continue discussion here regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now