Does anyone know how to add a link to the product page that will open a size chart based on the vendor? I.e. the name of the page is “[vendor] Size Chart”.
The link is only visible when there is a “Size” option on the product.
My current theme does this but we are switching themes and it does not have the capability.
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Could you please send me collaborator code and also share a screenshot showing where you want to add the vendor? I will set it up directly in your store.
Thank you yes correct that’s what I’m looking to do. But I’m not a Developer so just looking for guidance on exactly how to do it or the code that I would use or help with it. Thank you very much.
Yes, this is definitely possible, but the implementation depends on how your new theme handles product information and custom content.
One approach is to create a separate size chart for each vendor (for example, “Nike Size Chart”, “Adidas Size Chart”, etc.) and then display the appropriate chart based on the product’s vendor. You could achieve this with custom code, metafields, or theme customization, but it may require additional development work depending on the theme you’re moving to.
With Easify, you can create a Modal (Popup) that contains the relevant size chart image or content, then use Conditional Logic to display the correct size chart based on the product. You can also choose to show the size chart link only when products have a specific option such as Size, which sounds very similar to the setup you’re using now.
What I like about this approach is that you don’t need to edit theme code whenever you add a new vendor. You can simply manage the size charts directly from the app and assign them to the relevant products.
It may be worth considering if you’re looking for a more flexible solution while switching themes
You can handle this seamlessly without writing custom theme liquid or JavaScript files by using Misk Variant & Product Options.
Instead of worrying about theme capability limits, the app lets you build completely dynamic conditions that automatically display your sizing details exactly when and where they belong:
Add Size Buttons Globally: Use the app to create a reusable Size Button Option Set that can load across your entire catalog.
Inside the app, you can create unique option sets for individual brands and use the visibility trigger to show on selected products based on the Vendor name.
This allows you to effortlessly map a precise “[Vendor] Size Chart” or structural popup layout uniquely to that brand’s product catalog without writing a single line of theme code.
Showed the link only if the product had a Size option.
Matched the product’s vendor to a page named [Vendor] Size Chart.
Only showed the link if that page actually existed.
To bring this back, someone would need to add this same logic to your new theme’s product page. Or, a size chart app from the Shopify App Store could handle this without any coding.