OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Application\Controller\Admin\OrderAddress Class Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Application\Controller\Admin\OrderAddress:
+ Collaboration diagram for OxidEsales\EshopCommunity\Application\Controller\Admin\OrderAddress:

Public Member Functions

 render ()
 
 save ()
 

Protected Member Functions

 _processAddress ($aData, $sTypeToProcess, $aIgnore)
 

Detailed Description

Admin order address manager. Collects order addressing information, updates it on user submit, etc. Admin Menu: Orders -> Display Orders -> Address.

Member Function Documentation

◆ _processAddress()

OxidEsales\EshopCommunity\Application\Controller\Admin\OrderAddress::_processAddress (   $aData,
  $sTypeToProcess,
  $aIgnore 
)
protected

Iterates through data array, checks if specified fields are filled in, cleanups not needed data

Parameters
array$aDatadata to process
string$sTypeToProcessdata type to process e.g. "oxorder__oxdel"
array$aIgnorefields which must be ignored while processing
Returns
null

◆ render()

OxidEsales\EshopCommunity\Application\Controller\Admin\OrderAddress::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".

Returns
string

◆ save()

OxidEsales\EshopCommunity\Application\Controller\Admin\OrderAddress::save ( )

Saves ordering address information.


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