How to Add Dynamic Text on Shopify Product Card and Product Page | Shopify | Devdesire

How to Add Dynamic Text on Shopify Product Card and Product Page | Shopify | Devdesire

How to Add Dynamic Text on Shopify

For Main Product Page

{% if product.metafields.custom.product_text !="" %} <span style="color:red;">{{ product.metafields.custom.product_text }}</span> {% endif %}

For Product Card Page

  {% if card_product.metafields.custom.product_text !="" %} <span style="color:red;">{{ card_product.metafields.custom.product_text }}</span> {% endif %}

Make Sure To Create Metafiled With Name product_text

You Can watch full video Tutorial on YouTube

Read More :-

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *