Hey Guys,
I often use Shopify Elements Generator for my website builds, but i’m having a issues adding 2 x dropdown checkboxes.
They show up perfect on the live site, however once the customer has chosen their 2 flavours, only 1 flavour is showing up in their shopping cart.
Can someone shed some light?
tim_1
2
Both of your selects have name=“properties[First Flavour]” and therefore second selection overrides the first one.
(And id is the same; while this will not affect the functionality, this will trigger warning in browser)
Also, the label is the same for both of your selects in code, but different on front-end?
1 Like