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 | 279 | <div class="both"></div> |
| 280 | 280 | <div class="comment-wrapper"> |
| 281 | 281 | <?php |
| 282 | - echo CommentWidget::widget([ | |
| 283 | - 'model' => $product, | |
| 284 | - ]); | |
| 282 | +// echo CommentWidget::widget([ | |
| 283 | +// 'model' => $product, | |
| 284 | +// ]); | |
| 285 | 285 | ?> |
| 286 | 286 | </div> |
| 287 | 287 | <?= \common\modules\product\widgets\similarProducts::widget([ 'product' => $product ]) ?> | ... | ... |