Hide price for "sold out" items - Prestige theme

Hi Community!
I came across another thread for this problem/theme, but the solution was unclear.

Some of the watches on our site I have listed as “Contact for Availability” (Sold Out) because our inventory changes consistently with high end pieces, and availability varies. Because the market for watches changes rapidly and these products are not technically for sale unless available, I would like to hide the price. I am not very familiar with coding, however I understand bits and pieces. Any help would be appreciated! Site link:

https://shynejewelersphilly.myshopify.com/

Veronica

1 Like

Not that this is the worst idea, but what makes you want to hide the price? If it’s clearly states as sold out or to contact for availability, I’d suggest leaving the price, but deactivating “add to cart”.

Hope this helps!

@SJInc

oh sorry your store password protect

something like this would work, just need to find the location where the product.price is being added

{% unless product.available == false %}
  {{ product.price }}
{% endunless %}