Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -650,7 +650,7 @@ body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 25px;
|
||||
// min-height: 25px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
@@ -670,7 +670,8 @@ body {
|
||||
.thumbnail-container .product-price-and-shipping .price {
|
||||
color: $cLavender;
|
||||
font-size: 16px;
|
||||
line-height: 1.5px;
|
||||
// line-height: 1.5px;
|
||||
line-height: 1;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
<!-- @file modules\appagebuilder\views\templates\front\products\file_tpl -->
|
||||
{block name='product_price_and_shipping'}
|
||||
{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"}
|
||||
@@ -145,6 +145,7 @@
|
||||
<div class="button_container">
|
||||
<a href="{$product.url}">
|
||||
{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)) }
|
||||
<span style="font-size:12px">Zapytaj i zamów przez czat</span>
|
||||
{else}
|
||||
|
||||
Reference in New Issue
Block a user