Varsha28 Posted October 15, 2013 Posted October 15, 2013 Hello everyone I want to remove thumbnail attached with products/categories can anyone help me? Thanks in advance Share this post Link to post Share on other sites More sharing options...
vekia Posted October 15, 2013 Posted October 15, 2013 you can do it in category.tpl file locatedi n your theme directory you will see there something like: {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html'}" 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} just remove it and images will disappear Share this post Link to post Share on other sites More sharing options...
Varsha28 Posted October 15, 2013 Posted October 15, 2013 Thanks Vekia ! Share this post Link to post Share on other sites More sharing options...
vekia Posted October 15, 2013 Posted October 15, 2013 let me know if this work as you expected Share this post Link to post 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