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