Remove currency from URL in catalogue list
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Remove currency from URL in catalogue list
If you enable multi-language in the Aimeos distribution, at least the language parameter is then a route attribute:
https://github.com/aimeos#multi-language
https://github.com/aimeos#multi-language
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Remove currency from URL in catalogue list
Is there a way to exclute query locale and currency, and append then as url prefixes and than use them where needed?
Currently I am developing Laravel app and those pages are not translated when language is switched, and I do not want to have
site-url.test?locale=rs&¤cy=RSD
but rather
site-url.test/rs/rsd/
Currently I am developing Laravel app and those pages are not translated when language is switched, and I do not want to have
site-url.test?locale=rs&¤cy=RSD
but rather
site-url.test/rs/rsd/
Re: Remove currency from URL in catalogue list
You can change the route prefix to '{locale}/{currency}/' but you have to make sure that the currency is always available when the route is generated: https://github.com/aimeos/aimeos/blob/2 ... hp#L80-L87
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
