1. 商品詳細
  2. $item.is_within_sell_period

$item.is_within_sell_period

サンプルコード

<{if $item.is_within_sell_period}>
    <div>
        <a href="<{$item.cart_entry_url}>" data-button-id="cart-order">カートに入れる</a>
    </div>
<{else}>
    <p>現在購入いただけません</p>
<{/if}>

HTML出力イメージ

<p>現在購入いただけません</p>