Hi, I have a customer who would like to hide the price of some of his products for the collections, because some require a quote.
https://woollenandkind.com/
Currently the prices are actually hiden and I’m using manually added metafiled subtitles
Either as “contact for price” or a cooy of the price as a subtitle.
Hope someone can help.. I’m lost.
Hi @Daniel19901
You can create a metafield at product level and write custom code which will check if metafield is set to true.
If found true a class or style that is style=“display:none” will be added to price block.
This small thing you have to do in main-product.liquid and card-product.liquid
Hope this will help…