No content to show

User Activity

「Dawn」のテンプレートを使用しております。  コレクションページに「特定のコレクションに属しており、且つバリエーションがある」という条件を満たした商品のみバリエーション毎に出力したいです。 例:「Tシャツ」というコレクションに属しており、S,M,L,XLと複数のバリエーションがある商品 試したこと 「main-collection-product-grid.liquid」の下記部分を修正したのですが、出力されず困っております。。。 <ul id="product-grid" data-id=...
Simonsron様 ありがとうございます。いただいたタグを追記したのですが、表示されず。。。下記実際のコードです。 {% assign additions = collections['terminal'] %} <ul class="product_list"> {% for product in additions %} {% for variant in product.variants %} <li> <img src="{{ variant.image | img_url }}"> ...
Simonsron様KyoheiOgasawara様 ご返信ありがとうございます! 質問が五月雨になってしまい申し訳ございません。 「あるコレクションに属する商品のバリエーション」を出力したいため、いただいた内容に変数を導入したのですが、何も表示されず。。。    {% assign addition = collections['コレクション名'] %} <ul> {% for variant in addition.variants %} <li> <img src="{{ variant....
shopify初心者です。TOPページにバリエーション(オプション)毎に商品を表示したいのですが、うまくいきません。またその際、商品タイトルは「商品名 バリエーション名」としたいです。例:Tシャツ 赤 初歩的な質問で申し訳ございませんが、よろしくお願いします。   <ul> {% for variant in product.variants %} <li> <img src="{{ variant.image | img_url }}"> <p>{{ variant.title }}</p> ...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Likes given to