Page 1 of 1

Length selection disables color selections

Posted: 04 Jun 2015, 12:23
by Yvler
Example: http://laravel.demo.aimeos.org/default/ ... mage-82163

When you click a color, and afterwards select a length, you won't be able to select another color if that color doesn't have the selected length. Of course, this is normal..
But, you can't seem to remove this filter unless you refresh the page.

Is it possible to add an option to remove the current filter (a square with a cross in front of the length selections)?

Re: Length selection disables color selections

Posted: 04 Jun 2015, 12:38
by aimeos
Yvler wrote: Is it possible to add an option to remove the current filter (a square with a cross in front of the length selections)?
The whole enforcement of an article from a selection product in the frontend is done via Javascript. It's the "setupSelectionDependencies" in https://github.com/aimeos/arcavias-core ... -detail.js. We really appreciate any contributions to fix this problem :-)

Re: Length selection disables color selections

Posted: 04 Jun 2015, 13:02
by Yvler
I'll check it out ;-)
I'll contribute @ github when we made this modification :)

Re: Length selection disables color selections

Posted: 04 Jun 2015, 13:20
by aimeos
Yvler wrote:I'll check it out ;-)
I'll contribute @ github when we made this modification :)
Great! :-)
I'm unsure how other shops handle this and what is the best solution concerning usability. Maybe visitors should always be able to change the first option, so this one shouldn't be enforced at all.