I have a dynamic service page (list-page) with a grid repeater connected to my “service collection”. When a customer is on my home page or the service page, and they click on a link to a specific service, the link will bring them to the dynamic service page (item-page) for the service they selected and the link structure looks like this: www.sitename.com/services/service-name
Next, I have a dynamic location page (list-page) with links to each state we offer services in. When a customer clicks a link to a specific state it will bring them to the dynamic state page (item-page) and the link structure looks like this: www.sitename.com/locations/state
Now here is my issue:
On the state page (item-page) I have another repeater that is connected to our “services collection” and when the customer clicks a link to a specific service, the link will being them to the normal dynamic service page (item-page) just like in the example above.
HOWEVER,
I want the link structure to look like this: www.sitename.com/locations/state/service-name
when ever a customer clicks a specific service link from the dynamic state page.
How do I achieve this? Been at it for 2 days now and still can’t seem to figure it out