{extends "ordering.tpl"} {block "order-content"} {* omezeni delky inputu kvuli Swisspost *} {if $cfg.Order.Countries['CH']}{$isSwiss = true}{/if} {if $ctrl.logged}

{t}Jste přihlášený jako uživatel {/t}{$ctrl.name} {$ctrl.surname} ({$ctrl.login}).

{else}

{t}Zadejte e-mail{/t}

{block "order-user-email"}
{/block}
{block "password"} register}disabled{/if} id="password" class="form-control" data-bv-notempty="true" data-bv-stringlength="true" data-bv-stringlength-min="6"> {/block}
register}disabled{/if} value="{$body->register}" data-bv-notempty="true" data-bv-stringlength="true" data-bv-identical="true" data-bv-identical-message="{t}Hesla se neshodují{/t}" data-bv-identical-field="password">

{t}Zadejte prosím pečlivě svůj e-mail.{/t}

{/if}

{t}Kontaktní údaje{/t}

{block "user-data"}
{/block}
{$deliveryType = $body->getDeliveryType()} {if $deliveryType && $deliveryType->getPayment() && $deliveryType->getPayment()->class === 'Intrum'}
{/if}
{*

Fakturační adresa

*} {block "order-user-invoice_address"}
{block "order-user-street"}
{/block} {block "order-user-city"}
{/block}
{block "order-user-country"}
{get_contexts country=1 assign='country_context'} {if $body.invoice.country} {$active = $body.invoice.country} {else} {$active = $country_context.country->getActive()->getId()} {/if}
{/block}
{/block} {* nákup na firmu *} {if $ctrl.active_country == "CZ"}
{if $showCopyEmail}
{/if}
{/if} {* Hidden inputy "vyresetuji" pripadne automaticky ulozene delivery udaje, viz bug 6073 *}
{block "order-note"}
{/block}
{showPriceBox transport=1}
{* tlačítka + informační text *} {block 'cart-buttons'} {cartBtns submitName='OrderNext' valueNext='summary'} {/block} {/block} {block analytics append} {include "components/block.smartForm.tpl"} {/block}