JavaScriptのonChangeイベントを使用し、セレクトボックスの値を変更したら指定のリンク先に遷移
<td class="alignC">
<select name="quantity[<!--{$item.cart_no|h}-->]">
<!--{section name=foo start=1 loop=51}-->
<option value="<!--{$smarty.section.foo.index}-->" <!--{if $item.quantity == $smarty.section.foo.index}-->selected=selected<!--{/if}-->><!--{$smarty.section.foo.index}--></option>
<!--{/section}-->
</select>
<a href="?" onclick="eccube.fnFormModeSubmit('form<!--{$key|h}-->','setQuantitys','cart_no','<!--{$item.cart_no|h}-->'); return false">変更</a>
</td>
を下に変更。
<td class="alignC">
<select name="quantity[<!--{$item.cart_no|h}-->]" onchange="eccube.fnFormModeSubmit('form<!--{$key|h}-->','setQuantitys','cart_no','<!--{$item.cart_no|h}-->'); return false">
<!--{section name=foo start=1 loop=51}-->
<option value="<!--{$smarty.section.foo.index}-->" <!--{if $item.quantity==$smarty.section.foo.index}-->selected=selected<!--{/if}-->>
<!--{$smarty.section.foo.index}-->
</option>
<!--{/section}-->
</select>
</td>
Javascript:セレクトボックス選択時にページ遷移する
教えてください。現在のカゴの中ページの数量変更をselectに変更
システム設定>マスターデータ管理
mtb_allowed_tag にタグ追加。(svg、path等を追加。)
The post EC-CUBE エディター内で使用できるタグを追加する first appeared on risalog.]]>
<!--{include_php file="`$smarty.const.TEMPLATE_REALDIR`frontparts/bloc/aaa.tpl"}-->
<!--{include file="`$smarty.const.TEMPLATE_REALDIR`frontparts/bloc/aaa.tpl"}-->
<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`frontparts/bloc/aaa.tpl"}-->
<!–{include_php file=だとsmartyタグがそのまま表示されるので、<!–{include file=を使う。
<!–{$smarty.const.HTTP_URL}–>
<!–{$TPL_URLPATH}–>
システム設定>パラメーター設定から、パラメーターを確認できる。
The post EC-CUBE テンプレートからブロックを読み込む first appeared on risalog.]]>