# How to remove Add to Cart button & original price

In Tipo auction, the setting can help you hide the add to cart button and product price to prevent customers purchasing products with original price while it is on an auction.\
Here is the setting in the app:

<figure><img src="/files/6YRKUvZA5jKItFrKTn1z" alt=""><figcaption></figcaption></figure>

When loading the page, our app will use js to hide information. So it will take a very short time, up to several seconds to find the data and process.\
If you still want to completely remove the cart button and product from the auction products, we suggest you create a separate product, then delete the cart button and product price from that template.

**Steps to manage**

* Open the theme editor > create a new product template

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

<figure><img src="/files/0ClOPpuRqrTdQ5una7kA" alt=""><figcaption></figcaption></figure>

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

If the “create template” option is not available, try to add new template in the Source code

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

<figure><img src="/files/4NHaxna1Gh0pfsGv757W" alt=""><figcaption></figcaption></figure>

* In the new product template, hide the price and buy button
* Click **Add block** > add a **custom liquid** > paste the code below  > save

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

* If you want to apply the auction to products, assign the products to new template

<figure><img src="/files/32vopB8slWi0hlsCDI1u" alt=""><figcaption></figcaption></figure>

* Then check how it works on the product page

***

**🙋 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.


---

# 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-auction/faqs/how-to-remove-add-to-cart-button-and-original-price.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.
