Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra Variations do not display #106

Open
vagrantrobbie opened this issue Jul 25, 2017 · 1 comment
Open

Extra Variations do not display #106

vagrantrobbie opened this issue Jul 25, 2017 · 1 comment

Comments

@vagrantrobbie
Copy link

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

_getOptions: function(partial) {
				var prev = $('select[name="' + this.data('prev') + '"]');

this.data('prev') = undefined

I needed something to work for now so I have essentially broken the form update by adding

var selects = $('.attribute_option select').get();

		$('.attribute_option select').entwine({

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.

@elkebe
Copy link

elkebe commented Aug 24, 2017

I think this is the same bug as #85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants