Hi there,
I must be doing something wrong here.
On my product detail page I have a select box with the variant combinations (colors) and on select I redirect to the url provided in that loop.
The URL seems to be interpreted correctly, the current url gets extended by for example /blue when selecting the blue variant : http://<...>/chairs/chair-peter --> http://<...>/chairs/chair-peter/blue
But the custom 404 page is served.
Does anyboy have an idea why?
Thanx in advance.