# How to hide the price on free service?

{% hint style="info" %}
This is perfect if you are offering a free service and do not want to price $0.00 to show up on the product page of your service
{% endhint %}

### Steps to hide the price on the product page of a free service

1. Go into your Shopify admin dashboard.
2. On the left hand panel Click on **Online Store.**
3. Click on **themes.**
4. In the center panel click on **Customize** to go into the theme editor.

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

5. In your theme editor Click on the **top middle tab.**
6. Click On **Product Page.**
7. Click on **Create template.**

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

8. Name it something simple like **FREE\_SERVICE.**

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

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

<figure><img src="/files/7CGsu9fLKCkXGpHwYZMg" alt=""><figcaption></figcaption></figure>

10. Go back to your Shopify admin dashboard and **open the product** that's connected to a Cowlendar service.
11. Assign it this **template to the product** which should be free.
12. Click save :innocent:.

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


---

# 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/cowlendar-help/how-to.../how-to-hide-the-price-on-free-service.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.
