ipsoftware / magento-2-soft-maintenance-mode
Soft maintenance mode for Magento 2
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2025-06-21 22:57:00 UTC
README
Sometimes you need to turn off your store. If the shop is completely turned off, you may lose your position in the search engine. The module only disables key functionalities: logging in, registration, adding products to the basket, subscribing to the newsletter. The rest of the store is available to users and search engine robots.
Install via composer (recommend)
Run the following command in Magento 2 root folder:
composer require ipsoftware/magento-2-soft-maintenance-mode
php bin/magento setup:upgrade
Usage
After install go to Magento Admin panel -> STORIES -> Configuration -> IPSOFTWARE -> Soft maintenance mode nad just set "Module Enable" on "Yes" and "Save Config"
In this place you can change "display text" too.
After "Save Config" do not forget flush magento cache :)