2018-08-26 12:46:03 +02:00
|
|
|
<div class="page-content">
|
2018-08-13 14:13:55 +02:00
|
|
|
<div class="checkout element">
|
|
|
|
<% if $PaymentErrorMessage %>
|
2018-08-26 12:46:03 +02:00
|
|
|
<div class="container">
|
2018-08-13 14:13:55 +02:00
|
|
|
<div class="alert alert-danger message error">
|
|
|
|
<%t SilverShop\Page\CheckoutPage.PaymentErrorMessage 'Received error from payment gateway:' %>
|
|
|
|
$PaymentErrorMessage
|
|
|
|
</div>
|
2018-08-26 12:46:03 +02:00
|
|
|
</div>
|
2018-08-13 14:13:55 +02:00
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<% include Content %>
|
|
|
|
|
2018-08-26 12:46:03 +02:00
|
|
|
<div class="container">
|
2018-08-13 14:13:55 +02:00
|
|
|
<% if $Cart %>
|
|
|
|
<% with $Cart %>
|
|
|
|
<% include SilverShop\Cart\Cart ShowSubtotals=true %>
|
|
|
|
<% end_with %>
|
|
|
|
|
|
|
|
$OrderForm
|
|
|
|
<% else %>
|
|
|
|
<div class="alert alert-warning message warning"><%t SilverShop\Cart\ShoppingCart.NoItems "There are no items in your cart." %></div>
|
|
|
|
<% end_if %>
|
2018-08-26 12:46:03 +02:00
|
|
|
</div>
|
2018-08-13 14:13:55 +02:00
|
|
|
</div>
|
|
|
|
</div>
|