|
OXID eShop CE
4.8.11
|
Inheritance diagram for Order_Article:
Collaboration diagram for Order_Article:Protected Attributes | |
| $_oSearchProduct = null | |
| $_oSearchProductList = null | |
| $_oMainSearchProduct = null | |
| $_oEditObject = null | |
Protected Attributes inherited from oxAdminDetails | |
| $_oEditor = null | |
Protected Attributes inherited from oxAdminView | |
| $_aSumType | |
| $_sThisTemplate = null | |
| $_iDefEdit = 0 | |
| $_iEditLang = 0 | |
| $_sShopTitle = " - " | |
| $_sShopVersion = null | |
| $_sServiceUrl = null | |
| $_oEditShop = null | |
| $_sEditObjectId = null | |
Protected Attributes inherited from oxView | |
| $_aViewData = array() | |
| $_sClassLocation = null | |
| $_sThisAction = null | |
| $_oParent = null | |
| $_blIsComponent = false | |
| $_sThisTemplate = null | |
| $_sViewId = null | |
| $_sClass = null | |
| $_sFnc = null | |
| $_sTrustedShopId = null | |
| $_sTSExcellenceId = null | |
| $_sCharSet = null | |
| $_sVersion = null | |
| $_blDemoVersion = null | |
| $_blDemoShop = null | |
| $_iNewsStatus = null | |
| $_sShopLogo = null | |
| $_sCategoryId = null | |
| $_oClickCat = null | |
| $_blIsCallForCache = false | |
| $_oViewConf = null | |
Additional Inherited Members | |
Protected Member Functions inherited from oxAdminDetails | |
| _getTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
| _getEditValue ($oObject, $sField) | |
| _processEditValue ($sValue) | |
| _getPlainEditor ($iWidth, $iHeight, $oObject, $sField) | |
| _generateTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
| _createCategoryTree ($sTplVarName, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) | |
| _getCategoryTree ($sTplVarName, $sSelectedCatId, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) | |
| _setupNavigation ($sNode) | |
| _resetCounts ($aIds) | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
Admin order article manager. Collects order articles information, updates it on user submit, etc. Admin Menu: Orders -> Display Orders -> Articles.
Definition at line 8 of file order_article.php.
| Order_Article::addThisArticle | ( | ) |
| Order_Article::deleteThisArticle | ( | ) |
| Order_Article::getEditObject | ( | ) |
| Order_Article::getMainProduct | ( | ) |
Returns product found by search. If product is variant - returns parent object
Definition at line 111 of file order_article.php.
| Order_Article::getProductList | ( | ) |
Returns product list containing searchable product or its parent and its variants
Definition at line 141 of file order_article.php.
| Order_Article::getSearchProduct | ( | ) |
If possible returns searched/found oxarticle object
Definition at line 89 of file order_article.php.
| Order_Article::getSearchProductArtNr | ( | ) |
| Order_Article::render | ( | ) |
Executes parent method parent::render(), creates oxorder and oxvoucherlist objects, appends voucherlist information to order object and passes data to Smarty engine, returns name of template file "order_article.tpl".
Reimplemented from oxAdminDetails.
Definition at line 47 of file order_article.php.
| Order_Article::storno | ( | ) |
| Order_Article::updateOrder | ( | ) |
Updates order articles stock and recalculates order
Definition at line 258 of file order_article.php.
|
protected |
Definition at line 38 of file order_article.php.
|
protected |
Definition at line 31 of file order_article.php.
|
protected |
Definition at line 15 of file order_article.php.
|
protected |
Definition at line 24 of file order_article.php.