1. 全ページ共通
  2. $search_form.price_high_id

$search_form.price_high_id

サンプルコード

<label>価格帯で絞り込む</label>
<input type="text" data-id="<{$search_form.price_low_id}>" value="<{$search.price_low}>">〜<input type="text" data-id="<{$search_form.price_high_id}>" value="<{$search.price_high}>">円

HTML出力イメージ

<label>価格帯で絞り込む</label>
<input type="text" data-id="makeshop-search-price-low" value="入力された金額">〜<input type="text" data-id="makeshop-search-price-high" value="入力された金額">円