Changeset 18315


Ignore:
Timestamp:
2009/09/23 03:12:29 (15 years ago)
Author:
Seasoft
Message:

merge r18162
・取得元: version-2_4

  • ソース位置を正式版と揃えた。
  • 未テスト

【取得元のログメッセージ】

  • #510 ソフトバンク・ペイメント・サービスモジュールの拡張性確保のための修正
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/admin/order/edit.tpl

    r18313 r18315  
    7171        <!--{include file=$path}--> 
    7272    <!--{/if}--> 
    73      
     73 
     74                        <!--{* GMOPG連携用 *}--> 
     75                        <!--{assign var=path value=`$smarty.const.MODULE_PATH`mdl_gmopg/templates/order_edit.tpl}--> 
     76                        <!--{if file_exists($path)}--> 
     77                            <!--{include file=$path}--> 
     78                        <!--{/if}--> 
     79 
     80                        <!--{* SPS連携用 *}--> 
     81                        <!--{assign var=sps_path value=`$smarty.const.MODULE_PATH`mdl_sps/templates/sps_request.tpl}--> 
     82                        <!--{if file_exists($sps_path) && $paymentType[0].module_code == $smarty.const.MDL_SPS_CODE}--> 
     83                            <!--{include file=$sps_path}--> 
     84                        <!--{/if}--> 
     85 
     86                        <!--{* ペイジェントモジュール連携用 *}--> 
     87                        <!--{assign var=path value=`$smarty.const.MODULE_PATH`mdl_paygent/paygent_order.tpl}--> 
     88                        <!--{if file_exists($path)}--> 
     89                            <!--{include file=$path}--> 
     90                        <!--{/if}--> 
     91 
    7492    <!--▼お客様情報ここから--> 
    7593    <table class="form"> 
     
    96114        </tr> 
    97115    </table> 
    98  
    99                         <!--{* GMOPG連携用 *}--> 
    100                         <!--{assign var=path value=`$smarty.const.MODULE_PATH`mdl_gmopg/templates/order_edit.tpl}--> 
    101                         <!--{if file_exists($path)}--> 
    102                             <!--{include file=$path}--> 
    103                         <!--{/if}--> 
    104  
    105                         <!--{* SPS連携用 *}--> 
    106                         <!--{assign var=sps_path value=`$smarty.const.MODULE_PATH`mdl_sps/templates/sps_request.tpl}--> 
    107                         <!--{if file_exists($sps_path) && $paymentType[0].module_code == $smarty.const.MDL_SPS_CODE && $paymentType[0].memo03 == $smarty.const.SPS_CREDIT}--> 
    108                             <!--{include file=$sps_path}--> 
    109                         <!--{/if}--> 
    110  
    111     <!--{* F-REGI決済モジュール用 *}--> 
    112     <!--{assign var=path value=`$smarty.const.MODULE_PATH`mdl_fregi/fregi_order.tpl}--> 
    113     <!--{if file_exists($path)}--> 
    114         <!--{include file=$path}--> 
    115     <!--{/if}--> 
    116116 
    117117    <!--{foreach key=key item=item from=$arrSearchHidden}--> 
Note: See TracChangeset for help on using the changeset viewer.