I need to add the snippet only in product page how can I stop it loading on other pages?
{% render "custom" %}
added to theme.liquid
you can use a conditional tag based on the template object, like {% if template contains "product" %}{% render "custom" %}{% endif %}