Pippo3000 Posted October 31, 2012 Share Posted October 31, 2012 folks, need your help where to look. the category description is shown right under the breadcrumb. but I do not want it. where can I disable it / comment it out? <div class="cat_desc">description</div> thanks Phil Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted October 31, 2012 Share Posted October 31, 2012 Hi, You need change category.tpl: Try change: {if $category->description} <div class="cat_desc">{$category->description}</div> {/if} to {* {if $category->description} <div class="cat_desc">{$category->description}</div> {/if} *} or remove this lines. Regards 1 Link to comment Share on other sites More sharing options...
Pippo3000 Posted October 31, 2012 Author Share Posted October 31, 2012 (edited) thanks for the quick reply. will try soon and let you know. strange. it is still there... even though I forced smarty compile and disabled cache... are there 2 category.tpl? I changed the one under /themes.. Edited November 1, 2012 by Pippo3000 (see edit history) Link to comment Share on other sites More sharing options...
delphinee Posted September 28, 2013 Share Posted September 28, 2013 Hello i don't want to disable the description or the categories but to place them at the bottom of the page after the products list. thanks for answering Link to comment Share on other sites More sharing options...
vekia Posted September 28, 2013 Share Posted September 28, 2013 just move code: {if $category->description} <div class="cat_desc">{$category->description}</div> {/if} to the bottom of this page 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