No content to show
User Activity
Thanks Tim, I think you're right!As a follow-up, the solution turned out even more convoluted than we had imagined.We have a theme object stored on the window, so we added the taxonomy IDs with the base sizes to that, eg. window.theme = {
baseSi...
Hi, thanks for the suggestion! This doesn't work, unfortunately. The closest thing is if I do:{{ product.metafields.shopify.size.value }} this returns a MetaobjectListDrop, which is where I can see all the taxonomy value IDs - from where I am unable ...
We're now using taxonomy category metafields, and have our product sizes linked to category metafields, see screenshot below. My question is: how do we display the base size in a liquid template? I can display the label and the global taxonomy ID (ta...
You can assign a product to a category and then a list of category metafields will become available on the product.You can access them in the same way as standard metafields, but using the shopify namespace.To see the namespace, key and return type (...