Remove currency from URL in catalogue list
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!
Remove currency from URL in catalogue list
The catalogue list add a parameter C=EUR (as well as others).
I would like to get rid of this parameter, as EUR is the only currency available.
For catalogue.filter there is remove-params, but not for catalogue.list.
How can I remove parameters from the generated URL?
Thanks.
I would like to get rid of this parameter, as EUR is the only currency available.
For catalogue.filter there is remove-params, but not for catalogue.list.
How can I remove parameters from the generated URL?
Thanks.
Re: Remove currency from URL in catalogue list
The parameter are only added if you've added the locale/select plugin and used that to switch the language or currency. Otherwise, the language or currency parameters are not part of the URL.
Remove the locale/select plugin and clear all caches.
Remove the locale/select plugin and clear all caches.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Remove currency from URL in catalogue list
By removing the 'locale/select' plugin, we lose both the language and currency switchers.
Ideally, we'd like to manage locale and currency as route prefixes (e.g., site-url.test/{locale}/{currency}) instead of using query parameters, as the latter isn't an ideal option.
However, there's no straightforward way to configure this. Any suggestions?
Ideally, we'd like to manage locale and currency as route prefixes (e.g., site-url.test/{locale}/{currency}) instead of using query parameters, as the latter isn't an ideal option.
However, there's no straightforward way to configure this. Any suggestions?