Liquid、JavaScriptなどに関する質問
https://shopify.github.io/buy-button-js/advanced#customizing-the-dom
こちらを参考に、BuyButtonで出力したコレクションにカスタマイズをしようとしているのですが、何も出力されません。
記述が間違っているのでしょうか?
どなたか、ご教授、お願いいたしますm(_ _)m
解決済! ベストソリューションを見る。
成功
自己解決いたしました。
以下の記述を追加したら、表示されました。
(orderに'details'を加えました。)
"templates": {
"details": '<div id="{{data.title}}">' +
'<span class="{{data.classes.product.price}}">{{data.selectedVariant.price}}</span>' +
'<div class="{{data.classes.product.description}}">{{data.description}}</div>' +
'</div>'
},
"classes": {
"details": 'product-details',
},
"styles": {
"details": {
'background-color': 'grey'
}
},
"order": [
'img',
'title',
'price',
'options',
'quantity',
'button',
'details'
],
成功
自己解決いたしました。
以下の記述を追加したら、表示されました。
(orderに'details'を加えました。)
"templates": {
"details": '<div id="{{data.title}}">' +
'<span class="{{data.classes.product.price}}">{{data.selectedVariant.price}}</span>' +
'<div class="{{data.classes.product.description}}">{{data.description}}</div>' +
'</div>'
},
"classes": {
"details": 'product-details',
},
"styles": {
"details": {
'background-color': 'grey'
}
},
"order": [
'img',
'title',
'price',
'options',
'quantity',
'button',
'details'
],
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