{strip}
{if !empty($error)}

{$error}

[`Restart checkout`]

{else}
[`Ship to`]

{$contact.name|escape} {$contact.name|escape}

{$shipping_address.value}
{if $billing_address}
[`Bill to`]

{$contact.name|escape} {$contact.name|escape}

{$billing_address.value}
{/if}
{foreach $items as $item} {/foreach}
[`Price`] x [`Quantity`] [`Total`]
{* NAME *}
{if $item.type == 'service'}+ {/if}{$item.name|escape}
{* AMOUNT *}
{shop_currency_html($item.price, $item.currency)} × {$item.quantity}
{* TOTAL *}
{shop_currency_html($item.price * $item.quantity, $item.currency)}
{if $discount > 0} {/if} {if $tax > 0} {/if}
[`Subtotal`]: {shop_currency_html($subtotal, true)}
[`Discount`]: − {shop_currency_html($discount, true)}
[`Shipping`]{if !empty($params.shipping_name)} — {$params.shipping_name}{/if} {shop_currency_html($shipping, true)}
[`Tax`]: {shop_currency_html($tax, true)}
[`Total`]: {shop_currency_html($total, true)}
{if !empty($terms)}
{if waRequest::method() == 'post' && !$wa->post('terms')}

[`You must read and agree to the Terms of service to place an order.`]

{/if}
{/if} {/if} {* @event frontend_checkout.%plugin_id% *} {foreach $frontend_checkout as $_}{$_}{/foreach}
{/strip}