r2get Posted November 18, 2011 Share Posted November 18, 2011 Hello, I have a question. Im working on a webshop. when you click on a category, like for example " car audio" you'll see 3 subcategories. speakers woofers and versterkers. but below it lists all the products wich are in the several categories. I just want to show the categories. and when you click on it, it will show the sub categories, and when you click further it will show the products. Now the products are listed on every page, as you can see on http://www.vibeaudio.nl/new/category.php?id_category=15 how can I remove it? I've tried removing {if $products} <div class="content_sortPagiBar"> {include file="$tpl_dir./pagination.tpl"} <div class="sortPagiBar clearfix"> {include file="$tpl_dir./product-sort.tpl"} {include file="$tpl_dir./product-compare.tpl"} {include file="$tpl_dir./nbr-product-page.tpl"} </div> </div> {include file="$tpl_dir./product-list.tpl" products=$products} <div class="content_sortPagiBar"> <div class="sortPagiBar clearfix"> {include file="$tpl_dir./product-sort.tpl"} {include file="$tpl_dir./product-compare.tpl"} {include file="$tpl_dir./nbr-product-page.tpl"} </div> {include file="$tpl_dir./pagination.tpl"} </div> {/if} form category.tpl and it does the job but then when you go to a category it doesnt list the products anymore.... (on de product list page) what can i do ? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 18, 2011 Share Posted November 18, 2011 Hi r2get, Have you tried disabling Layered Navigation in your Back Office under the Modules section? -Mike Link to comment Share on other sites More sharing options...
r2get Posted November 18, 2011 Author Share Posted November 18, 2011 Hi r2get, Have you tried disabling Layered Navigation in your Back Office under the Modules section? -Mike Yes that dit the job! thank you Link to comment Share on other sites More sharing options...
r2get Posted November 18, 2011 Author Share Posted November 18, 2011 disable layerd navigation did the job thanks! Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 18, 2011 Share Posted November 18, 2011 I'm glad I could help! I'll go ahead and mark this as solved for you. -Mike Link to comment Share on other sites More sharing options...
cosmosdesigner Posted April 15, 2015 Share Posted April 15, 2015 Good Afternoon, I'm trying to achieve this issue, hide product list on category and sub-categories pages, but im not doing it right... I disable layered Block, set to "no" "Show products on Sub-Categories" but the products still showing on categories and sub-categories pages... Any help would be appreciated, Sorry my english. CA 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