Ignore:
Timestamp:
2006/11/16 10:32:21 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_epsilon/convenience.php

    r8325 r8335  
    109109                // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
    110110                $objSiteSess->setRegistFlag(); 
    111                  
     111 
    112112                $conveni_code = sfGetXMLValue($arrXML,'RESULT','CONVENI_CODE'); // ¥³¥ó¥Ó¥Ë¥³¡¼¥É 
    113113                $conveni_type = lfSetConvMSG("¥³¥ó¥Ó¥Ë¤Î¼ïÎà",$arrConvenience[$conveni_code]);  // ¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
    114114                $receipt_no   = lfSetConvMSG("ʧ¹þɼÈÖ¹æ",sfGetXMLValue($arrXML,'RESULT','RECEIPT_NO'));    // ʧ¹þɼÈÖ¹æ 
    115                 $payment_url = lfSetConvMSG("ʧ¹þɼURL",sfGetXMLValue($arrXML,'RESULT','HARAIKOMI_URL'));   // ʧ¹þɼURL 
     115                $payment_url = lfSetConvMSG("ʧ¹þɼURL","<a href=''>" . sfGetXMLValue($arrXML,'RESULT','HARAIKOMI_URL') . "</a>");  // ʧ¹þɼURL 
    116116                $company_code = lfSetConvMSG("´ë¶È¥³¡¼¥É",sfGetXMLValue($arrXML,'RESULT','KIGYOU_CODE'));   // ´ë¶È¥³¡¼¥É 
    117117                $order_no = lfSetConvMSG("¼õÉÕÈÖ¹æ",sfGetXMLValue($arrXML,'RESULT','ORDER_NUMBER'));        // ¼õÉÕÈÖ¹æ 
    118118                $tel = lfSetConvMSG("ÅÅÏÃÈÖ¹æ",$_POST["order_tel01"]."-".$_POST["order_tel02"]."-".$_POST["order_tel03"]);  // ÅÅÏÃÈÖ¹æ 
    119119                $payment_limit = lfSetConvMSG("»Ùʧ´üÆü",sfGetXMLValue($arrXML,'RESULT','CONVENI_LIMIT'));  // »Ùʧ´üÆü 
    120                  
     120 
    121121                //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
    122122                switch($conveni_code) { 
     
    168168                    break; 
    169169                } 
    170                  
     170 
    171171                //»Ùʧ´ü¸Â 
    172172                $arrRet['br2'] = lfSetConvMSG("","\n\n"); 
    173173                $arrRet['cv_payment_limit'] = $payment_limit; 
    174174                $arrRet['br3'] = lfSetConvMSG("","\n\n"); 
    175                  
     175 
    176176                // ¥¿¥¤¥È¥ë 
    177177                $arrRet['title'] = lfSetConvMSG("¥³¥ó¥Ó¥Ë·èºÑ", true); 
    178                  
     178 
    179179                //¥³¥ó¥Ó¥Ë·èºÑ¾ðÊó¤ò³ÊǼ 
    180180                $sqlval['conveni_data'] = serialize($arrRet); 
     
    182182                $sqlval['memo02'] = serialize($arrRet); 
    183183                $sqlval["memo03"] = $arrPayment[0]["module_id"]; 
    184                  
     184 
    185185                // ¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤Ë¹¹¿· 
    186186                sfRegistTempOrder($uniqid, $sqlval); 
Note: See TracChangeset for help on using the changeset viewer.