# Simple Theme

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

Follow the step-by-step instructions below on how to install Infinite Options for your Simple theme.

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

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

<figure><img src="https://24152052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FglwgaFVh2VmGBjtIbnDb%2Fuploads%2F4Pd3nKqSdVQgossbVN9z%2Fas_editcode_io.png?alt=media&#x26;token=b8d5668c-5c87-4610-b044-8756fd864a61" alt=""><figcaption></figcaption></figure>

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

4\. In this file, do a search using the keyboard shortcuts (ctrl F or ⌘ F) for the following text.

```liquid
{% form 'product'
```

<figure><img src="https://24152052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FglwgaFVh2VmGBjtIbnDb%2Fuploads%2FFQUd5syzihS1nDurAnEO%2Fimage.png?alt=media&#x26;token=ecd70b7a-c8b8-46e9-8415-ff0d3546ad3c" alt=""><figcaption></figcaption></figure>

5\. Within the {% form and {% endform %} tags, locate the **quantity** section that starts with:

**{% if section.settings.product\_quantity\_enable %}**

<figure><img src="https://24152052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FglwgaFVh2VmGBjtIbnDb%2Fuploads%2FZqF3icSY5axEKcHONg3W%2Fimage.png?alt=media&#x26;token=165cb9bd-9b56-487c-8fc5-ef7a32f647e1" alt=""><figcaption></figcaption></figure>

6\. Copy the following code snippet.

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

7\. Paste the code snippet on a new line right above the quantity section that you found in step 5.

8\. Save changes.

9\. You can now start creating options for your products. Follow the instructions in [this article](https://github.com/shoppad/docs-infinite-options/blob/master/welcome/create-custom-options/README.md) 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 native bundling feature.](https://shoppad.gitbook.io/infinite-options/increase-the-cost-of-an-option/native-bundling)

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

[Date picker](https://shoppad.gitbook.io/infinite-options/inputs-and-field-settings/add-a-date-picker-to-your-store): A calendar option that lets your customers easily select a date.

[Swatches](https://shoppad.gitbook.io/infinite-options/welcome/install-infinite-options-on-a-specific-theme/broken-reference): Attach images or colors to options.

[Conditional Logic](https://shoppad.gitbook.io/infinite-options/conditional-logic): Display or hide options based on their previous option selections.

[Use Conditional Logic with Swatches](https://shoppad.gitbook.io/infinite-options/conditional-logic/swatches): Display swatches based on a previous option selection and vice versa.

[Creating a Variety Pack:](https://shoppad.gitbook.io/infinite-options/popular-setups/mix-and-match-variety-pack-or-gift-pack-example) Set up multiple drop-down menus so your customers can select different scents or flavors for a variety pack product.
