Questions by URL and breadcrumbs

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!
User avatar
aimeos
Administrator
Posts: 7881
Joined: 01 Jan 1970, 00:00

Re: Questions by URL and breadcrumbs

Post by aimeos » 06 Dec 2020, 17:48

These lines are responsible for adding the parameters to the session so the breadcrumb shows up in the detail view:
https://github.com/aimeos/ai-client-htm ... #L417-L428

If you reset the session value here, the breadcrumb should be correctly:
https://github.com/aimeos/ai-client-htm ... d.php#L350

Can you check this and if it works create a pull request on Github with the fix afterwards?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Dinver
Posts: 27
Joined: 26 Oct 2020, 08:42

Re: Questions by URL and breadcrumbs

Post by Dinver » 07 Dec 2020, 07:59

aimeos wrote: 06 Dec 2020, 17:48 These lines are responsible for adding the parameters to the session so the breadcrumb shows up in the detail view:
https://github.com/aimeos/ai-client-htm ... #L417-L428

If you reset the session value here, the breadcrumb should be correctly:
https://github.com/aimeos/ai-client-htm ... d.php#L350

Can you check this and if it works create a pull request on Github with the fix afterwards?
Thanks helped! :)

Post Reply