Dynamically Hide Product Price

My site sells one of a kind items. I would like to show the items I’ve previously sold and have created a Past Items collection which shows these items on a separate page in my store.

The challenge is, these items (which show as sold out) still show the price, which I don’t want. I could change the price to $0.00 but I would to prefer to hide it complete for these items.

I am aware that the product page is common for all products in my store so I can’t remove the price field via the website editor, I need something more dynamic. I’ve been starting to experiment with Corvid and my theory is that if I can get a reference to the price field on the product field I should be able to hide that element if it’s $0.00.

So that’s the question - how can I get a reference to the price in Javascript which I can then use to hide the price when it’s $0.00?

Good question…I am in the same situation and would also like to be able to add a “Price on Application” option instead of price for some items…any help out there?