Index: temp/trunk/html/shopping/complete.php
===================================================================
--- temp/trunk/html/shopping/complete.php	(revision 8051)
+++ temp/trunk/html/shopping/complete.php	(revision 8337)
@@ -63,5 +63,16 @@
 	$other_data = $objQuery->get("dtb_order", "memo02", "order_id = ? ", array($order_id));
 	if($other_data != "") {
+		$arrOther = unserialize($other_data);
+		
+		// ¥Ç¡¼¥¿¤òÊÔ½¸
+		foreach($arrOther as $key => $val){
+			// URL¤Î¾ì¹ç¤Ë¤Ï¥ê¥ó¥¯¤Ä¤­¤ÇÉ½¼¨¤µ¤»¤ë
+			if (preg_match('/^(https?|ftp)(:\/\/[-_.!~*\'()a-zA-Z0-9;\/?:\@&=+\$,%#]+)$/', $val)) {
+				$arrOther[$key] = "<a href='$val'>" . $val ."</a>";
+			}
+		}
+		
 		$objPage->arrOther = unserialize($other_data);
+		
 	}
 	
Index: temp/trunk/data/downloads/module/mdl_epsilon/convenience.php
===================================================================
--- temp/trunk/data/downloads/module/mdl_epsilon/convenience.php	(revision 8336)
+++ temp/trunk/data/downloads/module/mdl_epsilon/convenience.php	(revision 8337)
@@ -113,5 +113,5 @@
 				$conveni_type = lfSetConvMSG("¥³¥ó¥Ó¥Ë¤Î¼ïÎà",$arrConvenience[$conveni_code]);	// ¥³¥ó¥Ó¥Ë¤Î¼ïÎà
 				$receipt_no   = lfSetConvMSG("Ê§¹þÉ¼ÈÖ¹æ",sfGetXMLValue($arrXML,'RESULT','RECEIPT_NO'));	// Ê§¹þÉ¼ÈÖ¹æ
-//				$payment_url = lfSetConvMSG("Ê§¹þÉ¼URL","<a href=''>" . sfGetXMLValue($arrXML,'RESULT','HARAIKOMI_URL') . "</a>");	// Ê§¹þÉ¼URL
+				$payment_url = lfSetConvMSG("Ê§¹þÉ¼URL","<a href=''>" . sfGetXMLValue($arrXML,'RESULT','HARAIKOMI_URL') . "</a>");	// Ê§¹þÉ¼URL
 				$company_code = lfSetConvMSG("´ë¶È¥³¡¼¥É",sfGetXMLValue($arrXML,'RESULT','KIGYOU_CODE'));	// ´ë¶È¥³¡¼¥É
 				$order_no = lfSetConvMSG("¼õÉÕÈÖ¹æ",sfGetXMLValue($arrXML,'RESULT','ORDER_NUMBER'));		// ¼õÉÕÈÖ¹æ
