Skip to content

salvymc/Prestashop-List-Category-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prestashop 1.7 ListCategoryViewer

[IT] Il modulo aggiunge le sottocategorie alla pagina delle categorie in PrestaShop 1.7 [ENG] The module adds the subcategories to the category page in PrestaShop 1.7

Cattura

Per il corretto funzionamento del modulo aggiungi il seguente hook personalizzato nel file category.tpl del tuo tema

PERCORSO:

100. {root}
     - themes
       - {theme_dir}
         - templates
           - catalog
             - listing
               - category.tpl

CODICE DA INSERIRE:

{hook h="displayPrestaCategorySwitcher" category=$category}

ESEMPIO (category.tpl)

Cattura