<% if $Image %> " > <%t SilverShop\Page\Product.ImageAltText " /> <% else %> " > <% end_if %>

{$Title}

<% if $InternalItemID %>
<%t SilverShop\Page\Product.Code "Product Code" %>: {$InternalItemID}
<% end_if %> <% if $Model %>
<%t SilverShop\Page\Product.Model "Model" %>: $Model.XML
<% end_if %> <% if $Size %>
<%t SilverShop\Page\Product.Size "Size" %>: $Size.XML
<% end_if %>
<% include Content %> <% include SilverShop\Includes\Price %> <% if $IsInCart %>
<% if $Item.Quantity == 1 %> <%t SilverShop\Page\Product.NumItemsInCartSingular "You have this item in your cart" %> <% else %> <%t SilverShop\Page\Product.NumItemsInCartPlural "You have {Quantity} items in your cart" Quantity=$Item.Quantity %> <% end_if %>
<% end_if %>
<%-- include SilverShop\Includes\SideBar --%>