HI, I am using Shopify Simple theme I want to hide sold-out items prices for those customers who is not logged in.
I already hide prices of stock in products for non-login customers.
Thanks
HI, I am using Shopify Simple theme I want to hide sold-out items prices for those customers who is not logged in.
I already hide prices of stock in products for non-login customers.
Thanks
@Arhamabbas for this you make this condition inside price div
{%- if customer -%}
{{product.price | money }}
{% endif %}