diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index 16f4ec0..197779c 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -179,6 +179,9 @@
+ averageRating ) && $product->averageRating->value) { ?>
@@ -195,6 +198,9 @@ } ?>

+

@@ -270,6 +276,7 @@
Comment::className(), 'rating_class' => Rating::className(), @@ -293,6 +300,7 @@ 'id' => 'artbox-comment', ], ]); + */ ?>
diff --git a/frontend/views/catalog/product_item.php b/frontend/views/catalog/product_item.php index 784489f..97e8158 100755 --- a/frontend/views/catalog/product_item.php +++ b/frontend/views/catalog/product_item.php @@ -41,6 +41,8 @@
averageRating && $product->averageRating->value > 0)) { ?>
@@ -57,6 +59,8 @@ ]); ?>

+ */ + ?>