|
OXID eShop CE
4.9.7
|
Inheritance diagram for Order_Main:
Collaboration diagram for Order_Main:Protected Attributes | |
| $fieldsTriggerNoOrderRecalculation | |
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 article main order manager. Performs collection and updatind (on user submit) main item information. Admin Menu: Orders -> Display Orders -> Main.
Definition at line 8 of file order_main.php.
| Order_Main::render | ( | ) |
Executes parent method parent::render(), creates oxorder and oxuserpayment objects, passes data to Smarty engine and returns name of template file "order_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 27 of file order_main.php.
| Order_Main::resetorder | ( | ) |
Resets order shipping date.
Definition at line 193 of file order_main.php.
| Order_Main::save | ( | ) |
Saves main orders configuration parameters.
Reimplemented from oxAdminView.
Definition at line 82 of file order_main.php.
| Order_Main::senddownloadlinks | ( | ) |
Sends download links.
Definition at line 180 of file order_main.php.
| Order_Main::sendorder | ( | ) |
Sends order.
Definition at line 156 of file order_main.php.
|
protected |
Definition at line 15 of file order_main.php.