TiaID Posted August 28, 2011 Share Posted August 28, 2011 Where can I remove the subcategory thumbnails ? Im using prestashop 1.4.4.0 Thank you in advance Link to comment Share on other sites More sharing options...
robkwal Posted August 28, 2011 Share Posted August 28, 2011 You must edit you category.tpl within you themes directory! Find: {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium')}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img src="{$img_cat_dir}default-medium.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} Replace with: {*if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium')}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img src="{$img_cat_dir}default-medium.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if*} Obviously back up before any code changes! Hope this helps. Link to comment Share on other sites More sharing options...
TiaID Posted August 28, 2011 Author Share Posted August 28, 2011 great thank you ... Is there also a way how I can delete the subcategorie names? Because now I dont see the images , but I see the names.. The sub categories are also in my menu . so they dont have to be there Link to comment Share on other sites More sharing options...
cammo Posted August 28, 2011 Share Posted August 28, 2011 You can do what I did and change it to a drop down select box. Sub-Categories in drop down Link to comment Share on other sites More sharing options...
TiaID Posted August 28, 2011 Author Share Posted August 28, 2011 I also dont whant to have it in a drop down;-) because they can select the sub categories on the menu at the left side of my webshop ;-) Link to comment Share on other sites More sharing options...
Genet Posted October 3, 2011 Share Posted October 3, 2011 Hi Robkwal, Thanks for helping but I have tried to change this code that you wrote, but nothing happened. Would you please help ?? I would like to remove subcategory thumbnails too,as Tia. Thank you in advance. Link to comment Share on other sites More sharing options...
printerink Posted June 10, 2012 Share Posted June 10, 2012 If you look closely I think the code given to replace the original is the same. 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