From b5a6d518bddababeaf50fc623ad8820f653eb9a1 Mon Sep 17 00:00:00 2001 From: yarik Date: Fri, 22 Jul 2016 18:53:29 +0300 Subject: [PATCH] Comment added --- frontend/views/catalog/product.php | 8 ++++++++ frontend/views/catalog/product_item.php | 4 ++++ 2 files changed, 12 insertions(+), 0 deletions(-) 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 @@ ]); ?>

+ */ + ?>