From aac54f2708ab0d4cd9482a11f0937458e62d6f2c Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 21 Oct 2016 18:35:27 +0300 Subject: [PATCH] big commti --- frontend/views/catalog/product.php | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) 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){?> снят с производства - - Под заказ - + @@ -319,17 +316,11 @@ FlipclockAsset::register($this);
- variant->stock > 0 && $product->variant->status != 1){?> + variant->status != 1){?> Купить - variant->status == 1){?> + variant->status == 1){?> снят с производства - - Под заказ - - - - +
@@ -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) { ?>
-- libgit2 0.21.4