Hook | actionObjectProductInCartDeleteBefore |
---|---|
Locations | BO FO |
Type | action |
Origin | core |
Aliases | |
Description | This hook is called before a product is removed from a cart |
This hook has an $array_return
parameter set to true
(module output will be set by name in an array, see explaination here).
Origin | File |
---|---|
core | controllers/front/CartController.php |
Hook::exec('actionObjectProductInCartDeleteBefore', $data, null, true)