Change single product route parametr

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!
Arm
Posts: 2
Joined: 11 Feb 2022, 12:59

Change single product route parametr

Post by Arm » 11 Feb 2022, 13:31

Hi.

I have such a problem.

I want to change single product route system.

For example current route is www.test.com/en/Blue-car, but I want it to be www.test.com/en/blue-car.

But in this situation 'Blue-car' is product URL segment field value.

That is: my URL segment be 'Blue-car', but in browser head be www.test.com/en/blue-car.

Thank you.

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

Re: Change single product route parametr

Post by aimeos » 14 Feb 2022, 08:03

Change the URL segment in the product detail view to "blue-car" instead (use "..." to show the additional fields). This is the easisest way to change the value in the URL.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Arm
Posts: 2
Joined: 11 Feb 2022, 12:59

Re: Change single product route parametr

Post by Arm » 14 Feb 2022, 08:54

In Product details URL from Admin Panel the blue car is written correctly (www.test.com/en/blue-car), but from outside, in URL it shows with capital letter (www.test.com/en/Blue-car)

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

Re: Change single product route parametr

Post by aimeos » 15 Feb 2022, 09:35

Did you clear the cache?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply