Installing Infinite Options directly in the theme (1.0 theme)

If your theme does not support Shopify 2.0 app blocks, you will install Infinite Options by adding a small snippet of code directly into your product template. This tells your theme where to display your option fields.

If you are editing code for the first time, we recommend duplicating your theme before making any changes.

Step 1: Open your theme code editor

  1. From your Shopify admin, go to Online Store, then Themes.

  2. Find your current theme.

  3. Click Actions, then Edit code.

Step 2: Locate your product template

Different Shopify 1.0 themes use different file names for product templates. Look for one of the following:

main-product.liquidproduct-template.liquidproduct.liquid

These files are usually located in:

• The Sections folder • The Templates folder

Open the file that contains your product form and buy button.

Step 3: Find the product form

Use the search bar at the top of the code editor to search for:

This brings you to the product form section where Shopify loads variants, price, and the add to cart button. Infinite Options must be placed inside this form.

Step 4: Locate the quantity selector

Inside the product form, look for the quantity section. It often begins with:

This section is your reference point for installing the snippet.

Step 5: Insert the Infinite Options snippet

Create a new line above the quantity selector and paste the following snippet:

This tells your theme where to display your option fields on the product page.

Step 6: Save your changes

Click Save in the upper right corner of the code editor.


Step 7: Create and assign your options

Once the snippet is added, Infinite Options will load automatically on your product pages. You can now begin creating and assigning Option Sets from the Infinite Options app.

Troubleshooting

I cannot find my product template file Try searching for these filenames: main-product.liquid, product-template.liquid, or product.liquid. Themes vary.

I pasted the snippet but the options are not showing Check the following: • The snippet is inside the product form • The snippet is above the quantity selector • You saved your changes • The correct product template is being used for the product you are testing

My theme has multiple product templates Open the product in Shopify and check its assigned template under the Theme template setting. Edit that specific file.

I am uncomfortable editing code Consider duplicating your theme first or reaching out to our support team for help.


Summary

To install Infinite Options on a Shopify 1.0 theme:

  1. Open Edit code

  2. Find your product template

  3. Search for the product form

  4. Insert the snippet above the quantity selector

  5. Save

  6. Create and assign your options in the app

Your Infinite Options fields will now appear on the product page.

Last updated