Try your search with a different keyword or use * as a wildcard.
@model CheckoutProgressModel
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.CheckoutProgressBefore, additionalData = Model })
-
@T("Checkout.Progress.Cart")
-
@T("Checkout.Progress.Address")
-
@T("Checkout.Progress.Shipping")
-
@T("Checkout.Progress.Payment")
-
@T("Checkout.Progress.Confirm")
-
@T("Checkout.Progress.Complete")
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.CheckoutProgressAfter, additionalData = Model })