diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php
index 8fcd075..842847e 100755
--- a/frontend/views/catalog/product.php
+++ b/frontend/views/catalog/product.php
@@ -109,14 +109,11 @@ FlipclockAsset::register($this);
- variant->stock > 0 && $product->variant->status != 1){?>
+ variant->status != 1){?>
Купить
variant->status == 1){?>
снят с производства
- }
- else {?>
- Под заказ
-
+
|
@@ -319,17 +316,11 @@ FlipclockAsset::register($this);
@@ -342,7 +333,7 @@ FlipclockAsset::register($this);
- variant->stock > 0 && $product->variant->status != 1){?>
+ variant->status != 1){?>
@@ -380,7 +371,7 @@ FlipclockAsset::register($this);
|
variant->stock > 0 && $product->variant->status != 1) {
+ if($product->variant->status != 1) {
?>
|