Removing a price on certain product

Hello

Can anyone tell me how can I remove a price from a certain product?

In certain collection there are 10 products, but on 1 i need the price to be removed.

Hey @TartuMees
Kindly share the URL of the product from where you want to remove the price

Hello @TartuMees ,

Try this

[% if product.handle == "yout-product-handle" %}
 {% comment %} do nothing   {% endcomment %}
{% else %}
  // Your default price code goes here
{% endif %}

Thanks

Hi

I’d like the price to removed from collection view, for this one product. Webpage is not active.

Hey @TartuMees
You can share the preview link of the draft theme because I need to have a look on the website to provide you the code

https://d679ce.myshopify.com/collections/aed-terrass

PW: siefao

@Moeed what’s wrong with this code ?

@TartuMees Have you tried it ?