> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.poptin.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to install Poptin on your Magento 2 website?

**Follow the steps below to install Poptin on Magento 2**

1. Navigate to Magento Root Directory. 
*cd /path/to/magento2* 

2.  Install the Extension via Composer.
*composer require poptin/module-magento2:1.1.x*

3. Run Magento Upgrade
*bin/magento setup:upgrade --keep-generated*

4. Enable the Module (if disabled)
*bin/magento module:status*

If Poptin_Magento2 appears under disabled modules, enable it:

_bin/magento module:enable Poptin_Magento2 _

5. Compile (Required in Production Mode) 
_bin/magento setup:static-content:deploy -f _

6. Deploy Static Content 
_bin/magento setup:static-content:deploy -f _

7. 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**

1. Login to Magento Admin Panel and on the left sidebar click on the Poptin.

2. 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
 
 
 
 
 
 
 
 
  