Previous and next button not working.
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 15
- Joined: 17 Aug 2022, 04:19
Previous and next button not working.
Hello!
When I click on next or previous button, application takes me to wrong product url. Where endpoint has product label.
It should redirect to correct route. i.e not with the lable but SKU id.
When I click on next or previous button, application takes me to wrong product url. Where endpoint has product label.
It should redirect to correct route. i.e not with the lable but SKU id.
- VirtualSpy
- Advanced
- Posts: 122
- Joined: 05 Jul 2022, 07:55
Re: Previous and next button not working.
I was also facing this issue
Previous and Next option is not working
Previous and Next option is not working
Re: Previous and next button not working.
Set this configuration to an empty array if your product URL segments are not unique:
https://aimeos.org/docs/2022.x/config/c ... il/#filter
Then, the product ID will be part of the URL, identifying the product uniquely.
https://aimeos.org/docs/2022.x/config/c ... il/#filter
Then, the product ID will be part of the URL, identifying the product uniquely.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

-
- Posts: 15
- Joined: 17 Aug 2022, 04:19
Re: Previous and next button not working.
Thanks!! adding this solved the issue.aimeos wrote: ↑24 Aug 2022, 07:53 Set this configuration to an empty array if your product URL segments are not unique:
https://aimeos.org/docs/2022.x/config/c ... il/#filter
Then, the product ID will be part of the URL, identifying the product uniquely.