{if $smarty.get.s != 'ordering' or isAjax()}
{if $cartInfo.totalPieces >= 1}

{t}Nákupní košík{/t}

{$cartInfo.totalPrice}

{include "block.products.cart-box.tpl" items=$cartInfo.items count=2} {if !$isDealer} {include "components/shipping-progress.tpl" cartPrice=$cartInfo.totalPriceWithVat_array.value_with_vat} {/if} {t}Přejít do košíku{/t} {/if}
{/if}