Update Polish translations and enhance checkout styles
- Changed the button text for adding a voucher code to Polish ("Dodaj kod rabatowy").
- Updated placeholder text in checkout form fields to use field labels.
- Modified shipping template to display shipping time in Polish.
- Refined CSS styles for better layout and responsiveness in checkout areas.
- Updated custom CSS version in the head template and added a script to move the free shipping message to the top of the container.
This commit is contained in:
@@ -71,15 +71,15 @@
|
||||
<div class="delivery-option-name">
|
||||
<span class="h6 carrier-name">{$carrier.name|escape:'htmlall':'UTF-8'}</span>
|
||||
</div>
|
||||
<div class="delivery-option-delay">
|
||||
<span class="carrier-delay">{$carrier.delay|escape:'htmlall':'UTF-8'}</span>
|
||||
</div>
|
||||
{* Yes, this is repeated from below, so that we can control price display easily with CSS *}
|
||||
<div style="display: none;" class="delivery-option-price{if $carrier.price_with_tax == 0} free{/if}">
|
||||
<span class="carrier-price">{$carrier.price|escape:'htmlall':'UTF-8'}</span>
|
||||
<span class="carrier-price-with-tax-formatted">{$carrier.price_with_tax_formatted|escape:'htmlall':'UTF-8'}</span>
|
||||
<span class="carrier-price-without-tax-formatted">{$carrier.price_without_tax_formatted|escape:'htmlall':'UTF-8'}</span>
|
||||
</div>
|
||||
<div class="delivery-option-delay">
|
||||
<span class="carrier-delay">Czas wysyłki: {$carrier.delay|escape:'htmlall':'UTF-8'}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="delivery-option-price{if $carrier.price_with_tax == 0} free{/if}">
|
||||
<span class="carrier-price">{$carrier.price|escape:'htmlall':'UTF-8'}</span>
|
||||
|
||||
Reference in New Issue
Block a user