OXID eShop CE
4.9.10
|
Protected Attributes | |
$_aUnitsArray = 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 article extended parameters manager. Collects and updates (on user submit) extended article properties ( such as weight, dimensions, purchase Price and etc.). There is ability to assign article to any chosen article group. Admin Menu: Manage Products -> Articles -> Extended.
Definition at line 10 of file article_extend.php.
Article_Extend::addDefaultValues | ( | $aParams | ) |
Adds default values for extended article parameters. Returns modified parameters array.
array | $aParams | Article parameters array |
Definition at line 223 of file article_extend.php.
Article_Extend::deletemedia | ( | ) |
Deletes media url (with possible linked files)
Definition at line 204 of file article_extend.php.
Article_Extend::getUnitsArray | ( | ) |
Returns array of possible unit combination and its translation for edit language
Definition at line 254 of file article_extend.php.
Article_Extend::render | ( | ) |
Collects available article extended parameters, passes them to Smarty engine and returns template file name "article_extend.tpl".
Reimplemented from oxAdminDetails.
Definition at line 26 of file article_extend.php.
Article_Extend::save | ( | ) |
Saves modified extended article parameters.
Reimplemented from oxAdminView.
Definition at line 113 of file article_extend.php.
Article_Extend::updateMedia | ( | ) |
Updates existing media descriptions
Definition at line 233 of file article_extend.php.
|
protected |
Definition at line 18 of file article_extend.php.