Ignore:
Timestamp:
2011/03/11 21:15:21 (13 years ago)
Author:
nagano
Message:

モバイル・スマートフォンのデザイン調整

File:
1 edited

Legend:

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

    r20328 r20614  
    3333【ご注文内容】<br> 
    3434<!--{foreach from=$arrCartItems item=item}--> 
    35 <!--{$item.productsClass.name|h}--><br> 
     35<!--{$item.productsClass.name|h}--><br> 
    3636<!--{if $item.productsClass.classcategory_name1 != ""}--><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br><!--{/if}--> 
    3737<!--{if $item.productsClass.classcategory_name2 != ""}--><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br><!--{/if}--> 
     
    5050送料:<!--{$arrForm.deliv_fee|number_format}-->円<br> 
    5151<!--{if $arrForm.charge > 0}-->手数料:<!--{$arrForm.charge|number_format}-->円<br><!--{/if}--> 
    52 合計:<!--{$arrForm.payment_total|number_format}-->円<br> 
     52<font color="#FF0000">合計:<!--{$arrForm.payment_total|number_format}-->円</font><br> 
    5353(内消費税:<!--{$arrForm.tax|number_format}-->円)<br> 
    54  
    55 <br> 
    5654 
    5755<!--{* ログイン済みの会員のみ *}--> 
    5856<!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}--> 
     57<br> 
    5958【ポイント確認】<br> 
    6059ご注文前のポイント:<!--{$tpl_user_point|number_format|default:0}-->Pt<br> 
     
    7675    <!--{* 複数お届け先の場合、お届け先毎の商品を表示 *}--> 
    7776    <!--{foreach item=item from=$shippingItem.shipment_item}--> 
    78     <!--{$item.productsClass.name|h}--><br> 
     77    <!--{$item.productsClass.name|h}--><br> 
    7978    <!--{if $item.productsClass.classcategory_name1 != ""}--><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br><!--{/if}--> 
    8079    <!--{if $item.productsClass.classcategory_name2 != ""}--><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br><!--{/if}--> 
     
    9493お届け時間:<!--{$shippingItem.shipping_time|default:"指定なし"|h}--><br> 
    9594 
    96 <hr> 
     95<br> 
    9796<!--{/foreach}--> 
    9897<!--{/if}--> 
     
    122121<center><input type="submit" value="戻る"></center> 
    123122</form> 
    124  
    125 <br> 
Note: See TracChangeset for help on using the changeset viewer.