# Why I have to enable the add to cart button?

Our app works by detecting the **Buy Button (Add to Cart button)** in your Shopify theme.\
To show the **Book Now** button correctly, the Buy Button must be enabled and visible in your theme.

Steps

1. Go to your **Shopify Admin** > click **Online Store** → **Themes** > click **Customize** on your current theme
2. In the top navigation of the editor, open the **Page Selector** > select **Products → Default product** (or your custom product template)
3. On the left sidebar, look for:
   * **Buy buttons**
   * **Product information → Buy buttons**
   * **Add to cart button**

Depending on your theme, it may appear under **Product Information** or as a standalone block.

3. Inside the Buy Button / Add to Cart block, ensure the block is **not hidden**
4. Click **Save**

<figure><img src="/files/3DAoIu8B3FXfcYssBMJZ" alt=""><figcaption></figcaption></figure>

Our app automatically:

* Detects your **Buy Button** from the theme
* Replaces it with our **Book Now** button on products where booking is enabled

If the Buy Button is missing or disabled, our app cannot display the booking button.

If still not found, please feel free to contact our support at <hi@tipo.io> and we will help you enable it.

***

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.<br>


---

# 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://docs.tipo.io/tipo-appointment-booking/faqs/why-i-have-to-enable-the-add-to-cart-button.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.
