Inheritance diagram for Article_Stock:
 Collaboration diagram for Article_Stock:Public Member Functions | |
| render () | |
| save () | |
| addprice () | |
| 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 | ( | ) | 
| 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 79 of file article_stock.php.
 1.7.1