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
{{ message }}
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered: