{capture name=path}{l s='Your shopping cart'}{/capture} {include file=$tpl_dir./breadcrumb.tpl}
{l s='Your shopping cart is empty.'}
{else} {if isset($lastProductAdded) AND $lastProductAdded} {foreach from=$products item=product} {if $product.id_product == $lastProductAdded}{l s='Last added product'} |
---|
![]() |
{$product.name|escape:'htmlall':'UTF-8'}{if $product.attributes}{$product.attributes|escape:'htmlall':'UTF-8'}{/if} |
{l s='Your shopping cart contains'} {$products|@count} {if $products|@count > 1}{l s='products'}{else}{l s='product'}{/if}