- 全ページ共通
- $cart.is_estimate_enabled
$cart.is_estimate_enabled
サンプルコード
<{if $cart.is_estimate_enabled}>
<div>
<a href="<{$cart.estimate_url}>">見積書を作成する</a>
</div>
<{/if}>
HTML出力イメージ
<div>
<a href="<{$cart.estimate_url}>">見積書を作成する</a>
</div>