72 if ( $this->_aOrderList === null ) {
73 $this->_aOrderList = array();
76 if ( $oUser = $this->
getUser() ) {
77 $iNrofCatArticles = (int) $this->
getConfig()->getConfigParam(
'iNrofCatArticles' );
78 $iNrofCatArticles = $iNrofCatArticles?$iNrofCatArticles:1;
79 $this->_iAllArtCnt = $oUser->getOrderCount();
80 if ( $this->_iAllArtCnt && $this->_iAllArtCnt > 0 ) {
81 $this->_aOrderList = $oUser->getOrders( $iNrofCatArticles, $this->
getActPage() );
82 $this->_iCntPages = round( $this->_iAllArtCnt/$iNrofCatArticles + 0.49 );
96 if ( $this->_aArticlesList === null ) {
99 $this->_aArticlesList =
false;
101 if ( $oOrdersList && $oOrdersList->count() ) {
102 $this->_aArticlesList =
oxNew(
'oxarticlelist' );
103 $this->_aArticlesList->loadOrderArticles( $oOrdersList );
116 if ( $this->_oPageNavigation === null ) {
119 return $this->_oPageNavigation;
136 $aPath[
'link'] = $this->
getLink();