Omega Posted February 15, 2010 Share Posted February 15, 2010 When I create a catagory, I make have an image as can be seen in example 1Is there a way to remove the image once the customer has clicked the image to go to the desired brand see example 2Thanks for any help Link to comment Share on other sites More sharing options...
rocky Posted February 16, 2010 Share Posted February 16, 2010 To remove the full-size category image, at line 10 of category.tpl in your theme's directory, change: {if $scenes} <!-- Scenes --> {include file=$tpl_dir./scenes.tpl scenes=$scenes} {else} <!-- Category image --> {if $category->id_image} getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" /> {/if} {/if} to: {if $scenes} <!-- Scenes --> {include file=$tpl_dir./scenes.tpl scenes=$scenes} {*{else} <!-- Category image --> {if $category->id_image} getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" /> {/if}*} {/if} Link to comment Share on other sites More sharing options...
Omega Posted February 16, 2010 Author Share Posted February 16, 2010 Genius at work PM sent Link to comment Share on other sites More sharing options...
presusr Posted April 18, 2010 Share Posted April 18, 2010 Thank you very much rocky. Your replay was a big help for me too. Link to comment Share on other sites More sharing options...
johnme Posted September 6, 2010 Share Posted September 6, 2010 Rocky Sir Can you Tell me How to Remove Some Select Sub Categories images it is possible 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