OXID eShop CE
4.10.2
|
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 inventory manager. Collects such information about article as stock quantity, delivery status, stock message, etc; Updates information (on user submit). Admin Menu: Manage Products -> Articles -> Inventory.
Definition at line 9 of file article_stock.php.
Article_Stock::addprice | ( | $sOXID = null , |
|
$aUpdateParams = null |
|||
) |
Adds or updates amount price to article
string | $sOXID | Object ID |
array | $aUpdateParams | Parameters |
Definition at line 120 of file article_stock.php.
Article_Stock::deleteprice | ( | ) |
Adds amount price to article
Definition at line 214 of file article_stock.php.
Article_Stock::render | ( | ) |
Loads article Inventory information, passes it to Smarty engine and returns name of template file "article_stock.tpl".
Reimplemented from oxAdminDetails.
Definition at line 18 of file article_stock.php.
Article_Stock::save | ( | ) |
Saves article Inventori information changes.
Reimplemented from oxAdminView.
Definition at line 78 of file article_stock.php.
Article_Stock::updateprices | ( | ) |
Updates all amount prices for article at once
Definition at line 199 of file article_stock.php.