Ignore:
Timestamp:
2011/01/14 20:40:35 (13 years ago)
Author:
kotani
Message:

#843(複数配送先の指定)

  • モバイル対応
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/confirm.tpl

    r19915 r19917  
    7373<!--{* 販売方法判定(ダウンロード販売のみの場合はお届け先を表示しない) *}--> 
    7474<!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}--> 
     75【お届け先】<br> 
    7576<!--{foreach item=shippingItem from=$shipping name=shippingItem}--> 
    76 【お届け先】<br> 
    77 <!--{if $isMultiple}--><!--{* 複数お届け先の表示 *}--> 
    78 <!--{foreach item=item from=$shippingItem.shipment_item}--> 
    79 ▼お届け先<!--{if $isMultiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--><br> 
    80 <!--{$item.productsClass.name|h}--><br> 
    81 <!--{if $item.productsClass.classcategory_name1 != ""}--><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br><!--{/if}--> 
    82 <!--{if $item.productsClass.classcategory_name2 != ""}--><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br><!--{/if}--> 
    83 数量:<!--{$item.quantity}--><br> 
    84 <!--{/foreach}--> 
     77<!--{if $isMultiple}--> 
     78    ▼お届け先<!--{$smarty.foreach.shippingItem.iteration}--><br> 
     79    <!--{* 複数お届け先の場合、お届け先毎の商品を表示 *}--> 
     80    <!--{foreach item=item from=$shippingItem.shipment_item}--> 
     81    <!--{$item.productsClass.name|h}--><br> 
     82    <!--{if $item.productsClass.classcategory_name1 != ""}--><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br><!--{/if}--> 
     83    <!--{if $item.productsClass.classcategory_name2 != ""}--><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br><!--{/if}--> 
     84    &nbsp;数量:<!--{$item.quantity}--><br> 
     85    <br> 
     86    <!--{/foreach}--> 
    8587<!--{/if}--> 
    8688 
    87 <!--{$shippingItem.shipping_name01|h}--> <!--{$shippingItem.shipping_name02|h}--><br> 
    8889〒<!--{$shippingItem.shipping_zip01|h}-->-<!--{$shippingItem.shipping_zip02|h}--><br> 
    8990<!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--><br> 
     91<!--{$shippingItem.shipping_name01|h}--> <!--{$shippingItem.shipping_name02|h}--><br> 
    9092<!--{$shippingItem.shipping_tel01}-->-<!--{$shippingItem.shipping_tel02}-->-<!--{$shippingItem.shipping_tel03}--><br> 
    91 <!--{/foreach}--> 
    9293 
    9394<br> 
    9495 
    95 【お届け日時指定】<br> 
    96 日:<!--{$shippingItem.deliv_date|default:"指定なし"|h}--><br> 
    97 時間:<!--{$shippingItem.deliv_time|default:"指定なし"|h}--><br> 
     96お届け日:<!--{$shippingItem.deliv_date|default:"指定なし"|h}--><br> 
     97お届け時間:<!--{$shippingItem.deliv_time|default:"指定なし"|h}--><br> 
    9898 
    99 <br> 
     99<hr> 
     100<!--{/foreach}--> 
    100101<!--{/if}--> 
    101102 
Note: See TracChangeset for help on using the changeset viewer.