gsleo76 Posted May 6, 2020 Share Posted May 6, 2020 Salve, avrei necessità di nascondere la sezione dedicata alla lista dei prodotti di una specifica categoria, al momento mi interessa soltanto quella di default (id = 2). Provando a modificare la pagina \themes\child\templates\catalog\listing\product-list.tpl in questo modo non ottengo nulla: <div> {block name='product_list'} {if $id_category == 2} <div id="" class="hidden"> {else} {include file='catalog/_partials/products.tpl' listing=$listing} {/if} {/block} </div> avete qualche suggerimento? La versione PrestaShop e 1.7.6.1 Grazie 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