How to add a section to the navigation bar

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
kuro
Posts: 9
Joined: 10 Oct 2023, 08:54

How to add a section to the navigation bar

Post by kuro » 21 Oct 2023, 07:58

How to add a section to the navigation bar.
I want to add a section to the company's product display platform.
Is there any simple way to get such section for news about the company and products?
I noticed that the background CMS can generate pages like domain.com.p/news1, but it lacks a unified interface to manage all news pages like news1, news2,...

PHP/8.2.4
aimeos - 2023.10

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: How to add a section to the navigation bar

Post by aimeos » 23 Oct 2023, 08:10

You can add new entries to the page header here but not using the CMS module for that:
https://github.com/aimeos/aimeos-larave ... hp#L37-L70
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

kuro
Posts: 9
Joined: 10 Oct 2023, 08:54

Re: How to add a section to the navigation bar

Post by kuro » 24 Oct 2023, 09:09

this way, i have to add each news every time i add a new thing.
when i write a new2,i have to add that url to news page,
how can i add a page with all the urls wroten in cms?

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: How to add a section to the navigation bar

Post by aimeos » 26 Oct 2023, 07:49

You can use the Laravel API / PHP code to fetch the items you want to display dynamically.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply