Magento Popup Extension
magebird/popup
Creates customizable popups for various purposes. Allows configuration via the Magento admin panel under Content > Magebird Popup.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardLooking for Contributors
Dependency injection compilation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubIf you have any problems with the installation please contact us and we will install the extension FOR FREE. Free installation offer is valid also for free trial version.
INSTALLATION:
You can install the extension in three ways. If your server supports Composer you can use composer. You can also install extension through admin. Or you can use directly ftp upload.
Install through admin: Follow Magento official guide https://docs.magento.com/marketplace/user_guide/quick-tour/install-extension.html.
Install by Composer or ftp upload:
Step 1
Install by Composer : In command line, using "cd", navigate to your Magento 2 root directory and run the command: composer require magebird/popup
Install by Ftp upload : Download the latest version of the extension from https://www.magebird.com/download/Popup_package_m2.zip and upload everything inside folder "For upload" to your Magento root folder.
Step 2
In command line, using "cd", navigate to your Magento 2 root directory. Run commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Popup extension will be added to admin menu under CONTENT->Magebird Popup.
Step 3
Check if script magebirdpopup.php is web accessible. To check if script is web accessible open www.yourdomain.com/magebirdpopup.php or www.yourdomain.com/pub/magebirdpopup.php and press ctrl+u. First line of source code should look like this:
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.