{l s='There are %products_count% items in your cart.' sprintf=['%products_count%' => $cart.products_count] d='Shop.Theme.Checkout'}
{else}{l s='There is %products_count% item in your cart.' sprintf=['%products_count%' =>$cart.products_count] d='Shop.Theme.Checkout'}
{/if}{l s='Subtotal:' d='Shop.Theme.Checkout'} {$cart.subtotals.products.value}
{if $cart.subtotals.shipping.value}{l s='Shipping:' d='Shop.Theme.Checkout'} {$cart.subtotals.shipping.value} {hook h='displayCheckoutSubtotalDetails' subtotal=$cart.subtotals.shipping}
{/if} {if !$configuration.display_prices_tax_incl && $configuration.taxes_enabled}{$cart.totals.total.label}{if $configuration.display_taxes_label} {$cart.labels.tax_short}{/if} {$cart.totals.total.value}
{$cart.totals.total_including_tax.label} {$cart.totals.total_including_tax.value}
{else}{$cart.totals.total.label} {if $configuration.taxes_enabled && $configuration.display_taxes_label}{$cart.labels.tax_short}{/if} {$cart.totals.total.value}
{/if} {if $cart.subtotals.tax}{l s='%label%:' sprintf=['%label%' => $cart.subtotals.tax.label] d='Shop.Theme.Global'} {$cart.subtotals.tax.value}
{/if} {hook h='displayCartModalContent' product=$product}