default unchecked
This commit is contained in:
@@ -232,7 +232,7 @@
|
|||||||
{% if logged_in_customer and not profile_filled %}
|
{% if logged_in_customer and not profile_filled %}
|
||||||
<!-- offered only when the profile has no saved address yet; if it was filled
|
<!-- offered only when the profile has no saved address yet; if it was filled
|
||||||
in advance we leave it untouched -->
|
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) }}
|
{{ ui::checkbox(name="save_profile", id="save_profile", label=t(key="checkout-save-profile", lang=lang | default(value='sk'))) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if can_create_account %}
|
{% if can_create_account %}
|
||||||
|
|||||||
Reference in New Issue
Block a user