diff --git a/frontend/views/catalog/_product_item.php b/frontend/views/catalog/_product_item.php index 2e69133..460f6f4 100755 --- a/frontend/views/catalog/_product_item.php +++ b/frontend/views/catalog/_product_item.php @@ -49,7 +49,7 @@ use yii\helpers\Url;
variant->price_old){?> -
+
variant->price_old ?>грн diff --git a/frontend/views/event/_product_item.php b/frontend/views/event/_product_item.php index 1949881..eb27592 100755 --- a/frontend/views/event/_product_item.php +++ b/frontend/views/event/_product_item.php @@ -50,7 +50,7 @@ $category = $model->category;
variant->price_old){?> -
+
variant->price_old ?>грн diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index a555914..9373c28 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -10869,9 +10869,14 @@ img.selected { .category_popular_list .catalog_item .price { font-size: 11px; margin: 0 0 5px 0; - color: #333 + color: #333; + position: relative; +} +.old_price-wr { + position: absolute; + left: 0; + top: -18px; } - .catalog_product_list.view_list .price { display: none } -- libgit2 0.21.4