I exported some products tonight and I see the csv now has fields “Option 1 Linked to”, “Option 2 Linked to”, and “Option 3 Linked to”. What are these fields?
Hey @Gaynor_Novak ,
Purpose of these fields:
-
They allow one variant option to affect the availability or values of other options.
-
This feature is useful when one variant choice depends on another. For example, if choosing a size limits the available color options.
Example Use Case:
-
Product: T- Shirt
-
Option 1: size(S,M,L)
-
Option 2: Color(red, blue)
How Its Works:
-
In the CSV, these fields indicate which Values of one option should correspond to values in another option.
-
If these fields contain valid entries, Shopify uses them to dynamically limit choices shown to the customer in the product page dropdowns.
This new functionality helps enhance user experience by reducing invalid variant combinations, ensuring customers see only valid selections for related options.
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regard,
Rajat Sharma
Good question. Squat an answer.
Okies. Where might one put such link on the product page?
The linked logic works in the variant dropdown on the product page. You can place the logic by:
- In the theme’s JavaScript: Modify the variant change listener (e.g., product.js) to dynamically filter the options.
- Below the dropdowns: Add messages or tooltips explaining linked behavior (e.g., “Color options update based on size”).
This ensures the linking appears seamless in variant selectors
thanks
For example, if you’re selling a t-shirt with multiple sizes and colors:
- Option 1 might be “Size” (e.g., Small, Medium, Large),
- Option 2 could be “Color” (e.g., Red, Blue, Green),
- The “Linked to” field indicates how these options are connected to specific product variations.
These fields help systems manage which combinations are valid for your products. If you haven’t seen them before, they might be new fields added by an update or plugin that manages variants. You can likely leave them blank unless you’re specifically managing linked variants.
Hope that helps! Let me know if you need more clarification.