[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
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)