Is it possible to hide product prices from guest visitors on frontend. I want customers to get logged in to see the item pricing information.
Hey @vai_jpn
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
{% if customer %}
{% else %}
{% endif %}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed