profile name surname and save profile data

This commit is contained in:
Priec
2026-06-19 11:37:51 +02:00
parent 5278988842
commit 12e00a782d
6 changed files with 135 additions and 8 deletions

View File

@@ -229,8 +229,9 @@
{{ ui::textarea(name="note", id="note", rows="3") }}
</div>
{% if logged_in_customer %}
<!-- logged-in customers can persist this address to their profile for next time -->
{% if logged_in_customer and not profile_filled %}
<!-- offered only when the profile has no saved address yet; if it was filled
in advance we leave it untouched -->
{{ ui::checkbox(name="save_profile", id="save_profile", label=t(key="checkout-save-profile", lang=lang | default(value='sk')), checked=true) }}
{% endif %}