Ignore:
Timestamp:
2008/07/17 21:31:46 (16 years ago)
Author:
Seasoft
Message:

ポイントシステムをON・OFF可能に。フロント機能のみの暫定対応。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/shopping/LC_Page_Shopping_Payment.php

    r16741 r17435  
    370370        $objErr->arrErr = $this->objFormParam->checkError(); 
    371371 
     372        if (USE_POINT === false) { 
     373            $_POST['point_check'] = ""; 
     374            $_POST['use_point'] = "0"; 
     375        } 
     376         
    372377        if (!isset($_POST['point_check'])) $_POST['point_check'] = ""; 
    373  
     378         
    374379        if($_POST['point_check'] == '1') { 
    375380            $objErr->doFunc(array("ポイントを使用する", "point_check"), array("EXIST_CHECK")); 
Note: See TracChangeset for help on using the changeset viewer.