# How to hide the price on the product page?

{% hint style="info" %}
Hiding the price on the product page of a free digital product is a great way to make your product page look more professional.
{% endhint %}

Hiding the price on the product page of a specific product requires creating a product template without the price and assigning it to that specific product.

Steps to hide the price on a specific product on Shopify

1. Go into your theme editor by looking in your Shopify Admin dashboard and clicking on **Online store** on the left hand side.
2. Click on **Themes.**
3. Click on **Customize.**

<figure><img src="https://505444084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6E2RYbkHaFzNulwI9D72%2Fuploads%2FhrQuI6le9UoSbrt5S438%2FCopy%20of%20DD%20-%20Digital%20Product%20-%20Settings%20(8).png?alt=media&#x26;token=6cdaae4f-6b43-4e3d-917b-4cb9101eb943" alt=""><figcaption></figcaption></figure>

4. Click on the **top middle tab**&#x20;
5. Click on **Products**

<figure><img src="https://505444084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6E2RYbkHaFzNulwI9D72%2Fuploads%2FBR00RUzoxEZbhfA7mBid%2FCopy%20of%20DD%20-%20Digital%20Product%20-%20Settings%20(12).png?alt=media&#x26;token=82ee3860-0998-41ed-9616-2b41afe12114" alt=""><figcaption></figcaption></figure>

6. Click on **Create Template**
7. Name it something simple like **“FREE\_PRODUCT”** and click **Create template**

<figure><img src="https://505444084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6E2RYbkHaFzNulwI9D72%2Fuploads%2FbkMZxXKDt92GS9dNqDQX%2FScreenShot%20Tool%20-20250203120706.png?alt=media&#x26;token=df917a3e-4e1e-4736-8b61-18a5e6dcbe26" alt=""><figcaption></figcaption></figure>

8. Hide the price by clicking on the **small "eye icon"** next to the price block.

<figure><img src="https://505444084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6E2RYbkHaFzNulwI9D72%2Fuploads%2FCoLd4xvmqS5hZJ75mDLt%2FCopy%20of%20DD%20-%20Digital%20Product%20-%20Settings%20(13).png?alt=media&#x26;token=cba42582-b1ec-470d-af15-36cce570070b" alt=""><figcaption></figcaption></figure>

9. Now go back to your Shopify Admin dashboard and go into the settings of the product you want to hide the price on.

<figure><img src="https://505444084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6E2RYbkHaFzNulwI9D72%2Fuploads%2FzYYMUP8u5rvRWCjXsT78%2FCopy%20of%20DD%20-%20Digital%20Product%20-%20Settings%20(14).png?alt=media&#x26;token=9f54821e-4e7a-4d89-970c-53d6dd9f8f65" alt=""><figcaption></figcaption></figure>

10. Click save before leaving the product settings page.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://penida.gitbook.io/big-digital-download/most-asked-questions/how-to-hide-the-price-on-the-product-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
