Catalog inventory module observer
Located in /CatalogInventory/Model/Observer.php (line 34)
Product qty's checked data is valid if you check quote item qty and use singleton instance
Product qty's checked data is valid if you check quote item qty and use singleton instance
Array, indexed by product's id to contain stockItems of already loaded products Some kind of singleton for product's stock item
Add stock information to product
Add Stock items to product collection
Add information about producs stock status to collection Used in for product collection after load
Add stock status to prepare index select
Cancel order item
Catalog Product website update
Subtract qtys of quote item products after multishipping checkout
Check product inventory data when quote item quantity declaring
Copy product inventory data (used for product duplicate functionality)
Register saving order item
Lock DB rows for order products
We need do it for resolving problems with inventory on placing some orders in one time
Add stock status limitation to catalog product price index select object
Update Only product status observer
Return creditmemo items qty to stock
Back refunded item qty to stock
Refresh stock index for specific stock items after succesful order placement
Remove stock information from static variable
Revert quote items inventory data (cover not success order place case)
Saving product inventory data. Product qty calculated dynamically.
Subtract quote items qtys from stock items related with quote items products.
Used before order placing to make order save/place transaction smaller Also called after every successful order placement to ensure subtraction of inventory
Update items stock status and low stock date.
Adds stock item qty to $items (creates new entry or increments existing one)
$items is array with following structure: array( $productId => array( 'qty' => $qty, 'item' => $stockItems|null ) )
Get product qty includes information from all quote items Need be used only in sungleton mode
Prepare array with iformation about used product qty and product stock item
result is: array( $productId => array( 'qty' => $qty, 'item' => $stockItems|null ) )
Get product qty includes information from all quote items Need be used only in sungleton mode
Prepare stock item data for save
Documentation generated on Fri, 11 Feb 2011 17:09:02 +0200 by phpDocumentor 1.4.3