{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {block name='cart_detailed_product'} {* .cart-overview needed for JS *}

{if $cart.products}
{foreach from=$cart.products item=product}
{block name='cart_detailed_product_line'} {include file='checkout/_partials/cart-detailed-product-line.tpl' product=$product} {/block}
{/foreach}
{else}

{l s='There are no more items in your cart' d='Shop.Theme.Checkout'}

{/if}
{/block}