Happy I could help ![]()
Topic summary
A user wants to place the quantity selector and “Add to Cart” button on the same line in their Dawn theme product pages.
Initial Problem:
- Original CSS solution caused two bugs: destroyed the “Add to Cart” widget and improperly displayed product variants (options were covered by the button)
Solution Provided:
- Dan-From-Ryviu suggested using code in a different location (markup instead of theme.liquid)
- This fixed the widget issue but variants with multiple options (€0, €50, €75, €100) were still being covered
- Dan recommended enabling quantity as an option in the product template for those specific products
- This resolved the issue successfully
Follow-up Question:
- Another user (PixiePawsPets) asked if subscription products could be excluded from this modification, as the button now overlaps subscription box products
- Works well for all other products but needs adjustment for subscription items
- No response yet to this exclusion request