Skip to content

Instantly share code, notes, and snippets.

View Praveen2106's full-sized avatar
🥳

Praveen Krishnan Praveen2106

🥳
  • Droid Infinity
  • India
View GitHub Profile
@Praveen2106
Praveen2106 / product.liquid
Last active May 8, 2022 06:04
Populate Product Details and Price Break of your Jewelry with data from the Live Gold Price Editor app for Shopify.
<!-- Copy this section at the top of the product.liquid page. -->
{% capture 'variant_meta_fields' %}
{% for variant in product.variants %}
{{ variant.id | json }}: {{ variant.metafields.DI-GoldPrice.variant_additional_details | json }}
{% unless forloop.last %},{% endunless %}
{% endfor %}
{% endcapture %}
{% capture 'shop_meta_fields' %}
{{ shop.metafields.DI-GoldPrice.addtional_shop_settings | json }}