From b572566f86d883e53d607ad16338da662b19fa13 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 29 Jul 2016 17:27:08 +0300 Subject: [PATCH] 20.07.16 --- frontend/views/catalog/product_item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/catalog/product_item.php b/frontend/views/catalog/product_item.php index 575a17c..c9b6079 100755 --- a/frontend/views/catalog/product_item.php +++ b/frontend/views/catalog/product_item.php @@ -73,7 +73,7 @@ '; - echo '

'; + echo '

'; // есть скидка if($product->enabledVariants[ 0 ]->price_old != 0 && $product->enabledVariants[ 0 ]->price_old != $product->enabledVariants[ 0 ]->price) { echo '' . $product->enabledVariants[ 0 ]->price_old . ' грн. '; -- libgit2 0.21.4