Public Member Functions | |
render () | |
save () | |
addprice ($sOXID=null, $aUpdateParams=null) | |
updateprices () | |
deleteprice () |
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 | ( | ) |
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 17 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.