This is one of those classic PrestaShop things ๐ โ powerful, but hidden in plain sight.
Hereโs the clean, official way to add categories, CMS pages, suppliers, manufacturers, or custom links to the Top Menu.
โ The Correct Way (ps_mainmenu module)
PrestaShop uses the Main Menu module.
Go to:
Modules โ Module Manager โ Main Menu (ps_mainmenu)
Click Configure
๐น Adding Items to the Top Menu
Youโll see two columns:
๐ Left side โ Available items
๐ Right side โ Selected items (this is your top menu)
โ Add a CATEGORY
- Expand Categories
- Select the category (or sub-category)
- Click Add
โ Appears automatically with correct URL and hierarchy
โ Add a CMS Page
- Expand CMS Pages
- Choose:
- CMS page (About us, Delivery, etc.)
- CMS category (Information, Legal, etc.)
- Click Add
โ Add a SUPPLIER
- Expand Suppliers
- Select supplier
- Click Add
๐ฆ Links to supplier product listing page
โ Add a MANUFACTURER (Brand)
- Expand Manufacturers
- Select brand
- Click Add
๐ท๏ธ Links to brand page
โ Add a CUSTOM LINK
- Expand Custom Links
- Enter:
- Label (menu text)
- URL (absolute or relative)
Examples:
/contact-us
https://example.com/offers
- Click Add
๐ก Perfect for:
- Blog
- External site
- Landing pages
๐ Reorder Menu Items
- Drag & drop items in Selected items
- Order = left โ right in menu
โ Remove an Item
- Select it in Selected items
- Click Remove
๐ง Pro Tips (Very Useful)
๐ธ Multi-language Labels
For custom links:
- After adding, click Edit
- Set label per language
๐ธ Mega Menu / Submenu
- Parent category automatically creates dropdown
- Sub-categories appear inside it
No extra module needed ๐
๐ธ Open Link in New Tab
Not supported by default
Needs:
- Theme override
- Custom module
- JS tweak
(Ask me if you want this)
๐งน If Menu Doesnโt Update
Do this:
- Advanced Parameters โ Performance
- Clear cache
- Disable cache temporarily while testing
๐ Where It Appears
Hook:
displayTop
Theme file:
/themes/your-theme/modules/ps_mainmenu/
โ Summary Table
| Item Type | Supported |
|---|---|
| Category | โ |
| CMS Page | โ |
| CMS Category | โ |
| Supplier | โ |
| Manufacturer | โ |
| Custom URL | โ |
