Download the PHP package risecommerce/magento-2-gdpr-extension without Composer
On this page you can find all versions of the php package risecommerce/magento-2-gdpr-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download risecommerce/magento-2-gdpr-extension
More information about risecommerce/magento-2-gdpr-extension
Files in risecommerce/magento-2-gdpr-extension
Package magento-2-gdpr-extension
Short Description Risecommerce GDPR Extension for Magento 2
License OSL-3.0 AFL-3.0
Informations about the package magento-2-gdpr-extension
GDPR Module
The GDPR extension for Magento 2 developed by Risecommerce helps make your store compliant with the General Data Protection Regulation (GDPR). It includes features like privacy policy consents, cookie restriction notices, and options to delete or anonymize customer data such as personal information, orders, and newsletters.
For more details about the extension, visit the GDPR 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.
Support
- Magento versions: 2.3.x, 2.4.x
How to Install the Extension
Method I: Manual Installation
- Download the archive file.
- Unzip the file.
- Create a folder at
[Magento_Root]/app/code/Risecommerce/Gdpr
. - Move the unzipped files to the directory
[Magento_Root]/app/code/Risecommerce/Gdpr
.
Method II: Using Composer
Run the following command:
composer require risecommerce/magento-2-gdpr-extension:1.0.1
Enable Extension:
- php bin/magento module:enable Risecommerce_Gdpr
- 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_Gdpr
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
- php bin/magento cache:flush