We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b43e2 commit f04cc7eCopy full SHA for f04cc7e
components/quickcheckout/customerinfo.htm
@@ -1,7 +1,7 @@
1
<header class="mall-quick-checkout__collapsible-header">
2
<h2 class="mall-quick-checkout__heading">{{ 'offline.mall::frontend.customer_information'|trans }}</h2>
3
<div class="mall-quick-checkout__collapsible-summary">
4
- {{ __SELF__.cart.shipping_address.one_liner }}
+ {{ __SELF__.cart.shipping_address.one_liner|default(null) }}
5
</div>
6
</header>
7
<section class="mall-quick-checkout__collapsible-content">
0 commit comments