Jump to content

NON mostrare i prodotti ma solo le sottocategorie


Recommended Posts

Ciao, sto sviluppando con PS 1.7 il sito che potete vedere in http://www.hairewellness.shop

Ho modificato il template aggiungendo, nella navigazione delle pagine, un blocco che mostra le sottocategorie.

vedi http://www.hairewellness.shop/2-home

Ad ogni livelloi però PS mi mostra anche alcuni prodotti presi tra quelli disponibili nella categoria madre e figlie. 

Io vorrei mostrare solo le categorie, fino all'arrivo nell'ultima sottocategoria.

Come posso aggiungere un controllo per questo? Oppure c'è da qualche parte un settaggio?

 

il codice che recupera i prodotti è questo

 

<section id="products">
      {if $listing.products|count}
        <div class="ps_sortPagiBar clearfix">
          <div>
            {block name='product_list_top'}
              {include file='catalog/_partials/products-top.tpl' listing=$listing}
            {/block}
          </div>
 
          {block name='product_list_active_filters'}
            <div class="hidden-sm-down">
              {$listing.rendered_active_filters nofilter}
            </div>
          {/block}
        </div>
 
        <div>
          {block name='product_list'}
            {include file='catalog/_partials/products.tpl' listing=$listing}
          {/block}
        </div>
 
        <div id="js-product-list-bottom">
          {block name='product_list_bottom'}
            {include file='catalog/_partials/products-bottom.tpl' listing=$listing}
          {/block}
        </div>

 

Grazie in anticipo

Edited by gianlucasavini (see edit history)
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...