Shopify themes, liquid, logos, and UX
Hello @PuriMarket
Yes, we can display different size charts for each product using metafields.
Hi @PuriMarket, thanks for reaching out.
To add different size charts for different products, I recommend you use the Mage Size Chart & Size Guide app, which helps customers have a clear view of which size suits them, avoid mistakes and return orders.
I hope my information is helpful to you.
Liz
Hi @PuriMarket ,
Since you're using the Ella theme and want different size charts for different product pages, here’s how you can achieve it:
1. Create a Product Metafield for Size Chart
2. Assign Size Chart Per Product
3. Display the Size Chart on the Product Page
{% if product.metafields.custom.size_chart %}
{% assign custom_size_chart = product.metafields.custom.size_chart.value %}
<div class="size-chart">
<img src="{{ custom_size_chart }}" alt="Size Chart">
</div>
{% endif %}
Save & Check!
Hi @PuriMarket ! The issue you're running into happens because templates in themes are designed to use the same content across product pages, which is why the same image shows up for all products. That’s why it's tricky to assign different size charts to individual products without some customization.
I personally use an app to apply specific size charts to my products, which works similarly to how automated collections work. Each product gets its own unique chart without messing with the theme code directly. If you're interested, I recommend checking out Kiwi Size Chart & Recommender. It’s a great option for adding customizable size charts to your product pages and it also has the collapsible row feature if you're still looking for it.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025