refactor: hide personal info step content if step is completed

pagebuilder
abhisheks 2023-12-06 17:37:27 +05:30
parent b0c137a7ea
commit 57225936e4
1 changed files with 64 additions and 62 deletions

View File

@ -1,6 +1,7 @@
{extends file='checkout/_partials/steps/checkout-step.tpl'}
{block name='step_content'}
{if !$step_is_complete}
{if $customer.is_logged && !$customer.is_guest}
<div class="flex flex-col">
<span class="identity">
@ -66,6 +67,7 @@
</div>
</div>
{/if}
{/if}
{/block}
{**