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