<% require css("silvershop/core: client/dist/css/sidecart.css") %>

<%t SilverShop\Cart\ShoppingCart.Headline "Shopping cart" %>

<% if $Cart %> <% with $Cart %>

<% if $Items.Plural %> <%t SilverShop\Cart\ShoppingCart.ItemsInCartPlural 'There are {quantity} items in your cart.' link=$Top.CartLink quantity=$Items.Quantity %> <% else %> <%t SilverShop\Cart\ShoppingCart.ItemsInCartSingular 'There is 1 item in your cart.' link=$Top.CartLink %> <% end_if %>

<%t SilverShop\Cart\ShoppingCart.Checkout "Checkout" %>
<% loop $Items %>
<% if $Product.Image %> <% end_if %>

"> $TableTitle

$Quantity x $UnitPrice.Nice

<% if $SubTitle %>

$SubTitle

<% end_if %> ">x
<% end_loop %> <% end_with %> <% else %>

<%t SilverShop\Cart\ShoppingCart.NoItems "There are no items in your cart." %>

<% end_if %>