diff --git a/frontend/views/event/show.php b/frontend/views/event/show.php
index 351f1b0..943c575 100755
--- a/frontend/views/event/show.php
+++ b/frontend/views/event/show.php
@@ -67,7 +67,10 @@ $this->title = $model->name;
models as $product) :?>
enabledVariants) ):?>
- = $this->render('../catalog/_product_item', ['model' => $product])?>
+ = $this->render('../catalog/_product_item', [
+ 'model' => $product,
+ 'category' => $product->category,
+ ])?>
--
libgit2 0.21.4