[`Thank you!`]
[`We successfully accepted your order, and will contact you asap.`]
[`Your order number is `] {$order.id}.
{if !empty($payment)}
{$payment}
{/if}
{if !empty($payment_success)}
[`Your payment has been successfully accepted. We will process your order and contact you shortly.`]
{/if}
← [`Back to the store`]
{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}