This snippet generates linked options for Shopify's Dawn theme. Please note, this works for drop down boxes only, not the default "pill" selectors.
Development experience is required to use this snippet. This snippet is supplied "as-is", I cannot install/modify this snippet for your store. I am not personally affiliated with Shopify Inc.
Note the Box Quantity value changes from 36 to 12.
msedge_iFq47KfTGe.mp4
- Copy the "linked-selectors.liquid" file into the "snippets" section of your Dawn theme.
- Add the following to "theme.liquid" just before the tag:
{% if(request.page_type == 'product') %}
{% render 'linked-options' %}
{% endif %}
- Built from the ground up using native Javascript
- Automatically select an option if a variant is specified in the URL.
- Remove the variable parameter from the URL if an invalid selection is made.
This modification may contain bugs, it may stop working at any time, it is supplied completely "as-is". Please test this modification before making it live.
Install at your own risk, I accept no liability for any indirect or consequential loss or damage, or for any loss of data, profit, revenue or business if you install this modification.
Although this snippet is completely "as-is" and free for you to use/modify, if you are in the position to show a small token of thanks click the link below.
Alternatively, "Star" this project or contribute!