Add-To-Cart doesn't work properly

Topic summary

A developer is implementing a volume bundle feature that displays multiple variant selectors simultaneously, allowing customers to add different product variants to their cart at once.

Current Issue:

  • When any variant selector is changed, the buy button becomes unavailable/disabled
  • This prevents the intended functionality of adding multiple variants together

Technical Details:

  • Product: LED light curtain with multiple variants
  • Code shared via Codeshare link for review
  • Screenshot provided showing the variant selector interface

Status: The developer is seeking help to resolve the buy button availability issue while maintaining the ability to select and add multiple variants simultaneously.

Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

I’m trying to code a volume bundle:

URL: Glow Curtain: 400 LED Lights for a Magical Ambiance – InteriorGlows

CODE: Jan 09 5:36 PM - Codeshare

I’m displaying multiple variant selectors at the same time, because I want to allow the user to add different variants to cart at the same time from the bundle. The issue I’m having though is that when I change a variant selector, the buy-button gets unavailable. Does anyone know how I can fix this issue to allow different variants to be added to cart at the same time.