pampo Posted April 23, 2012 Share Posted April 23, 2012 Avrei bisogno di un aiuto per modificare il blocco categorie. In particolare non riesco a capire come far si che i nomi delle categorie (ma non delle sottocategorie) non siano cliccabili. Ho modificato il file categorie-tree-branch.tpl in questo modo <li {if isset($last) && $last == 'true'}class="last"{/if}> <a href="#" {if isset($currentCategoryId) && ($node.id == $currentCategoryId)}class="selected"{/if} title="{$node.desc|escape:html:'UTF-8'}">{$node.name|escape:html:'UTF-8'}</a> {if $node.children|@count > 0} <ul> {foreach from=$node.children item=child name=categoryTreeBranch} {if isset($smarty.foreach.categoryTreeBranch) && $smarty.foreach.categoryTreeBranch.last} {include file="$branche_tpl_path" node=$child last='true'} {else} {include file="$branche_tpl_path" node=$child last='false'} {/if} {/foreach} </ul> {/if} </li> in pratica mettendo un # al primo href, però così facendo anche le sottocategorie non sono più cliccabili. Qualcuno mi può aiutare? Link to comment Share on other sites More sharing options...
pampo Posted April 26, 2012 Author Share Posted April 26, 2012 nessuno sa come fare questa modifica? Link to comment Share on other sites More sharing options...
femtox Posted April 29, 2012 Share Posted April 29, 2012 ciao, hai provato a guardare quale template viene chiamato qui ? {include file="$branche_tpl_path" node=$child last='true'} così a naso è ricorsivo Link to comment Share on other sites More sharing options...
pampo Posted May 14, 2012 Author Share Posted May 14, 2012 ciao, hai provato a guardare quale template viene chiamato qui ? {include file="$branche_tpl_path" node=$child last='true'} così a naso è ricorsivo ciao, in che senso è ricorsivo? Link to comment Share on other sites More sharing options...
pampo Posted May 17, 2012 Author Share Posted May 17, 2012 nessuno??? possibile? Link to comment Share on other sites More sharing options...
pampo Posted May 17, 2012 Author Share Posted May 17, 2012 Ok ho risolto comprando questo modulo http://www.presto-changeo.com/it/prestashop-modules/17-advanced-category-block.html funziona davvero bene 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