Go to the documentation of this file.
22 $aOrders =
oxNew(
'oxlist');
23 $aOrders->init(
'oxorder');
24 $aOrders->selectString(
"select * from oxorder where oxorder.oxsenddate = '0000-00-00 00:00:00' and oxorder.oxshopid = '".
$myConfig->getShopId().
"' order by oxorder.oxorderdate asc limit 5000" );
26 $this->_aViewData[
'resultset'] = $aOrders;
28 return "order_package.tpl";