To add more options to the product page in the Craft theme and specifically include a quantity button, you’ll need to customize the theme’s code. Here’s a step-by-step guide to help you achieve that:
From your Shopify admin, go to “Online Store” and select “Themes.”
Locate the Craft theme and click on “Actions” > “Edit code” next to it.
In the theme editor, navigate to the “Sections” directory and open the “product-template.liquid” file.
Look for the section of code that handles the product options or variations. It may be labeled as {% section ‘product-template-options’ %} or similar.
Inside that section, add the following code snippet to display a quantity button:
You can adjust the default value (“1”) and minimum value (“1”) according to your requirements.
Save the changes you made to the file.
After following these steps, the quantity button should be visible on the product page of the Craft theme. Remember to test it thoroughly to ensure it functions as expected.
Note: Customizing your theme’s code requires some technical knowledge. If you’re not comfortable with coding or modifying theme files, it’s recommended to reach out to a Shopify Expert or a developer for assistance to ensure the modifications are implemented correctly.