{* supreme 1.7.3 *}
{if !empty($error)}
{$error}

[`Restart checkout`]
{else}

[`Ship to`]

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

{if $billing_address}

[`Bill to`]

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

{/if} {if $tax > 0} {/if} {foreach $items as $item} {if $tax > 0} {/if} {/foreach} {if $tax > 0}{$colspan=3}{else}{$colspan=2}{/if} {if $tax > 0} {/if}
[`Quantity`][`Tax`][`Total`]
{if $item.type == 'service'}+ {/if}{$item.name|escape} {shop_currency_html($item.price, $item.currency)} × {$item.quantity}{if isset($item.tax)}{shop_currency_html($item.tax, true)}{else}–{/if}{shop_currency_html($item.price * $item.quantity, $item.currency)}
[`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} {if empty($theme_settings.debug_disable_shop_frontend_checkout) && empty($theme_settings.debug_disable_shop_all) && empty($theme_settings.debug_disable_all_hooks)} {* @event frontend_checkout.%plugin_id% *} {foreach $frontend_checkout as $_}{$_}{/foreach} {/if}