Hi. On my e-commerce Mag 1.9.2. I created an "Super Articole" with 2 Attribute variant (color & size). I created some "associate article" by color & size. t-shirt yellow (M-L) & t-shirt blue (S). On the admin area everythig appeared correct. But In the front end on the article page If I choose the color, and I tried to choose the size il propose all value.
Example : choose t-shirt Blue i would to see on "S" on the combo box but appear : "S-M-L" values.
There is something setting that I mistake to set!?
There is something broken on the db?
Thanks Marcello
Hello.
In older versions of Magento (up to 1.9.1 - before color swatches were introduced) in case any variation if configurable product was not available, the value was not shown in drop-down.
Starting from Magento 1.9.1 when image swatches were included, in drop-downs od configurable started showing all the variations. Those which are our of stock or missing are greyed out and not available for selection. This is default Magento behavior.
Hello Marcello,
It looks like you are facing an issue with displaying colour and size attributes on your Magento 1.9.2 shop frontend. When selecting a colour, the system should ideally filter the size options to display only those available for the selected colour. However, in your case, all sizes are displayed, regardless of the selected colour.
Attribute Configuration: Make sure that the ‘colour’ and ‘size’ attributes are configured correctly. They should be configured as ‘Drop-down’ attributes and their scope should be set to ‘Global’, if you want them to be consistent across the shop, look in more detail on shoemall or ask their support.
Hey Marcello,
I’ve faced a similar issue on my e-commerce site where selecting a color didn’t filter the sizes correctly. It turned out to be a configuration issue with the attribute settings in the admin panel. Make sure that the attributes are properly linked and that each combination is set correctly. If your system allows, try refreshing the cache after making changes; sometimes that does the trick.
Let me know if you need more specific steps! Also, have you checked out the Red Rooster menu for some inspiration on product listings?