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
I'm trying to use the multiple dropdowns option with products that have two attributes for the user to select from. I'm getting the first attribute repeated twice.
Looking through the code it looks like pad_multiple_dropdowns line 108 should be using $attributes[$o] not $attributes[0].