cart_delete
Triggered on deletion of an item from the shopping cart.
Shop-Script
Input (passed by reference)
$item array Deleted item’s data.
… your plugin code …
Output
Shop-Script
Plugin code example
PHP
public function cartDelete($item)
{
waLog::dump($item, 'shop/plugins/' . $this->id . '/cart-delete.log');
}









