Changeset 13806 for branches/dev
- Timestamp:
- 2007/05/30 16:41:13 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/order/mail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/order/mail.php
r13805 r13806 138 138 $where = "order_id = ?"; 139 139 $arrRet = $objQuery->select("*", "dtb_order", $where, array($order_id)); 140 $objFormParam->setParam($arrRet[0]); 140 //$objFormParam->setParam($arrRet[0]); 141 print_r($arrRet); 141 142 list($point, $total_point) = sfGetCustomerPoint($order_id, $arrRet[0]['use_point'], $arrRet[0]['add_point']); 142 143 $objFormParam->setValue('total_point', $total_point); … … 148 149 $objPage->arrDisp = array_merge($objPage->arrDisp, $arrRet); 149 150 $objFormParam->setParam($arrRet); 150 151 // ¤½¤Î¾»Ùʧ¤¤¾ðÊó¤òɽ¼¨152 if($objPage->arrDisp["memo02"] != "") $objPage->arrDisp["payment_info"] = unserialize($objPage->arrDisp["memo02"]);153 if($objPage->arrDisp["memo01"] == PAYMENT_CREDIT_ID){154 $objPage->arrDisp["payment_type"] = "¥¯¥ì¥¸¥Ã¥È·èºÑ";155 }elseif($objPage->arrDisp["memo01"] == PAYMENT_CONVENIENCE_ID){156 $objPage->arrDisp["payment_type"] = "¥³¥ó¥Ó¥Ë·èºÑ";157 }else{158 $objPage->arrDisp["payment_type"] = "¤ª»Ùʧ¤¤";159 }160 151 } 161 152 }
Note: See TracChangeset
for help on using the changeset viewer.
