Size Chart
Add a size chart to the product view.
When a product has the size-chart metafield set, SPLY shows a Size chart button in the product view. Tapping it opens a modal with the image you uploaded.
Setting up the metafield
Shopify admin → Settings → Custom data → Products
Add definition
Fill in:
Name: Size Chart
Namespace and key:
custom.size_chartType: File → Image (SPLY calls
image_urlon the value, so it must be an image, not "Any file")
Save
Filling it in per product
Open a product in admin
Scroll to Metafields
Find Size Chart
Upload the image (or pick one from the Files library)
Save
Supported formats: JPG, PNG, WEBP, SVG. A PNG with a transparent background renders cleanly over the modal in both light and dark mode.
Note — The image is shown in a centred modal capped at the panel width and loaded at up to 1400px wide, so a single ~1600px export scales properly across devices.
Last updated