Widget Zones on the Cart Page?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Are there any widget zones on the cart page?

Nop version 4.00.
4 years ago
Cart page invokes OrderSummary

\Views\Shared\Components\OrderSummary\Default.cshtml (8 hits)
  Line 7:     @await Component.InvokeAsync("Widget", new { widgetZone = "order_summary_content_before" })
  Line 7:     @await Component.InvokeAsync("Widget", new { widgetZone = "order_summary_content_before" })
  Line 222:                 @await Component.InvokeAsync("Widget", new { widgetZone = "order_summary_cart_footer" })
  Line 222:                 @await Component.InvokeAsync("Widget", new { widgetZone = "order_summary_cart_footer" })
  Line 229:                             @await Component.InvokeAsync("Widget", new { widgetZone = "order_summary_content_deals" })
  Line 229:                             @await Component.InvokeAsync("Widget", new { widgetZone = "order_summary_content_deals" })
  Line 324:     @await Component.InvokeAsync("Widget", new { widgetZone = "order_summary_content_after" })
  Line 324:     @await Component.InvokeAsync("Widget", new { widgetZone = "order_summary_content_after" })
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.