<% if $PaymentErrorMessage %>
<%t SilverShop\Page\CheckoutPage.PaymentErrorMessage 'Received error from payment gateway:' %> $PaymentErrorMessage
<% end_if %> <% if $Cart %>
<% with $Cart %> <% include SilverShop\Cart\Cart %> <% end_with %>
<% if $IsPastStep('contactdetails') %>

Contact

<% else %>

Contact

<% end_if %>
<% if $IsFutureStep('contactdetails') %> <% else %>
<% if $IsCurrentStep('contactdetails') %>

<%t SilverShop\Checkout\Step\Address.SupplyContactInformation "Supply your contact information" %>

$OrderForm <% end_if %> <% if $IsPastStep('contactdetails') %> <% with $Cart %> $Name ($Email) <% end_with %> <% end_if %>
<% end_if %>
<% if $IsPastStep('shippingaddress') %>

<%t SilverShop\Model\Address.SINGULARNAME "Address" %>

<% else %>

<%t SilverShop\Model\Address.SINGULARNAME "Address" %>

<% end_if %>
<% if $IsFutureStep('shippingaddress') %> <% else %>
<% if $IsCurrentStep('shippingaddress') %>

<%t SilverShop\Checkout\Step\Address.EnterShippingAddress "Please enter your shipping address details." %>

$OrderForm <% end_if %> <% if $IsPastStep('shippingaddress') %>
<% with $Cart %>

<%t SilverShop\Checkout\Step\Address.ShipTo "Ship To:" %>

$ShippingAddress <% end_with %>

<%t SilverShop\Checkout\Step\Address.BillTo "Bill To:" %>

<% if $IsCurrentStep('billingaddress') %> $OrderForm <% else %> <% with $Cart %> $BillingAddress <% end_with %> <% end_if %>
<% end_if %>
<% end_if %>
<% if $IsPastStep('shippingmethod') %>

<%t SilverShop\Checkout\Step\CheckoutStep.Shipping "Shipping" %>

<% else %>

<%t SilverShop\Checkout\Step\CheckoutStep.Shipping "Shipping" %>

<% end_if %>
<% if $IsFutureStep('shippingmethod') %> <% else %>
<% if $IsCurrentStep('shippingmethod') %> $OrderForm <% end_if %> <% if $IsPastStep('shippingmethod') %> <% with $Cart %>

$ShippingMethod.Title

<% end_with %> <% end_if %>
<% end_if %>
<% if $IsPastStep('paymentmethod') %>

<%t SilverShop\Forms\OrderActionsForm.PaymentMethod "Payment Method" %>

<% else %>

<%t SilverShop\Forms\OrderActionsForm.PaymentMethod "Payment Method" %>

<% end_if %>
<% if $IsFutureStep('paymentmethod') %> <% else %>
<% if $IsCurrentStep('paymentmethod') %> $OrderForm <% end_if %> <% if $IsPastStep('paymentmethod') %> $SelectedPaymentMethod <% end_if %>
<% end_if %>

<%t SilverShop\Checkout\Step\CheckoutStep.Summary "Summary" %>

<% if $IsFutureStep('summary') %> <% else %>
<% if $IsCurrentStep('summary') %> <% with $Cart %> <% loop $Modifiers %> <% if $ShowInTable %> <% end_if %> <% end_loop %>
$TableTitle $TableValue.Nice
<%t SilverShop\Model\Order.GrandTotal "Grand Total" %> $Total.Nice $Currency
<% end_with %> $OrderForm <% end_if %>
<% end_if %>
<% else %>

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

<% if $ContinueLink %> <%t SilverShop\Cart\ShoppingCart.ContinueShopping 'Continue Shopping' %> <% end_if %> <% end_if %>