Shopify Variants

前端 未结 3 1883
执念已碎
执念已碎 2021-01-14 09:59

Wondering if there is any way to assign variants to custom radio inputs? I\'d like to set up tiered shipping with different rates for 2 Day, 3 Day and Standard shipping. I c

3条回答
  •  甜味超标
    2021-01-14 10:24

    Also note that there is no reason to use option_selector.js code. Shopify hands off all the product information including the options and variants as JSON. You are free to build any data structure you want, assign any events you want and generally go about client-side coding as you need to go. Without using that bit of code. It is merely a suggestion about how one can do things with Shopify. It gets widespread use, but it is not the end all, be all.

提交回复
热议问题