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