Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

selector-wrapper label seems to only work with 2 options #12

Closed
heymoxie opened this issue Mar 12, 2014 · 0 comments · Fixed by #14
Closed

selector-wrapper label seems to only work with 2 options #12

heymoxie opened this issue Mar 12, 2014 · 0 comments · Fixed by #14

Comments

@heymoxie
Copy link

multiple variants are hidden behind a display none, unless there are 2 (or more) options.

suspect it has to do with:
// Hide the variant dropdown if there is only one
if (variant.options.length == 1) {
$('.selector-wrapper').hide();
}

229-232 in product.liquid

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

Successfully merging a pull request may close this issue.

1 participant