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.
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
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
@Moeed what’s wrong with this code ?
@TartuMees Have you tried it ?