How to install Poptin on your Magento 2 website?
Follow the steps below to install Poptin on Magento 2
- Navigate to Magento Root Directory.
cd /path/to/magento2
- Install the Extension via Composer.
composer require poptin/module-magento2:1.1.x
- Run Magento Upgrade
bin/magento setup:upgrade --keep-generated
- Enable the Module (if disabled)
bin/magento module:status
If Poptin_Magento2 appears under disabled modules, enable it:
_bin/magento module:enable Poptin_Magento2 _
- Compile (Required in Production Mode)
_bin/magento setup:static-content:deploy -f _
- Deploy Static Content
_bin/magento setup:static-content:deploy -f _
- Clear Magento Cache
bin/magento cache:flush
Verification
To confirm the extension is active:
_bin/magento module:status Poptin_Magento2 _
It should show as enabled.
Setting up Poptin on your Magent 2 Store
- Login to Magento Admin Panel and on the left sidebar click on the Poptin.
- In the extension page you can either Sign Up for a new Poptin account or Login to your existing Poptin account. If you already have Poptin acount simply copy the Poptin User ID from your Dashboard and paste it to connect Poptin with your Magento Store.
Download Magento 2 Extensions
https://commercemarketplace.adobe.com/poptin-module-magento2.html
Updated on: 17/11/2025
Thank you!
