How can I access metafield data for product variants in Shopify?

How can I access metafield data for product variants in Shopify?

Zubair_Ahmad
Shopify Partner
7 0 3

how i can get the metafield data for the product varients

Replies 4 (4)

Zubair_Ahmad
Shopify Partner
7 0 3

kindly do reply if you guys have the solution

thanks

gr_trading
Shopify Partner
2045 149 206

@Zubair_Ahmad ,

 

To get data of product variant metafield use below the code in liquid.

{%- for variant in product.variants -%}
    {{ variant.title }} : {{ variant.metafields.custom.desc}}
{%- endfor -%}

 

For any custom development WhatsApp or connect at Email ID: support@grtrading.in for quick consultation. | Shopify Free codes
To support Buy Me a Coffee
Zubair_Ahmad
Shopify Partner
7 0 3

value is not changing when i am changing the varient.i want to change the value without loading the page.

gr_trading
Shopify Partner
2045 149 206

@Zubair_Ahmad ,

 

it's possible by changing codes in product template code and script change.

 

Do let me know if you want with custom change, you can reach out to me with my E-Mail or WhatsApp no provided in my signature.

For any custom development WhatsApp or connect at Email ID: support@grtrading.in for quick consultation. | Shopify Free codes
To support Buy Me a Coffee