Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
how do i make a text / metadata field on a product page only visible to logged in users
@craig51 you use the customer object as a condition, but you’ll have to use the custom liquid block/section.
{% if customer %}
text/metafield
{% endif %}
i am novice so not familiar with that section, i have multiple customn prodict pages and would want his on each of those pages, is this global or would i need to do each page? or am i thinking about it wrong