You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A couple of other people have posted here saying they had trouble getting the variations to show. I can confirm that I have added Variations to Attributes and enabled all that I would like to show but I am still having trouble with variations showing. The first select box does show.
After many hours of stepping through the Attributes_OptionField.js, it seems the .filter is not working with the map and is returning an empty array of options.
A couple of other people have posted here saying they had trouble getting the variations to show. I can confirm that I have added Variations to Attributes and enabled all that I would like to show but I am still having trouble with variations showing. The first select box does show.
After many hours of stepping through the Attributes_OptionField.js, it seems the .filter is not working with the map and is returning an empty array of options.
I've noticed that
this.data('prev') = undefined
I needed something to work for now so I have essentially broken the form update by adding
To the first line.
This keeps allows all the attributes to show but they do not filter allowed options.
I am using SS 3.5.0. I am not sure how this could cause the problem but any info here would be appreciated.
The text was updated successfully, but these errors were encountered: