Changeset 17703 for branches/version-1/html/shopping/payment.php
- Timestamp:
- 2008/11/10 20:57:44 (18 years ago)
- File:
-
- 1 edited
-
branches/version-1/html/shopping/payment.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-1/html/shopping/payment.php
r17687 r17703 67 67 // ÆþÎÏÃͤÎÊÑ´¹ 68 68 $objFormParam->convParam(); 69 $objPage->arrErr = lfCheckError($objPage->arrData );69 $objPage->arrErr = lfCheckError($objPage->arrData, $arrInfo, $objCartSess ); 70 70 // ÆþÎÏ¥¨¥é¡¼¤Ê¤· 71 71 if(count($objPage->arrErr) == 0) { … … 163 163 164 164 /* ÆþÎÏÆâÍÆ¤Î¥Á¥§¥Ã¥¯ */ 165 function lfCheckError($arrData ) {165 function lfCheckError($arrData, $arrInfo, $objCartSess ) { 166 166 global $objFormParam; 167 167 global $objCustomer; … … 187 187 188 188 //¤ª»ÙʧÊýË¡¤ÎÀ°¹çÀ 189 $objView = new SC_SiteView(); 190 $objSiteInfo = $objView->objSiteInfo; 191 $arrInfo = $objSiteInfo->data; 192 $objCartSess = new SC_CartSession(); 193 $arrInfo = $objSiteInfo->data; 194 // ¹ØÆþ¶â³Û¤Î¼èÆÀÆÀ 189 // ¹ØÆþ¶â³Û¤Î¼èÆÀÆÀ 195 190 $total_pretax = $objCartSess->getAllProductsTotal($arrInfo); 196 191 // »Ùʧ¤¤ÊýË¡¤Î¼èÆÀ
Note: See TracChangeset
for help on using the changeset viewer.
