Update CSS and template files for improved styling and functionality

This commit is contained in:
2025-08-06 10:23:47 +02:00
parent ec8b8e2992
commit 8a4ef2e9ca
9 changed files with 57 additions and 26 deletions

View File

@@ -34,9 +34,17 @@
<div class="cart-summary-line{if $waitForShippingCls && 'products' != $subtotal.type}{$waitForShippingCls|escape:'javascript':'UTF-8'}{/if}{if !$subtotal.amount} free{/if}" id="cart-subtotal-{$subtotal.type|escape:'javascript':'UTF-8'}">
<span class="label{if 'products' === $subtotal.type} js-subtotal{/if}">
{if 'products' == $subtotal.type}
{$cart.summary_string|escape:'htmlall':'UTF-8'}
{$cart.products_count|escape:'htmlall':'UTF-8'}
{assign var=count value=$cart.products_count}
{if $count == 1}
sztuka
{elseif $count%10 >= 2 && $count%10 <= 4 && ($count%100 < 10 || $count%100 >= 20)}
sztuki
{else}
sztuk
{/if}
{else}
{$subtotal.label|escape:'htmlall':'UTF-8'}
{$subtotal.label|escape:'htmlall':'UTF-8'}
{/if}
</span>
<span class="value">{$subtotal.value|escape:'htmlall':'UTF-8'}</span>

View File

@@ -49,7 +49,7 @@
{/if}
</style>
{/if}
<div class="block-header address-name-header">{l s='Billing address' mod='thecheckout'}</div>
<div class="block-header address-name-header">Adres wysyłki</div>
<div class="inner-wrapper">
{if $z_tc_config->show_i_am_business || $z_tc_config->show_i_am_private}
<div class="business-private-checkboxes form-group">