Jump to content

[SOLVED] Remove product list form category


r2get

Recommended Posts

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

  • 3 years later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...