Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

OpcPaymentInfo.cshtml

@model CheckoutPaymentInfoModel
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.OpCheckoutPaymentInfoTop, additionalData = Model })
@await Component.InvokeAsync(Model.PaymentViewComponent)
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.OpCheckoutPaymentInfoBottom, additionalData = Model }) @if (Model.DisplayOrderTotals) {
@await Component.InvokeAsync(typeof(OrderSummaryViewComponent))
}