@if (!Model.OnePageCheckoutEnabled)
{
@await Component.InvokeAsync(typeof(CheckoutProgressViewComponent), new { step = CheckoutProgressStep.Complete })
}
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.CheckoutCompletedTop, additionalData = Model })
@T("Checkout.YourOrderHasBeenSuccessfullyProcessed")
@T("Checkout.OrderNumber"): @Model.CustomOrderNumber
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.CheckoutCompletedBottom, additionalData = Model })