Hello,
How can I use a drop-down ONLY for the size variant picker? And keep the color variant as swatch.
Thanks
Hello,
How can I use a drop-down ONLY for the size variant picker? And keep the color variant as swatch.
Thanks
Thank you for reaching out and posting this question!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
This should not be difficult.
Edit your theme code, find snippets/product-variant-picker.liquid and modify this line:
https://github.com/Shopify/dawn/blob/main/snippets/product-variant-picker.liquid#L23
from
if block.settings.picker_type == 'dropdown'
to
if block.settings.picker_type == 'dropdown' or option.name == 'Size'
Unfortunately, that line does not exist. i search the liquid.
Im using Dawn 12
That would be much more complex. Updating to a current version, i believe may be easier.
I have way too much custom coding to update. Thanks anyways ![]()