product_badge_delete.after
Triggered on deleting image badges for a product group.
Shop-Script
Input (passed by reference)
$params array Parameters.
$params['hash'] string Hash used to create an instance of a product collection handling class corresponding to selected products.
$params['products_id'] array IDs of individually selected products.
$params['hash'] string Hash used to create an instance of a product collection handling class corresponding to selected products.
$params['products_id'] array IDs of individually selected products.
… your plugin code …
Output
Shop-Script
Plugin code example
PHP
public function productBadgeDeleteAfter($params)
{
waLog::dump($params, 'shop/plugins/' . $this->id . '/product-badge-delete-after.log');
}









