From 01b6f5fdd0722a1b26e46b7d6ed3b96f6fb002c0 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 21 Oct 2016 18:55:54 +0300 Subject: [PATCH] big commti --- frontend/views/catalog/_product_item.php | 10 +++++++++- frontend/web/css/css_header.css | 4 +++- 2 files changed, 12 insertions(+), 2 deletions(-) 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) {?> + в наличии + + под заказ + +
  • Бренд: 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