diff --git a/frontend/views/catalog/_product_item.php b/frontend/views/catalog/_product_item.php
index 87d122a..2e69133 100755
--- a/frontend/views/catalog/_product_item.php
+++ b/frontend/views/catalog/_product_item.php
@@ -68,7 +68,15 @@ use yii\helpers\Url;
-
+ -
+ variant->status == 1){?>
+ снят с производства
+ variant->stock > 0) {?>
+ в наличии
+
+ под заказ
+
+
- Бренд: = !empty($model->brand) ? $model->brand->name : '' ?>
getActiveProperties($category->category_id) as $group): ?>
diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css
index c780023..a555914 100755
--- a/frontend/web/css/css_header.css
+++ b/frontend/web/css/css_header.css
@@ -11656,7 +11656,9 @@ a.preview {
.product_detail .info_table .left_count.available {
color: #390
}
-
+.available{
+ color: #390;
+}
.product_detail .info_table .price_block {
background-color: #f3f3f3;
border-radius: 0 0 5px 5px;
--
libgit2 0.21.4