OXID eShop CE
4.10.6
|
Protected Member Functions | |
_processAddress ($aData, $sTypeToProcess, $aIgnore) | |
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) | |
Protected Member Functions inherited from oxAdminView | |
_getEditShop ($sShopId) | |
_getServiceProtocol () | |
_getShopVersionNr () | |
_addNavigationHistory ($sNode) | |
_getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) | |
_resetContentCache () | |
_allowAdminEdit ($sUserId) | |
_getCountryByCode ($sCountryCode) | |
_authorize () | |
Protected Member Functions inherited from oxView | |
_executeNewAction ($sNewAction) |
Additional Inherited Members | |
Protected Attributes inherited from oxAdminDetails | |
$_oEditor = null | |
Static Protected Attributes inherited from oxAdminView | |
static | $_oNaviTree = null |
static | $_sAuthUserRights = null |
Admin order address manager. Collects order addressing information, updates it on user submit, etc. Admin Menu: Orders -> Display Orders -> Address.
Definition at line 8 of file order_address.php.
|
protected |
Iterates through data array, checks if specified fields are filled in, cleanups not needed data
array | $aData | data to process |
string | $sTypeToProcess | data type to process e.g. "oxorder__oxdel" |
array | $aIgnore | fields which must be ignored while processing |
Definition at line 49 of file order_address.php.
Order_Address::render | ( | ) |
Executes parent method parent::render(), creates oxorder object and passes it's data to Smarty engine. Returns name of template file "order_address.tpl".
Reimplemented from oxAdminDetails.
Definition at line 18 of file order_address.php.
Order_Address::save | ( | ) |
Saves ordering address information.
Reimplemented from oxAdminView.
Definition at line 88 of file order_address.php.