> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/uploadery/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/uploadery/set-up-and-manage-upload-fields/featured-product-homepage.md).

# Featured Product/Homepage

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** pag&#x65;**.**

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

<figure><img src="/files/DoI82IM7b1VzfoMBFi80" alt=""><figcaption></figcaption></figure>

3\. Locate and select the **featured-product.liquid** file in the **Sections** folder.

{% hint style="info" %}
Note that there may be a different filename depending on the theme on your store. Another common name is **home-product.liquid**.
{% endhint %}

4\. Copy the following code snippet.

```html
<script type="text/javascript"> window.productJSON = window.productJSON || {{ product | json }}; </script>
```

5\. Look for this code:

```liquid
{%- assign product = all_products[section.settings.featured_product] -%}
```

6\. Paste the code snippet you copied in step 4 below the code in step 5 on the **featured-product.liquid** file.

<figure><img src="/files/xbgDNJfRnZYLURggLuAW" alt=""><figcaption></figcaption></figure>

7\. Save your changes.
