Implement code changes to enhance functionality and improve performance

This commit is contained in:
2025-05-08 21:49:30 +02:00
parent 69a33e11b6
commit 95cc99ba91
3 changed files with 24 additions and 25 deletions

View File

@@ -98,7 +98,7 @@
},
"google-merchant_id-1.xml": {
"type": "-",
"size": 17970012,
"size": 18563698,
"lmtime": 0,
"modified": true
},

Binary file not shown.

View File

@@ -102,7 +102,7 @@
<span>{*$product.reference_to_display*}{$product.ean13}</span>
</div>
{/if}
{if isset($product_manufacturer->id)}
<div class="product-manufacturer">
{*if isset($manufacturer_image_url)}
@@ -116,8 +116,8 @@
</span>
{*/if*}
</div>
{/if}
{/if}
{/block}
</div>
{/block}
@@ -178,9 +178,9 @@
{/block}
</div>
{if $product.additional_delivery_times == 1}
{if $product.additional_delivery_times == 1}
{if $product.delivery_information}
<div class="delivery-info">
<i class="material-icons check_circle">schedule</i>{l s='Shipping in' d='Shop.Theme.Catalog'} {$product.delivery_information}
@@ -193,11 +193,11 @@
{elseif $product.quantity <= 0 && $product.add_to_cart_url}
<span class="delivery-information">{$product.delivery_out_stock}</span>
{/if}
{/if}
{*block name='hook_display_reassurance'}
{hook h='displayReassurance'}
{/block*}
@@ -231,16 +231,14 @@
aria-controls="product-details"
{if !$product.description} aria-selected="true"{/if}>{l s='Product Details' d='Shop.Theme.Catalog'}</a>
</li>
{if $product.attachments}
<li class="nav-item">
<a
class="nav-link"
data-toggle="tab"
href="#attachments"
role="tab"
aria-controls="attachments">{l s='Attachments' d='Shop.Theme.Catalog'}</a>
</li>
{/if}
<li class="nav-item">
<a
class="nav-link"
data-toggle="tab"
href="#attachments"
role="tab"
aria-controls="attachments">{l s='Attachments' d='Shop.Theme.Catalog'}</a>
</li>
{foreach from=$product.extraContent item=extra key=extraKey}
<li class="nav-item">
<a
@@ -271,7 +269,6 @@
{/block}
{block name='product_attachments'}
{if $product.attachments}
<div class="tab-pane fade in" id="attachments" role="tabpanel">
<section class="product-attachments">
<p class="h5 text-uppercase">{l s='Download' d='Shop.Theme.Actions'}</p>
@@ -284,10 +281,12 @@
</a>
</div>
{/foreach}
<div class="attachment">
<h4><a href="/themes/InterBlue/pdf/oswiadczeniebezpieczeństwo.pdf">Oświadczenie o Bezpieczeństwie Produktu</a></h4>
</div>
</section>
</div>
{/if}
{block name='product_ekomiprc'}
<div class="tab-pane fade in" id="ekomiprc" role="tabpanel">
{assign var='ekomiSmartPrc' value={hook h='ekomiSmartPrc'}}
@@ -306,7 +305,7 @@
</div>
{/foreach}
{hook h='displayProductTabContent'}
</div>
</div>
</div>
{/block}
</div>