Commit 3ee4d5cf637fb7f6e3859be538e1412032a6285a
1 parent
0824f0cc
"Цена" карточка товара
Showing
2 changed files
with
6 additions
and
0 deletions
Show diff stats
frontend/views/catalog/product.php
... | ... | @@ -327,6 +327,7 @@ |
327 | 327 | <div class="price"> |
328 | 328 | <?php if($product->variant->price_old){?> |
329 | 329 | <span class="main"> |
330 | + <span class="price_prefix">Цена</span> | |
330 | 331 | <span class="price"><s><?= $product->variant->price_old ?></s></span> |
331 | 332 | <span class="currency"> грн.</span> |
332 | 333 | </span> | ... | ... |
frontend/web/css/css_header.css
... | ... | @@ -23948,6 +23948,11 @@ line-height: 28px; |
23948 | 23948 | display: block |
23949 | 23949 | } |
23950 | 23950 | |
23951 | +.product_detail .info_table .price_block .price .main .price_prefix { | |
23952 | +font-size: 12px; | |
23953 | +font-weight: 400; | |
23954 | +} | |
23955 | + | |
23951 | 23956 | .product_detail .info_table .price_block .price .currency,.product_popup_gallery .price .currency { |
23952 | 23957 | font-size: 12px; |
23953 | 23958 | font-weight: 400 | ... | ... |