diff --git a/common/modules/product/widgets/views/products_block.php b/common/modules/product/widgets/views/products_block.php index 85a6e91..7b47419 100644 --- a/common/modules/product/widgets/views/products_block.php +++ b/common/modules/product/widgets/views/products_block.php @@ -15,7 +15,10 @@ use yii\web\View; is_top) :?>
Toп
- +
imageUrl, 'product_list')?>
@@ -25,9 +28,11 @@ use yii\web\View;
Бренд: brand->name?>
categoriesNames)?>
-
variant ? $product->variant->price : 0?> грн.
- -
добавить к сравнению + variant) :?> +
variant->price?> грн.
+ + +
diff --git a/frontend/views/catalog/product_item.php b/frontend/views/catalog/product_item.php index 6ba5b38..88fe13b 100755 --- a/frontend/views/catalog/product_item.php +++ b/frontend/views/catalog/product_item.php @@ -18,6 +18,6 @@ use common\components\artboximage\ArtboxImageHelper;
variant->price?> грн.
- добавить к сравнению + \ No newline at end of file diff --git a/frontend/views/catalog/product_smart.php b/frontend/views/catalog/product_smart.php index 6b9ebc9..b63d4b6 100755 --- a/frontend/views/catalog/product_smart.php +++ b/frontend/views/catalog/product_smart.php @@ -18,6 +18,6 @@ use common\components\artboximage\ArtboxImageHelper;
variant->price?> грн.
- добавить к сравнению + \ No newline at end of file -- libgit2 0.21.4