This commit is contained in:
Roman Pyrih
2024-11-29 15:31:24 +01:00
parent 334dcd8468
commit bdea8d379b
9 changed files with 463 additions and 7 deletions

View File

@@ -107,7 +107,7 @@
value = "1"
class = "ps-shown-by-js"
>
<span><i class="material-icons rtl-no-flip checkbox-checked">&#xE5CA;</i></span>
{* <span><i class="material-icons rtl-no-flip checkbox-checked">&#xE5CA;</i></span> *}
</span>
</div>
<div class="condition-label">

View File

@@ -82,7 +82,7 @@
<div class="order-options">
<div id="delivery">
<label for="delivery_message">{l s='If you would like to add a comment about your order, please write it in the field below.' d='Shop.Theme.Checkout'}</label>
<textarea rows="2" cols="120" id="delivery_message" name="delivery_message">{$delivery_message}</textarea>
<textarea rows="5" cols="120" id="delivery_message" name="delivery_message">{$delivery_message}</textarea>
</div>
{if $recyclablePackAllowed}

View File

@@ -8,7 +8,8 @@
{block name='order_confirmation_header'}
<h3 class="h1 card-title">
<i class="material-icons rtl-no-flip done">&#xE876;</i>{l s='Your order is confirmed' d='Shop.Theme.Checkout'}
<img src="/img/cms/icons/Group 1238.svg" alt="">
{l s='Your order is confirmed' d='Shop.Theme.Checkout'}
</h3>
{/block}
@@ -27,6 +28,8 @@
{/if}
</p>
<a href="/" class="elementor-button">Przejdź do strony głównej</a>
{block name='hook_order_confirmation'}
{$HOOK_ORDER_CONFIRMATION nofilter}
{/block}