How to show price on some items but not all items

Hi @RyanRichie ,

Please follow these steps:

  1. You must find the block of code which renders the price in the theme.

  2. If it is Dawn theme, its in price.liquid file (or grid-item-price.liquid, …):

  1. Add a condition to it, if the price is 0 then show nothing.

Hope this will help you!

Best regards,