The Magento extension will no longer be available to new Drip customers on June 23rd, 2023.
Uninstall Magento 1.5 +
If you manually installed Drip in Magento 1 (likely version 1.5.0 of the extension or older), manually uninstall the extension using the Magento Marketplace and the Magento Connect Manager.
- Log in to the admin interface
- Go to System > Magento Connect > Magento Connect Manager
- Log in again
- Find (
command + F
) drip+Drip in the menu - Select Uninstall under Actions
- Click Commit Changes
The Drip extension will be uninstalled from your Magento store.
Important: You will not be able re-install the integration for Magento 1.5+ if you uninstall it as it is no longer supported by Adobe.
Uninstall Magento 2 +
There are two ways to uninstall Magento 2 + depending on whether you installed via the UI or via Composer.
UI
- Log in to the admin interface and go to System > Web Setup Wizard
- Click Extension Manager
- Uninstall the Drip plugin on this page
Composer
- Open
composer.json
on your server in your text editor and find the line in the "require
" section for "drip/connect
" - Delete that line (and if it’s the last line, remove the command from the end of the previous line)
- Save the file
- Run the composer install command
The Drip extension will be uninstalled from your Magento store.