diff --git a/lib/model/shopCartItems.model.php b/lib/model/shopCartItems.model.php index cb861cf41..0d76531f6 100644 --- a/lib/model/shopCartItems.model.php +++ b/lib/model/shopCartItems.model.php @@ -438,6 +438,10 @@ public function getByCode($code, $full_info = false, $hierarchy = true) } $items = $result; } + + wa('shop')->event('cart_items_after', ref([ + 'items' => &$items + ])); return $items; }