Hello,
I need a help from you guys.
I would like to insert an actual product size chart or a table on product page using custom code.
I have followed steps that other people posted in a forum as attached.
But it doesn’t work…
The code that i have used is as below.
{{ product.metafields.custom.actual_product_size }}{% if product.metafields.custom.actual_product_size.value != blank %}{{ product.metafields.custom.actual_product_size | image_url: width: 350 | image_tag }} {% endif %}}
Can anyone fix this problem for me?? Each product has different size so each product page should have different size table.
Thank you:)
