> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/infinite-options/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppad.gitbook.io/infinite-options/welcome/install-infinite-options-on-a-specific-theme/install-infinite-options-code-on-minimal-theme.md).

# Minimal Theme

Turning on the [Infinite Options app embed](https://shoppad.gitbook.io/infinite-options/welcome/how-to-install#enable-infinite-options-by-turning-on-the-app-embed) is the only thing you need to do to enable Infinite Options on a 2.0 theme. Once it's toggled on, your options automatically display above the Add to Cart button on your product pages, no other setup required.

The app embed places your options in the default position, above the Add to Cart button.

Follow the steps below **only if** you want your options to appear at an exact spot instead. This involves adding the **Infinite Options Fields** block to your product template manually.

{% hint style="warning" %}
If you are comfortable with your options automatically appearing above the Add to Cart button on product pages, you **do not** need to follow this manual repositioning guide. You only need to ensure that you have [turned on the app embed](https://shoppad.gitbook.io/infinite-options/welcome/how-to-install#enable-infinite-options-by-turning-on-the-app-embed).
{% endhint %}

Follow the step-by-step instructions on how to manually reposition Infinite Options for your Minimal 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%2FvLUXBV0esbLtQjclb336%2Fimage.png?alt=media&amp;token=9a43748d-0886-4137-a0cf-b054f814d4ba" 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%2FUALgb33tHQ9jt24HLC98%2Fimage.png?alt=media&amp;token=b4059049-4874-4b0f-bd5e-33deb8cdf41d" alt=""><figcaption></figcaption></figure>

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

**\<div class="product-single\_\_quantity**

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](broken://pages/IO1OGAx7853cC6d7dKPe) 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.](broken://pages/dMNqfyywVN5r1WsZqkRH)

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

[Date picker](broken://pages/dtv3wSNbKIdpXb94pesi): A calendar option that lets your customers easily select a date.

[Swatches](broken://pages/SH8Dz6zJd5rhXWmNixS6): Attach images or colors to options.

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

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

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