{template_event name="quiqqer::order::orderProcess::nobody::begin"} {if $nobodyIntroTitle || $nobodyIntroDesc}
    {if $nobodyIntroTitle}

    {$nobodyIntroTitle}

    {/if} {if $nobodyIntroDesc}
    {$nobodyIntroDesc}
    {/if}
    {/if}
    • {assign var=text value={locale group='quiqqer/order' var='ordering.nobody.login.text.prefix'}} {if $text|trim != ''} {$text|var_dump} {/if} {$Login->create()} {assign var=text value={locale group='quiqqer/order' var='ordering.nobody.login.text.suffix'}} {if $text|trim != ''} {/if}
    • {assign var=text value={locale group='quiqqer/order' var='ordering.nobody.registration.text.prefix'}} {if $text|trim != ''}
      {$text}
      {/if} {$Registration->create()} {locale group='quiqqer/order' var='ordering.nobody.registration.text.suffix' assign=text} {if $text|trim != ''}
      {$text}
      {/if}
    • {if $GuestOrder}
    • {assign var=text value={locale group='quiqqer/order' var='ordering.nobody.guest.text.prefix'}} {if $text|trim != ''}
      {$text}
      {/if} {$GuestOrder->create()} {locale group='quiqqer/order' var='ordering.nobody.guest.text.suffix' assign=text} {if $text|trim != ''}
      {$text}
      {/if}
    • {/if}
    {template_event name="quiqqer::order::orderProcess::nobody::end"}