I am sure the product.variants in liquid will support 2000 variants since on developer preview it can already iterate over 2000 variants using the following
{%for variant in product.variants %}
A developer is building a theme block that should only display for product variants containing a specific metafield.
Current Approach:
Challenge:
Potential Alternative:
Partial Response:
product.variants in Liquid should support all 2000 variants and can iterate over them using standard Liquid markup in the developer previewThe discussion remains open regarding the best method to handle metafield checks across large variant sets.
I am sure the product.variants in liquid will support 2000 variants since on developer preview it can already iterate over 2000 variants using the following
{%for variant in product.variants %}