Changeset 22457 for branches


Ignore:
Timestamp:
2013/01/28 22:10:47 (11 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.12.4)

File:
1 edited

Legend:

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

    r22206 r22457  
    173173        <!--{* ログイン済みの会員のみ *}--> 
    174174 
    175         <!--お届け先ここから--> 
    176         <!--{* 販売方法判定(ダウンロード販売のみの場合はお届け先を表示しない) *}--> 
     175        <!--{* ▼お届け先 *}--> 
     176        <!--{* 販売方法判定(ダウンロード販売の場合はお届け先を表示しない) *}--> 
    177177        <!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}--> 
    178         <!--{foreach item=shippingItem from=$arrShipping name=shippingItem}--> 
    179         <h3>お届け先<!--{if $is_multiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--></h3> 
    180         <!--{if $is_multiple}--> 
    181             <table summary="ご注文内容確認"> 
    182                 <col width="10%" /> 
    183                 <col width="60%" /> 
    184                 <col width="20%" /> 
    185                 <col width="10%" /> 
    186                 <tr> 
    187                     <th scope="col">商品写真</th> 
    188                     <th scope="col">商品名</th> 
    189                     <th scope="col">単価</th> 
    190                     <th scope="col">数量</th> 
    191                     <!--{* XXX 購入小計と誤差が出るためコメントアウト 
    192                     <th scope="col">小計</th> 
    193                     *}--> 
    194                 </tr> 
    195                 <!--{foreach item=item from=$shippingItem.shipment_item}--> 
    196                     <tr> 
    197                         <td class="alignC"> 
    198                             <a 
    199                                 <!--{if $item.productsClass.main_image|strlen >= 1}--> href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->" class="expansion" target="_blank" 
     178            <!--{foreach item=shippingItem from=$arrShipping name=shippingItem}--> 
     179                <h3>お届け先<!--{if $is_multiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--></h3> 
     180                <!--{if $is_multiple}--> 
     181                    <table summary="ご注文内容確認"> 
     182                        <col width="10%" /> 
     183                        <col width="60%" /> 
     184                        <col width="20%" /> 
     185                        <col width="10%" /> 
     186                        <tr> 
     187                            <th scope="col">商品写真</th> 
     188                            <th scope="col">商品名</th> 
     189                            <th scope="col">単価</th> 
     190                            <th scope="col">数量</th> 
     191                            <!--{* XXX 購入小計と誤差が出るためコメントアウト 
     192                            <th scope="col">小計</th> 
     193                            *}--> 
     194                        </tr> 
     195                        <!--{foreach item=item from=$shippingItem.shipment_item}--> 
     196                            <tr> 
     197                                <td class="alignC"> 
     198                                    <a 
     199                                        <!--{if $item.productsClass.main_image|strlen >= 1}--> href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->" class="expansion" target="_blank" 
     200                                        <!--{/if}--> 
     201                                    > 
     202                                        <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$item.productsClass.name|h}-->" /></a> 
     203                                </td> 
     204                                <td><!--{* 商品名 *}--><strong><!--{$item.productsClass.name|h}--></strong><br /> 
     205                                    <!--{if $item.productsClass.classcategory_name1 != ""}--> 
     206                                        <!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br /> 
     207                                    <!--{/if}--> 
     208                                    <!--{if $item.productsClass.classcategory_name2 != ""}--> 
     209                                        <!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--> 
     210                                    <!--{/if}--> 
     211                                </td> 
     212                                <td class="alignR"> 
     213                                    <!--{$item.price|sfCalcIncTax|number_format}-->円 
     214                                </td> 
     215                                <td class="alignC"><!--{$item.quantity}--></td> 
     216                                <!--{* XXX 購入小計と誤差が出るためコメントアウト 
     217                                <td class="alignR"><!--{$item.total_inctax|number_format}-->円</td> 
     218                                *}--> 
     219                            </tr> 
     220                        <!--{/foreach}--> 
     221                    </table> 
     222                <!--{/if}--> 
     223 
     224                <table summary="お届け先確認" class="delivname"> 
     225                    <col width="30%" /> 
     226                    <col width="70%" /> 
     227                    <tbody> 
     228                        <tr> 
     229                            <th scope="row">お名前</th> 
     230                            <td><!--{$shippingItem.shipping_name01|h}--> <!--{$shippingItem.shipping_name02|h}--></td> 
     231                        </tr> 
     232                        <tr> 
     233                            <th scope="row">お名前(フリガナ)</th> 
     234                            <td><!--{$shippingItem.shipping_kana01|h}--> <!--{$shippingItem.shipping_kana02|h}--></td> 
     235                        </tr> 
     236                        <tr> 
     237                            <th scope="row">郵便番号</th> 
     238                            <td>〒<!--{$shippingItem.shipping_zip01|h}-->-<!--{$shippingItem.shipping_zip02|h}--></td> 
     239                        </tr> 
     240                        <tr> 
     241                            <th scope="row">住所</th> 
     242                            <td><!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--></td> 
     243                        </tr> 
     244                        <tr> 
     245                            <th scope="row">電話番号</th> 
     246                            <td><!--{$shippingItem.shipping_tel01}-->-<!--{$shippingItem.shipping_tel02}-->-<!--{$shippingItem.shipping_tel03}--></td> 
     247                        </tr> 
     248                        <tr> 
     249                            <th scope="row">FAX番号</th> 
     250                            <td> 
     251                                <!--{if $shippingItem.shipping_fax01 > 0}--> 
     252                                    <!--{$shippingItem.shipping_fax01}-->-<!--{$shippingItem.shipping_fax02}-->-<!--{$shippingItem.shipping_fax03}--> 
    200253                                <!--{/if}--> 
    201                             > 
    202                                 <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$item.productsClass.name|h}-->" /></a> 
    203                         </td> 
    204                         <td><!--{* 商品名 *}--><strong><!--{$item.productsClass.name|h}--></strong><br /> 
    205                             <!--{if $item.productsClass.classcategory_name1 != ""}--> 
    206                                 <!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br /> 
    207                             <!--{/if}--> 
    208                             <!--{if $item.productsClass.classcategory_name2 != ""}--> 
    209                                 <!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--> 
    210                             <!--{/if}--> 
    211                         </td> 
    212                         <td class="alignR"> 
    213                             <!--{$item.price|sfCalcIncTax|number_format}-->円 
    214                         </td> 
    215                         <td class="alignC"><!--{$item.quantity}--></td> 
    216                         <!--{* XXX 購入小計と誤差が出るためコメントアウト 
    217                         <td class="alignR"><!--{$item.total_inctax|number_format}-->円</td> 
    218                         *}--> 
    219                     </tr> 
    220                 <!--{/foreach}--> 
    221             </table> 
     254                            </td> 
     255                        </tr> 
     256                        <!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}--> 
     257                            <tr> 
     258                                <th scope="row">お届け日</th> 
     259                                <td><!--{$shippingItem.shipping_date|default:"指定なし"|h}--></td> 
     260                            </tr> 
     261                            <tr> 
     262                                <th scope="row">お届け時間</th> 
     263                                <td><!--{$shippingItem.shipping_time|default:"指定なし"|h}--></td> 
     264                            </tr> 
     265                        <!--{/if}--> 
     266                    </tbody> 
     267                </table> 
     268            <!--{/foreach}--> 
    222269        <!--{/if}--> 
    223  
    224         <table summary="お届け先確認" class="delivname"> 
    225             <col width="30%" /> 
    226             <col width="70%" /> 
    227             <tbody> 
    228                 <tr> 
    229                     <th scope="row">お名前</th> 
    230                     <td><!--{$shippingItem.shipping_name01|h}--> <!--{$shippingItem.shipping_name02|h}--></td> 
    231                 </tr> 
    232                 <tr> 
    233                     <th scope="row">お名前(フリガナ)</th> 
    234                     <td><!--{$shippingItem.shipping_kana01|h}--> <!--{$shippingItem.shipping_kana02|h}--></td> 
    235                 </tr> 
    236                 <tr> 
    237                     <th scope="row">郵便番号</th> 
    238                     <td>〒<!--{$shippingItem.shipping_zip01|h}-->-<!--{$shippingItem.shipping_zip02|h}--></td> 
    239                 </tr> 
    240                 <tr> 
    241                     <th scope="row">住所</th> 
    242                     <td><!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--></td> 
    243                 </tr> 
    244                 <tr> 
    245                     <th scope="row">電話番号</th> 
    246                     <td><!--{$shippingItem.shipping_tel01}-->-<!--{$shippingItem.shipping_tel02}-->-<!--{$shippingItem.shipping_tel03}--></td> 
    247                 </tr> 
    248                 <tr> 
    249                     <th scope="row">FAX番号</th> 
    250                     <td> 
    251                         <!--{if $shippingItem.shipping_fax01 > 0}--> 
    252                             <!--{$shippingItem.shipping_fax01}-->-<!--{$shippingItem.shipping_fax02}-->-<!--{$shippingItem.shipping_fax03}--> 
    253                         <!--{/if}--> 
    254                     </td> 
    255                 </tr> 
    256             <!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}--> 
    257                 <tr> 
    258                     <th scope="row">お届け日</th> 
    259                     <td><!--{$shippingItem.shipping_date|default:"指定なし"|h}--></td> 
    260                 </tr> 
    261                 <tr> 
    262                     <th scope="row">お届け時間</th> 
    263                     <td><!--{$shippingItem.shipping_time|default:"指定なし"|h}--></td> 
    264                 </tr> 
    265             <!--{/if}--> 
    266             </tbody> 
    267         </table> 
    268         <!--{/foreach}--> 
    269         <!--{/if}--> 
    270         <!--お届け先ここまで--> 
     270        <!--{* ▲お届け先 *}--> 
    271271 
    272272        <h3>配送方法・お支払方法・その他お問い合わせ</h3> 
Note: See TracChangeset for help on using the changeset viewer.