The Maintenance Mode Extension for Magento 2 by Risecommerce is perfect for putting your Magento storefront into maintenance mode for a few minutes, hours, or days while updating your site. Showing a blank or low-quality maintenance page leaves a negative impression on customers. With this extension, you can customize maintenance pages as per your requirements and include features such as newsletters, countdown timers, social links, and contact information to keep your customers engaged and updated.
For more details about the extension, visit the Maintenance Mode Extension for Magento 2.
If you're looking to enhance your Magento store further, consider hiring a dedicated Magento developer.
For support or inquiries, please visit our contact page.
- Magento versions: 2.3.x, 2.4.x
- Download the archive file.
- Unzip the file.
- Create a folder at
[Magento_Root]/app/code/Risecommerce/MaintenanceMode
. - Move the unzipped files to the directory
[Magento_Root]/app/code/Risecommerce/MaintenanceMode
.
Run the following command:
composer require risecommerce/magento2-maintenance-mode-extension:1.0.1
#Enable Extension:
- php bin/magento module:enable Risecommerce_MaintenanceMode
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
- php bin/magento cache:flush
#Disable Extension:
- php bin/magento module:disable Risecommerce_MaintenanceMode
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
- php bin/magento cache:flush