Hooking modules to the Category Back Office in Prestashop
If you want to add extra fields to the category configuration page, there is no better way than using a module hooked to DisplayBackOfficeCategory. Let’s see how to implement it!
Featured Project - Just Whisky
PrestaShop Modules Development Course
The Complete PrestaShop Modules Development Course will guide you from the process of making a PrestaShop module from scratch, up to creating complex addons.
More InfoPrestaShop SEO URLs
Remove IDs from PrestaShop Urls without effort, and add more search engine Optimization with custom url routes for every language
More Info Request DemoIf you want to add extra fields to the category configuration page, there is no better way than using a module hooked to DisplayBackOfficeCategory. Let’s see how to implement it!
Prestashop CMS pages are useful, but lack the possibility of adding modules to any of them, specifically. Let’s see how to enhance these pages and create custom hooks for them!
Prestashop 1.5 introduced a new way to add hooks, which doesn’t involve overrides or database queries. Unfortunately, it’s not yet been documented in the offiacial Docs, so let’s see how to take advantage of it!