Jump to content

Gestione delle sottocategorie


emmeics

Recommended Posts

Salve a tutti vorrei modificare (quasi)radicalmente la visualizzazione delle sottocategorie come nella foto che ho allegato. Sto "giocando" un pò con smarty prendendo spunto dai file del menu delle categorie per vedere come viene gestita una sottocategoria, ma credo anche che si debba creare un nuovo file .php con delle nuove funzioni magari simili a quelle del modulo Block Category. Consigli? :)

Allego anche un po di codice che sto vedendo

>
</pre>
<ul>
   {foreach from=$blockCategTree.children item=child name=blockCategTree}
       {if $smarty.foreach.blockCategTree.last}
                   {include file=$branche_tpl_path node=$child last='true'}
       {else}
                   {include file=$branche_tpl_path node=$child}
       {/if}
   {/foreach}
</ul>

9929_zhCSsDSIm787n2Hyd7Ex_t

Link to comment
Share on other sites

Allora da quello che ho capito l'oggetto $subcategories non ha un attribbuto children quindi a sua volta non si possiamo conoscere suo figlio giusto? analogamente dovrei creare una funzione simile a quella che viene usata in blockcategory.php ovvero la getTree? sono sulla buona strada?

Link to comment
Share on other sites

  • 6 months later...

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...