diff --git a/lib/classes/shopViewHelper.class.php b/lib/classes/shopViewHelper.class.php index c206309df..7c4c53974 100644 --- a/lib/classes/shopViewHelper.class.php +++ b/lib/classes/shopViewHelper.class.php @@ -369,6 +369,7 @@ public function features(&$products, $public_only = true) $is_from_template = waConfig::get('is_template'); waConfig::set('is_template', null); wa('shop')->event('view_features', $result); + wa('shop')->event('view_features.products', $products); waConfig::set('is_template', $is_from_template); return $result;