From 6a89b063d04231736549fcaa16ab2e630da7b340 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 22 Jun 2017 15:32:03 +0300 Subject: [PATCH] -Trio --- frontend/views/catalog/_product_item.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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