This commit is contained in:
Roman Pyrih
2025-06-16 13:39:51 +02:00
parent 1984666a3c
commit 9fd2a43f9c
4 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -650,7 +650,7 @@ body {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
min-height: 25px; // min-height: 25px;
font-size: 20px; font-size: 20px;
} }
@@ -670,7 +670,8 @@ body {
.thumbnail-container .product-price-and-shipping .price { .thumbnail-container .product-price-and-shipping .price {
color: $cLavender; color: $cLavender;
font-size: 16px; font-size: 16px;
line-height: 1.5px; // line-height: 1.5px;
line-height: 1;
font-weight: 600; font-weight: 600;
} }

View File

@@ -111,7 +111,7 @@
<!-- @file modules\appagebuilder\views\templates\front\products\file_tpl --> <!-- @file modules\appagebuilder\views\templates\front\products\file_tpl -->
{block name='product_price_and_shipping'} {block name='product_price_and_shipping'}
{if $product.show_price} {if $product.show_price}
<div class="product-price-and-shipping {if $product.has_discount}has_discount{/if}"> <div class="product-price-and-shipping {if $product.has_discount}has_discount{/if} 1">
{hook h='displayProductPriceBlock' product=$product type="before_price"} {hook h='displayProductPriceBlock' product=$product type="before_price"}
@@ -145,6 +145,7 @@
<div class="button_container"> <div class="button_container">
<a href="{$product.url}"> <a href="{$product.url}">
{if $product.id_manufacturer == 20 and !in_array(45, $categories)} {if $product.id_manufacturer == 20 and !in_array(45, $categories)}
<span style="font-size:12px">Zapytaj i zamów przez czat</span>
{elseif in_array($product.id, array(23634, 23636, 23637, 34518, 34519)) } {elseif in_array($product.id, array(23634, 23636, 23637, 34518, 34519)) }
<span style="font-size:12px">Zapytaj i zamów przez czat</span> <span style="font-size:12px">Zapytaj i zamów przez czat</span>
{else} {else}