フロントページ製品のコレクションをループしてテーブルを生成しています。最後の行では、最初のテーブル セルに静的コンテンツを配置する必要があります。私はそれを行うことができましたが、何らかの理由で、それを行った後にループが停止します。誰かが理由を知っていますか?
{% tablerow product in collections.frontpage.products cols: 2 %}
{% if tablerowloop.col_first and tablerowloop.last %}
<img src="{{'box.png' | asset_url}}">
{% else %}
<div class='featured-product'>
<img src="{{ product.images[1] | product_img_url: 'medium' }}">
<p>{{ product.title }}</p>
</div>
{% endif %}
{% endtablerow %}
サイトはこちら: https://hodkiewicz-zieme-and-hirthe180.myshopify.com/