How to completely remove add to cart button and original product price from auction products?

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:

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

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

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

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

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

  • Then check how it works on the product page

Last updated