OXID eShop CE
4.9.5
|
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) | |
Protected Attributes inherited from oxAdminDetails | |
$_oEditor = null | |
Static Protected Attributes inherited from oxAdminView | |
static | $_oNaviTree = null |
static | $_sAuthUserRights = null |
Admin article main payment manager. Performs collection and updatind (on user submit) main item information. Admin Menu: Shop Settings -> Payment Methods -> Main.
Definition at line 8 of file payment_country.php.
Payment_Country::addcountry | ( | ) |
Adds chosen user group (groups) to delivery list
Definition at line 66 of file payment_country.php.
Payment_Country::removecountry | ( | ) |
Removes chosen user group (groups) from delivery list
Definition at line 85 of file payment_country.php.
Payment_Country::render | ( | ) |
Executes parent method parent::render(), creates oxlist object, passes it's data to Smarty engine and retutns name of template file "payment_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 18 of file payment_country.php.