OXID eShop CE  6.1.4
OxidEsales\EshopCommunity\Application\Controller\AccountOrderController Class Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Application\Controller\AccountOrderController:
+ Collaboration diagram for OxidEsales\EshopCommunity\Application\Controller\AccountOrderController:

Public Member Functions

 render ()
 
 getOrderList ()
 
 getOrderArticleList ()
 
 getPageNavigation ()
 
 getBreadCrumb ()
 

Protected Attributes

 $_iAllArtCnt = 0
 
 $_iCntPages = null
 
 $_sThisTemplate = 'page/account/order.tpl'
 
 $_aOrderList = null
 
 $_aArticlesList = null
 

Detailed Description

Current user order history review. When user is logged in order review fulfils history about user submitted orders. There is some details information, such as ordering date, number, recipient, order status, some base ordered articles information, button to add article to basket. OXID eShop -> MY ACCOUNT -> Newsletter.

Member Function Documentation

◆ getBreadCrumb()

OxidEsales\EshopCommunity\Application\Controller\AccountOrderController::getBreadCrumb ( )

Returns Bread Crumb - you are here page1/page2/page3...

Returns
array

◆ getOrderArticleList()

OxidEsales\EshopCommunity\Application\Controller\AccountOrderController::getOrderArticleList ( )

Template variable getter. Returns ordered articles

Returns
\OxidEsales\Eshop\Application\Model\ArticleList | false

◆ getOrderList()

OxidEsales\EshopCommunity\Application\Controller\AccountOrderController::getOrderList ( )

Template variable getter. Returns orders

Returns
array

◆ getPageNavigation()

OxidEsales\EshopCommunity\Application\Controller\AccountOrderController::getPageNavigation ( )

Template variable getter. Returns page navigation

Returns
object

◆ render()

OxidEsales\EshopCommunity\Application\Controller\AccountOrderController::render ( )

If user is not logged in - returns name of template \OxidEsales\Eshop\Application\Controller\AccountOrderController::_sThisLoginTemplate, or if user is allready logged in - returns name of template \OxidEsales\Eshop\Application\Controller\AccountOrderController::_sThisTemplate

Returns
string $_sThisTemplate current template file name

Member Data Documentation

◆ $_aArticlesList

OxidEsales\EshopCommunity\Application\Controller\AccountOrderController::$_aArticlesList = null
protected

◆ $_aOrderList

OxidEsales\EshopCommunity\Application\Controller\AccountOrderController::$_aOrderList = null
protected

◆ $_iAllArtCnt

OxidEsales\EshopCommunity\Application\Controller\AccountOrderController::$_iAllArtCnt = 0
protected

◆ $_iCntPages

OxidEsales\EshopCommunity\Application\Controller\AccountOrderController::$_iCntPages = null
protected

◆ $_sThisTemplate

OxidEsales\EshopCommunity\Application\Controller\AccountOrderController::$_sThisTemplate = 'page/account/order.tpl'
protected

The documentation for this class was generated from the following file: