nop 2.3 Zoom setting is missing from Media Settings page.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Zoom setting is missing from Media Settings page.

(DefaultPictureZoomEnabled missing from MediaSettingsModel)
12 years ago
It's by design. It's not so important setting (almost always enabled). So if you want to edit it, then you have to manually update this setting.
12 years ago
a.m. wrote:
... (almost always enabled)...


???

\src\Libraries\Nop.Services\Installation\InstallationService.cs
                .SaveSettings(new MediaSettings()
                {
...
                    DefaultPictureZoomEnabled = false,
                });
12 years ago
almost always disabled =)))
Anyway so advanced settings can bloat configuration pages (admin area)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.