Ignore:
Timestamp:
2011/01/19 19:41:08 (13 years ago)
Author:
kotani
Message:

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

  • モバイル・スマートフォンのお届け日指定プルダウン対応
File:
1 edited

Legend:

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

    r19972 r19984  
    221221                    <tr> 
    222222                        <th>お届け日</th> 
    223                         <td><!--{$shippingItem.deliv_date|default:"指定なし"|h}--></td> 
     223                        <td><!--{$shippingItem.shipping_date|default:"指定なし"|h}--></td> 
    224224                    </tr> 
    225225                    <tr> 
    226226                       <th>お届け時間</th> 
    227                         <td><!--{$shippingItem.deliv_time|default:"指定なし"|h}--></td> 
     227                        <td><!--{$shippingItem.shipping_time|default:"指定なし"|h}--></td> 
    228228                    </tr> 
    229229                <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.