Size chart not showing up - Maker Theme

Hello Shopify community,

I’m reaching out because we’re facing an issue with our size chart not appearing on our product pages. Despite ensuring that the size chart is enabled in our settings, it doesn’t seem to render on the live site. Here’s a breakdown of the issue:

  1. Size Chart Setting: The size chart option is enabled in our Shopify settings.

  2. Theme Compatibility: Our theme does support the built-in size chart feature.

  3. No Custom Modifications: We haven’t made any significant custom code changes that should interfere with this feature.

  4. Issue Details: When visiting a product page, there’s simply no indication or option to view the size chart. It’s as if the feature isn’t enabled at all.

This is our website: nudestockholm.se

Product page where it should be visible above the ‘size drop down menu’: https://nudestockholm.se/products/kantig-silverring

Screen shot from the product page > variant picker that shows the feature enabled:

Code snippet from product.liquid file:

{
          "type": "header",
          "content": "Size chart"
        },
        {
          "type": "checkbox",
          "id": "size-chart-enabled",
          "label": "Enable",
          "default": true
        },
        {
          "type": "text",
          "id": "size-chart-option",
          "label": "Link from option",
          "default": "size"
        },
        {
          "type": "page",
          "id": "size-chart-content",
          "label": "Page content"
        }

Has anyone else faced a similar issue or can provide insights into potential solutions? We’re keen on ensuring our customers have all the necessary information for their purchasing decisions, and the size chart is crucial for this.

Any help or guidance would be greatly appreciated!

Thank you in advance.

Hello @yrydr ,

I think the value in input “storleksguide” shoulbe be “storlek”

Try to change it and let me know.

Thanks

Unbelievable haha.. I’ve been trouble shooting for almost 1-2 days :joy:

Thank you so much Guleria! :heart:

1 Like