# How to hide the quantity of the product page

{% hint style="info" %}
This is perfect if you are only allowing the selection of 1 slot per checkout and want to make the product page of your service look more professional.
{% 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 is something simple like SERVICE.

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

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

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

10. Go back to your Shopify admin dashboard and open your **product which is connected to a Cowlendar service.**
11. **Assign it the template you created** to the product which should not have a quantity selector.
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-quantity-of-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.
