diff --git a/frontend/views/catalog/_product_item.php b/frontend/views/catalog/_product_item.php
index 46105cf..fbf9fa5 100755
--- a/frontend/views/catalog/_product_item.php
+++ b/frontend/views/catalog/_product_item.php
@@ -94,13 +94,15 @@ use yii\helpers\Url;
Особенности
- variant->status == 1){?>
- снят с производства
- variant->stock > 0) {?>
- в наличии
-
- под заказ
-
+ variant->status == 1){?>
+ снят с производства
+ variant->status == 2) {?>
+ в ожидании
+ variant->stock > 0) {?>
+ в наличии
+
+ под заказ
+
--
libgit2 0.21.4