diff --git a/frontend/views/event/show.php b/frontend/views/event/show.php index 943c575..782cac8 100755 --- a/frontend/views/event/show.php +++ b/frontend/views/event/show.php @@ -59,22 +59,21 @@ $this->title = $model->name; body?> - -
-
- -
-
+
+ +
+ models as $product) :?> + enabledVariants) ):?> + render('../catalog/_product_item', [ + 'model' => $product, + 'category' => $product->category, + ])?> + + +
+
+ \ No newline at end of file -- libgit2 0.21.4