How can I add more options to my Craft theme product page?

Hi,

I am using Craft theme and would like to add more options for product page.

Product-template-information and I can see customize buttons but all options show

‘No customizable settings available’.

I want to add quantity button as I need to give two options for customers.

Please advise what to do.

Thank you in advance.

  1. In the left-hand sidebar, navigate to the “Sections” folder and open the “product-template.liquid” file.
  2. Add code in product-template-information file

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:

  1. From your Shopify admin, go to “Online Store” and select “Themes.”

  2. Locate the Craft theme and click on “Actions” > “Edit code” next to it.

  3. In the theme editor, navigate to the “Sections” directory and open the “product-template.liquid” file.

  4. Look for the section of code that handles the product options or variations. It may be labeled as {% section ‘product-template-options’ %} or similar.

  5. 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.

  1. 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.

Thank you for your prompt reply.

I cannot find “product-template.liquid” under “Selecitons”.

I need to make two options as below example.

Please help.

Thank you