Hi There,
Our customer wants to have 4 links on their homepage that will link to the product page with a predefined filter.
I cannot get this to work for multiple languages. If I define the link /products?Productline=%5BMasterline%5D I get a 404 because the "english" part is missing from the URL.
Ofcourse if I hard code the link to /english/products?Productline=%5BMasterline%5D the link works but always directs me to the english page, even if I am on a different langiuage version of the homepage...
So how would I be able to define a "language independent" link?
Thanks,
Justin