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
If you hide the quantity selector block on the main product page or feat. prod section, the variant switch won't happen and error out because it's not able to run some logic as it's assuming that it should find a quantity selector input. p
Describe the expected behavior
Whether it's hidden or not, the form should work and let you add to cart.
Version information (Dawn, browsers and operating systems)
Dawn Version: 14
Chrome Version 108.0.5359.124
macOS Version 13.1
Possible solution
Early return in updateQuantityRyles(sectionId, html){}.
Describe the current behavior
If you hide the quantity selector block on the main product page or feat. prod section, the variant switch won't happen and error out because it's not able to run some logic as it's assuming that it should find a quantity selector input. p
Describe the expected behavior
Whether it's hidden or not, the form should work and let you add to cart.
Version information (Dawn, browsers and operating systems)
Possible solution
Early return in
updateQuantityRyles(sectionId, html){}
.Additional context/screenshots
Recording
The text was updated successfully, but these errors were encountered: