From f07f6d68f7609df97a8bb2a26cf9e8308783ad00 Mon Sep 17 00:00:00 2001 From: tblivet Date: Fri, 21 Nov 2025 11:25:24 +0100 Subject: [PATCH 1/2] feat: add label for a11y --- modules/ps_customersignin/ps_customersignin.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ps_customersignin/ps_customersignin.tpl b/modules/ps_customersignin/ps_customersignin.tpl index 949d0a6f7..cb7db1e4b 100644 --- a/modules/ps_customersignin/ps_customersignin.tpl +++ b/modules/ps_customersignin/ps_customersignin.tpl @@ -135,6 +135,7 @@ href="{$urls.pages.authentication}?back={$urls.current_url|urlencode}" class="header-block__action-btn" rel="nofollow" + aria-label="{l s='Sign in' d='Shop.Theme.Actions'}" > From 21382128db81c1b620b5425094a972e94a0d8483 Mon Sep 17 00:00:00 2001 From: tblivet Date: Fri, 21 Nov 2025 12:03:54 +0100 Subject: [PATCH 2/2] fix: missing type to prevent bad submit --- templates/checkout/_partials/steps/addresses.tpl | 2 +- templates/checkout/_partials/steps/payment.tpl | 2 +- templates/checkout/_partials/steps/shipping.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/checkout/_partials/steps/addresses.tpl b/templates/checkout/_partials/steps/addresses.tpl index 7ffa20082..e37c650bc 100644 --- a/templates/checkout/_partials/steps/addresses.tpl +++ b/templates/checkout/_partials/steps/addresses.tpl @@ -101,7 +101,7 @@ {/if}
- diff --git a/templates/checkout/_partials/steps/payment.tpl b/templates/checkout/_partials/steps/payment.tpl index 21439e894..76a6b9a66 100644 --- a/templates/checkout/_partials/steps/payment.tpl +++ b/templates/checkout/_partials/steps/payment.tpl @@ -133,7 +133,7 @@ {/if}
- diff --git a/templates/checkout/_partials/steps/shipping.tpl b/templates/checkout/_partials/steps/shipping.tpl index c420114e8..2c3e6f86f 100644 --- a/templates/checkout/_partials/steps/shipping.tpl +++ b/templates/checkout/_partials/steps/shipping.tpl @@ -89,7 +89,7 @@
-