A user working with the Symmetry theme wants to reposition the quantity selector on their product page but cannot do so through the theme editor because it’s grouped with the add-to-cart button in the same ‘Buy Buttons’ block.
Current Limitation:
The theme doesn’t natively support separating these elements via the visual editor
Both components are bundled together in a single block
Proposed Solutions:
One community member offered to send a collaborator invite to add this customization option directly
Another provided a code-based workaround:
Navigate to Online Store > Themes > Edit code
Open Sections/main-product.liquid
Find the line {%- render 'quantity', product: product -%}
Move this snippet to the desired location (above price, below title, etc.)
Save and adjust spacing with CSS if needed
The discussion includes a video tutorial link and store credentials for troubleshooting. The issue remains open pending the user’s choice between accepting collaborator access or implementing the code modification.
Summarized with AI on October 24.
AI used: claude-sonnet-4-5-20250929.
Hello,
I’m trying to change poistion of quantity selector on the product page. It seems not possible via theme editor, because they are in the same ‘Buy buttons’ block.
In Symmetry, the quantity selector and add-to-cart button are grouped within the same Buy Buttons block, which is why the Theme Editor doesn’t allow you to move them separately. If you’d like to change the position of the quantity selector, it does require a small code adjustment:
Go to Online Store > Themes > Edit code.
Open Sections/main-product.liquid.
Locate the line:
{%- render ‘quantity’, product: product -%}
Move this snippet to the desired location (for example, above the price, below the product title, or after the description).
Save your changes, and if necessary, adjust spacing with a little CSS.