Save
This commit is contained in:
@@ -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