Does anyone have a simple code for displaying sizes on collection pages?
Would prefer to show all sizes with unavailable sizes greyed out and with a strikethrough.
Using the Impact theme.
Found this very simple code from another discussion:
{{ product.options[0] }}: {{ product.variants[0].option1 }}
However it seems Shopify has made some changes since then.
The Impact theme also has the option of using Product variations instead of Product Variants, which we do use.
Would eventually really like to be able to show available Product Variations on the collection pages as well or show the available colors for each product (these are multiple different products through product variations).
If anyone would have a solution for that as well, that would be great.