Marik![]() 2006-11-10 11:26 | I want change the option by new order to let them in my admin section standard on Processing incomming |
wewior (OpenSolution)2006-11-10 11:59 | so if i understand you correctly you want to change start status of order to
$oFF->setRow( Array( $aForm['iOrder'], $_SESSION['iCustomer'], 1 ) );
$oFF->setRow( Array( $aForm['iOrder'], $_SESSION['iCustomer'], 2 ) );
|