> For the complete documentation index, see [llms.txt](https://docs.tipo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tipo.io/tipo-auction/faqs/how-to-hide-buy-buttons-and-product-price.md).

# How to hide  Buy buttons and product price

When a product is being sold through an auction, you may want to hide the regular **Add to Cart** button and product price to prevent customers from purchasing the item directly at its original price.

> The app hides the Add to Cart button and product price using JavaScript after the page loads. Because of this, these elements may briefly appear for a moment before being hidden.

### ⭐ Recommended Solution

For the most reliable result, we recommend creating a dedicated product template for auction products and removing the price and buy button directly in your Shopify theme.&#x20;

### 🛠️ **Steps to manage**

* Open the theme editor > create a new product template

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

* In the new product template, hide the price and buy button

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

* Click **Add block** > add a **custom liquid** > paste the code below  > save

```
<div class="tpa_product_form">
</div>
```

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

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

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

<figure><img src="/files/VZsm4CxicpWvkIqW9Xb3" 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.
