csf:id="フィールドID_visible"またはcsf:id="フィールドID_is_not_empty"で囲った箇所は、csf:id="フィールドID"の値が空の時に表示されなくなります。
csf:id="フィールドID_is_empty"で囲った箇所は、csf:id="フィールドID"の値が空ではない時に表示されます。
<div csf:id="sample_visible"> カスタムフィールドの値は<!-- csf:id="sample" /-->です。 </div> <div csf:id="sample_is_empty"> カスタムフィールドの値は空です。 </div>
<!-- shop:module="common.custom_search_field" -->
<form action="{作成した検索ページのURLを入力してください}">
商品名:
<input type="text" csf:id="custom_search_item_name">
商品コード:
<input type="text" csf:id="custom_search_item_code">
価格:
<input type="number" csf:id="custom_search_item_price_min">~<input type="number" csf:id="custom_search_item_price_max">
フリーワード検索
<input type="text" csf:id="custom_search_csf_free_word">
簡易予約カレンダーとの連携 (jQuery等のdatepickerの使用を推奨)
予約が可能なプランの期間検索
<input type="text" csf:id="custom_search_reserve_calendar_start">〜<input type="text" csf:id="custom_search_reserve_calendar_end">
<input type="submit" value="検索する">
<a csf:id="reset_link">リセット</a>
</form>
<!-- /shop:module="common.custom_search_field" -->
<a css:id="custom_search_sort__asc">の昇順</a> <a css:id="custom_search_sort__desc">の降順</a>