{if $cart.products_count > 0} {/if} shopping_cart {l s='Cart' d='Shop.Theme.Checkout'} ({$cart.products_count}) {if $cart.products_count > 0} {/if}
    {foreach from=$cart.products item=product}
  • {include 'module:ps_shoppingcart/ps_shoppingcart-product-line.tpl' product=$product}
  • {/foreach}
{block name='mini_cart_summary_subtotals'} {foreach from=$cart.subtotals item="subtotal"} {if $subtotal && $subtotal.type !== 'tax'}
{$subtotal.label} {$subtotal.value}
{/if} {/foreach} {/block}
{block name='mini_cart_summary_total'}
{$cart.totals.total.label} {$cart.labels.tax_short} {$cart.totals.total.value}
{/block} {block name='mini_cart_summary_tax'}
{$cart.subtotals.tax.label} {$cart.subtotals.tax.value}
{/block}
{l s='Checkout' d='Shop.Theme.Checkout'}