Labo

[EC-CUBE 2.11.4] 現在のかごの中ブロックに商品画像と商品名を表示

2011年11月27日 / 投稿者名:fukap


./data/Smarty/templates/default/frontparts/bloc/cart.tpl に以下のコードを挿入

<!--{* カゴ商品詳細表示 *}-->
<table>
<!--{if $arrCartList != ''}-->
  <!--{section name=cnt loop=$arrCartList step=-1 max=3}-->
    <!--{if $arrCartList[cnt].productsClass.name != ''}-->
      <tr><td><img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrCartList[cnt].productsClass.main_list_image|sfNoImageMainList|h}-->&width=30&height=30" /></td><td><!--{$arrCartList[cnt].productsClass.name}--></td><td><!--{$arrCartList[cnt].quantity}--></td></tr>
    <!--{/if}-->
  <!--{/section}-->
</table>
<!--{/if}-->

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

* Copy This Password *

* Type Or Paste Password Here *

*

コメント欄にコードを挿入したい場合は、[php][/php] を使ってください。