salvymc / Prestashop-List-Category-Viewer

Adding subcategories to the category page in PrestaShop 1.7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Adding subcategories to the category page in PrestaShop 1.7

License:GNU General Public License v2.0


Languages

Language:PHP 64.4%Language:CSS 13.4%Language:Smarty 12.7%Language:JavaScript 9.5%