From 3ee4d5cf637fb7f6e3859be538e1412032a6285a Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 16 Feb 2017 13:28:23 +0200 Subject: [PATCH] "Цена" карточка товара --- frontend/views/catalog/product.php | 1 + frontend/web/css/css_header.css | 5 +++++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index 80384b3..05e90cc 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -327,6 +327,7 @@
variant->price_old){?> + Цена variant->price_old ?>  грн. diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index d7db32b..93d4cc5 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -23948,6 +23948,11 @@ line-height: 28px; display: block } +.product_detail .info_table .price_block .price .main .price_prefix { +font-size: 12px; +font-weight: 400; +} + .product_detail .info_table .price_block .price .currency,.product_popup_gallery .price .currency { font-size: 12px; font-weight: 400 -- libgit2 0.21.4