Commit 1a0c1fe7414fac67a4a2c75f4bd04eb932e6a7a5
1 parent
c05bf005
Comment added
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
frontend/views/catalog/product.php
@@ -279,9 +279,9 @@ | @@ -279,9 +279,9 @@ | ||
279 | <div class="both"></div> | 279 | <div class="both"></div> |
280 | <div class="comment-wrapper"> | 280 | <div class="comment-wrapper"> |
281 | <?php | 281 | <?php |
282 | - echo CommentWidget::widget([ | ||
283 | - 'model' => $product, | ||
284 | - ]); | 282 | +// echo CommentWidget::widget([ |
283 | +// 'model' => $product, | ||
284 | +// ]); | ||
285 | ?> | 285 | ?> |
286 | </div> | 286 | </div> |
287 | <?= \common\modules\product\widgets\similarProducts::widget([ 'product' => $product ]) ?> | 287 | <?= \common\modules\product\widgets\similarProducts::widget([ 'product' => $product ]) ?> |