SelectedPaymentMethods { get; set; }
+
+ public bool IgnorePaymentMethods_OverrideForStore { get; set; }
+
+ [NopResourceDisplayName("Admin.Configuration.Settings.Order.RestoreCartAfterCancellation")]
+ public bool RestoreCartAfterCancellation { get; set; }
+ public bool RestoreCartAfterCancellation_OverrideForStore { get; set; }
+
public ReturnRequestReasonSearchModel ReturnRequestReasonSearchModel { get; set; }
public ReturnRequestActionSearchModel ReturnRequestActionSearchModel { get; set; }
diff --git a/src/Presentation/Nop.Web/Areas/Admin/Views/Setting/_Order.Common.cshtml b/src/Presentation/Nop.Web/Areas/Admin/Views/Setting/_Order.Common.cshtml
index 4bc1b2ee4ed..191f02e70a6 100644
--- a/src/Presentation/Nop.Web/Areas/Admin/Views/Setting/_Order.Common.cshtml
+++ b/src/Presentation/Nop.Web/Areas/Admin/Views/Setting/_Order.Common.cshtml
@@ -88,6 +88,48 @@
+
+
+
+