Install Infinite Options

Before Infinite Options starts working on your store, you will need to install the app onto your current theme.

Using one of Shopify's free themes? Click to choose the name of your theme for more specific installation instructions!

Not using a Shopify 2.0 theme? Click here to learn more on how to install Infinite Options!

Watch the video below or follow along with the step-by-step instructions in this guide to install Infinite Options.

Here is the install code snippet mentioned in the video:

<div id="infiniteoptions-container"></div>
		

1. Starting from your Shopify dashboard, click on Online Store, and then click on Themes.

2. Click the Actions button, then select Edit code.

3. Use the search bar located in the top left of the code editor to search for your product.liquid file.

4. Click into your product.liquid file.

5. Do a search using the keyboard shortcuts (ctrl F or ⌘ F) for the following line of code.

{% form 'product'
		

6. If you found a match, click here to skip to step 10.

If no results show up, search for the product-template.liquid file and click on it.

7. Do a search again for {% form 'product' using the keyboard shortcuts (ctrl F or ⌘ F).

8. If you found a match, click here to skip to step 10.

If no results show up, search for the product-form.liquid file and click on it.

9. Do a search again for {% form 'product' using the keyboard shortcuts (ctrl F or ⌘ F).

10. Once you find that line of code, please locate the following {% endform %} tag a few code blocks below.

This designates the section where the install code snippet (available in the next step) should be placed within. For example, in the image below, the section is located between lines 135 and 183.

11. Copy the Infinite Options install code snippet below.

<div id="infiniteoptions-container"></div>
		

12. Within this section of code, look for the word quantity. Paste the install code snippet above that, as seen below.

Not seeing a quantity section? Look for add to cart text and paste the install code snippet above that section, as seen below.

13. Save your changes.

14. You can now start creating options for your products. Follow the instructions in this article to get started.


Creating an option that needs an additional cost for customization?

Our Product Bundles feature allows you to attach an add-on product to the option selection so you can add an extra cost to your main product. Create new products like a $5.00 gift wrapping and bundle it to your option. When selected, both products will be added to cart.

Click here to learn more about the product bundles feature.

Looking to add more features? Click on the name of the feature to learn more.

Date picker: A calendar option that lets your customers easily select a date.

Swatches: Attach images or colors to options.

Conditional Logic: Display or hide options based on their previous option selections.

Use Conditional Logic with Swatches: Display swatches based on a previous option selection and vice versa.

Creating a Variety Pack: Set up multiple drop down menus so your customers can select different scents or flavors for a variety pack product.


Installing Infinite Options on a 2.0 theme

Follow the step-by-step instructions below on how to install Infinite Options for your 2.0 theme. This is a list of available Shopify 2.0 themes

If your theme is not a 2.0 theme, you can click on the the blue collapsable accordion at the top of this help document called:  Not using a Shopify 2.0 theme? Click here to learn more on how to install Infinite Options!

1. Starting from your Shopify dashboard, click on Online Store, and then click on Themes.

2. Click the Customize button on the theme.

3. Select Products from the dropdown menu in the header and then select a product template. Default product is the standard template for a theme.

4. Locate a section for products in the left-hand toolbar. Then, click + Add block and select the Infinite Options Fields block. If the block does not appear, then you are not using a 2.0 theme. Please refer to the instructions for non 2.0 themes above in a blue collapsable accordion.

5. Move the Infinite Options Fields block above the Quantity selector block, or the Buy buttons block.

6. Save your changes.

7. You can now start creating options for your products. 

Please follow the instructions in this article to get started.


Creating an option that needs an additional cost for customization?

Our Product Bundles feature allows you to attach an add-on product to the option selection so you can add an extra cost to your main product. Create new products like a $5.00 gift wrapping and bundle it to your option. When selected, both products will be added to cart. 

Click here to learn more about the product bundles feature.

Looking to add more features? Click on the name of the feature to learn more.

Date picker: A calendar option that lets your customers easily select a date.

Swatches: Attach images or colors to options.

Conditional Logic: Display or hide options based on their previous option selections.

Use Conditional Logic with Swatches: Display swatches based on a previous option selection and vice versa.

Creating a Variety Pack: Set up multiple drop down menus so your customers can select different scents or flavors for a variety pack product.