diff --git a/src/Presentation/SmartStore.Web.Framework/Settings/StoreDependingSettingHelper.cs b/src/Presentation/SmartStore.Web.Framework/Settings/StoreDependingSettingHelper.cs index 9c1adb51de..04e9dfba0f 100644 --- a/src/Presentation/SmartStore.Web.Framework/Settings/StoreDependingSettingHelper.cs +++ b/src/Presentation/SmartStore.Web.Framework/Settings/StoreDependingSettingHelper.cs @@ -205,7 +205,7 @@ public void UpdateSettings( { var name = propertyNameMapper?.Invoke(prop.Name) ?? prop.Name; - if (string.IsNullOrWhiteSpace(name)) + if (string.IsNullOrWhiteSpace(name) || name == "CookieInfos") { continue; }