Liquid、JavaScriptなどに関する質問
お世話になります。
早速質問です。
商品ページのオプションがプルダウンで表示されてるのですが、そこをラジオボタンに変更したいです。
オプションの数が少ないのでラジオボタンのほうが良いかなと。
product-template.liquidの下記部分を変更すると思うのですが、どのようにすればいいのでしょうか?
<select name="id" id="ProductSelect-{{ section.id }}" class="product-single__variants">
{% for variant in product.variants %}
{% if variant.available %}
<option {% if variant == product.selected_or_first_available_variant %} selected="selected" {% endif %} data-sku="{{ variant.sku }}" value="{{ variant.id }}">{{ variant.title }} - {{ variant.price | money_with_currency }}</option>
{% else %}
<option disabled="disabled">
{{ variant.title }} - {{ 'products.product.sold_out' | t }}
</option>
{% endif %}
{% endfor %}
</select>
以上、よろしくお願いします。
下記のURLが参考になるかもしれません。一度、お試しください。
http://webmastersjob.blogspot.com/2014/01/radio-buttons-for-product-variations-in.html?m=1
Shopify アカデミーの学習パスと認定スキルバッジExpanding Your Shopify Business Internationallyを活用して、国際的にビジネ...
By Shopify Feb 7, 2025Shopify アカデミーの学習パスB2B on Shopify:立ち上げとカスタマイズで卸売販売に進出しましょう。これら3つの無料コースは、ShopifyストアでB2B機能...
By Shopify Jan 31, 2025サポートの選択肢が増えていく中、最適となる選択の判断が難しくなっているかと存じます。今回は問題の解決に最適となるサポートの選択方法を、紹介させて頂きます。 選択肢のご紹介...
By Mirai Oct 6, 2024