> 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/managing-your-options/featured-product-homepage/dawn-theme.md).

# Dawn theme

Displaying options on a homepage's featured product on the Dawn theme

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/555e25e4e4b027e1978e1c9a/images/61c25796dbfe5a232d667acd/file-xUuiCZeBZM.png)

**Follow the instructions below to use Infinite Options with a product on the homepage.**

1\. Starting from your Shopify admin dashboard, click on Online Store to arrive at the Themes page.

2\. Find the theme you want to edit, click the  "three dots," then click Edit code.

![](//d33v4339jhl8k0.cloudfront.net/docs/assets/555e25e4e4b027e1978e1c9a/images/65b931840b2b8f0dacd7f8a7/file-nVLI6LCXWZ.png)

3\. In the theme's files and under the Sections folder, navigate into the featured-product.liquid file.

4\. Search for this line of code:

```html
assign product = section.settings.product 
```

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/555e25e4e4b027e1978e1c9a/images/655e58bc79594218b99bbd7f/file-0oQFaSc1bv.png)

3\. Underneath the block of code found, paste the following code snippet.

```html
<script type="text/javascript">
  window.productJSON = window.productJSON || {
    "handle": "{{ product.handle }}",
    "vendor": "{{ product.vendor }}",
    "tags": "{% if product.tags.size > 0 %}{{ product.tags | join: ", " }}{% else %}{% endif %}",
    "type": "{{ product.type }}",
    "product_type": "{{ product.product_type }}"
  };
</script>
```

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/555e25e4e4b027e1978e1c9a/images/655e58fa61a11f56e8753816/file-SdTVfCv3k3.png)\
\
4\. Save your changes.

5\. In the Shopify Theme Customizer, add the Infinite Options app block on the featured product.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/555e25e4e4b027e1978e1c9a/images/655e595561a11f56e8753817/file-CPQzk403nc.png)
