# Venture Theme

Before Uploadery 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 Uploadery for your Venture 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://1830227525-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FttS2ys9nVT4SeVSaGa3f%2Fuploads%2Fgit-blob-27f87f56e06afe9728e363d27b57c14c7c879468%2Fimage.png?alt=media" 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.

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

<figure><img src="https://1830227525-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FttS2ys9nVT4SeVSaGa3f%2Fuploads%2Fgit-blob-889347587414c3c4639731ab6beca26013a05e5e%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

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

**\<div class="product-form\_\_item product-form\_\_item--quantity"**>

6\. Copy the following code snippet.

```
<div id="uploadery-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 upload fields for your products. Follow the instructions in [this article](https://shoppad.gitbook.io/uploadery/readme/create-and-display-upload-fields) to get started.

***

### What's next?

Add a snippet of code so upload fields can display quicker on your product page: [Decrease Uploadery's load time](https://shoppad.gitbook.io/uploadery/troubleshooting/decrease-uploaderys-load-time).

### Need to adjust the upload link on the cart page?

![](https://1830227525-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FttS2ys9nVT4SeVSaGa3f%2Fuploads%2Fgit-blob-820744f8f4b9bb9a8f8cdd5adcd0338ac7c8cd60%2Fdocsassets555e25e4e4b027e1978e1c9aimages5eebf6bf2c7d3a10cba934cafile-vfaiy3arhs.png?alt=media)

Shorten the link shown on the cart page by adjusting the upload link: [Display file upload details in the cart page](https://github.com/shoppad/docs-uploadery/blob/master/customize-the-app/display-file-upload-details-in-the-cart-page.md).

### Want to customize the look of your upload fields?

![](https://1830227525-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FttS2ys9nVT4SeVSaGa3f%2Fuploads%2Fgit-blob-cd9a9d24920b32e8e8b623e1d80505054ee85cb0%2Fdocsassets555e25e4e4b027e1978e1c9aimages5ef535ad04286306f805ca18file-y0j3dkqdew.png?alt=media)

**Here are some great resources to get you started:**

* [Style your upload fields](https://shoppad.gitbook.io/uploadery/customize-the-app/style-file-upload-fields)
* [Add an image preview to the product page](https://shoppad.gitbook.io/uploadery/customize-the-app/add-an-image-preview-to-the-product-page)
