テンプレートへの記述例
<!-- shop:module="common.new_items" -->
<section id="new_items">
<h1>新着の商品</h1>
<div class="item_list">
<!-- block:id="new_item_list" cms:count="3" cms:customfield="off" -->
<article>
<a href="detail1.html" cms:id="item_link"><img cms:id="item_small_image" src="/bryon/themes/photos/list_sample1.jpg" width="150" height="113" alt="苔オブジェ">
<h1 cms:id="item_name">苔オブジェ</h1></a>
<p class="tag"><!-- cms:id="custom_icon_field" /--></p>
<p class="price">\<!-- cms:id="item_price" -->2,750<!-- /cms:id="item_price" --></p>
<p class="form-control" cms:id="item_copy1">ロゴをかたどったオブジェ、本物の苔を植えています。</p>
<p class="new" cms:id="this_is_new" ><img src="/bryon/themes/common/images/new_icon.png" alt="NEW!"></p>
<p class="more"><a href="detail1.html" cms:id="item_link*">>>詳細を見る</a></p>
</article>
<-- /block:id="new_item_list" -->
</div>
</section>
<!-- /shop:module="common.new_items" -->
※cms:countで表示件数を指定できます。
※cms:customfield="off"にすることで、カスタムフィールドの拡張ポイントの実行をOFFにし、表示速度の高速化をはかります。