GDPR Compliant - General Data Protection Regulation Compliant

GDPR Compliant - General Data Protection Regulation Compliant

The GDPR (General Data Protection Regulation) Regulation bring by European Union (EU) Parliament on April 14, 2016 (Regulation (EU) 2016/679) and bring in practice on May 25, 2016 with intention to strengthen and unify data protection for all individuals within in EU. If your business sell to EU market and even if your business is not located in EU. But still this regulation is applying over your business and must implement GDPR protection for your EU customers. Ignoring the compliance may bring you huge fine upto 20 EURO million or in the case of an undertaking, up to 4% of the total worldwide annual turnover of preceding financial year, whichever is higher. High penalty fines have been proposed to try an increase compliance.







* Control the cookies related to users (Analytic, Marketing)
* Control over personal data – This will allow customers to request, download, edit their personal data stored over base OpenCart DB
* Right to be forgotten – This will allow customers to complete deletion/anonymous of their data from the website
* Right to restrict processing –This will allow customers to request/notify that their data should not process any more in website and any other way by shop owner
* Cookie consent by insites– The cookie consent is free plugin developed by insites and use/customized by us as per need
* Store Policy Acceptance Tracker - This extension track store policy acceptance
* Multiple languages at multiple places
* Keep track of all GDPR requests
* E-mail notifications for all requests
* Well organize documentation and presentation
* Simple and easy installation
* Dedicated support team



Manage JS Code For "Analytics and Statistics" And "Marketing and Retargeting" Based on User Action.
Note: We can not control cookie creation with PHP script or Any other way unless there are functions to explicitly Grant/Revoke cookies function exists unlike Google Tag Manager/Google Analytics.
Always ask extension/module developer if their mod create cookies on user browser and how it can be handle if user opt-out for sensitive cookies to not allow on browser - cookies related to Analytics, Marketing, etc.

Go to Module
GDPR > GDPR Settings : Tab: Cookie Consent > Cookie Manage
#1 JS Code For Analytics and Statistics On Allow
#2 JS Code For Analytics and Statistics On Deny
#3 JS Code For Marketing and Retargeting On Allow
#4 JS Code For Marketing and Retargeting On Deny
#5 Custom JS Code

Step 1: Replace G-XXXXXXXXX With Your Google Tag Analytic ID
Step 2: You Can Also Remove lines start with console.log



Below is the code you can copy paste

#1 JS Code For Analytics and Statistics On Allow

console.log("allow Analytics window.fn.gtag")
console.log('is gtab: ' + typeof gtag)
gtag('consent', 'update', {'analytics_storage': 'granted', 'ad_user_data': 'granted'});


#2 JS Code For Analytics and Statistics On Deny

console.log("deny Analytics window.fn.gtag")
console.log("is gtag" + typeof gtag)

gtag('consent', 'update', {'analytics_storage': 'denied', 'ad_user_data': 'denied'});

window['ga-disable-UA-G-XXXXXXXXX'] = true;

#3 JS Code For Marketing and Retargeting On Allow

console.log("allow Marketing window.fn.gtag")
console.log("is gtag" + typeof gtag)

gtag('consent', 'update', {'ad_storage': 'granted', 'ad_personalization': 'granted'});

#4 JS Code For Marketing and Retargeting On Deny

console.log("denyMarketing window.fn.gtag")
console.log("is gtag " + typeof gtag)

gtag('consent', 'update', {'ad_storage': 'denied', 'ad_personalization': 'denied'});

#5 Custom JS Code

<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {
'ad_storage': 'denied',
'analytics_storage': 'denied',
'ad_user_data': 'denied',
'ad_personalization': 'denied'
});

gtag('js', new Date());

gtag('config', 'G-XXXXXXXXX');
</script>

For More Study these links and more based on your needs
https://developers.google.com/analytics/devguides/collection/analyticsjs/cookies-user-id#disabling_cookies
https://developers.google.com/tag-platform/gtagjs/reference

Support E-mail: modulepoints@gmail.com; support@modulepoints.com




Support E-mail: modulepoints@gmail.com; support@modulepoints.com

What customers say about GDPR Compliant - General Data Protection Regulation Compliant

Vaioskal
Great extension, very good support
~Vaioskal
jpeibol
We had some display issues on mobile browsers and the support was fast and excellent.
~jpeibol
joulecom
I have used 3 GDPR modules so far and I can say that it is the most complete and complex of all that I have used so far. A very good module.
~joulecom




Price
$30.00

  • Developed by OpenCart Partner
  • 6 Months Free Support
  • Documentation Included

Rating

Compatibility
4.0.1.0, 4.0.1.1, 4.0.2.0, 4.0.2.1, 4.0.2.2, 4.0.2.3, 2.3.0.0, 2.3.0.1, 2.3.0.2, 3.0.0.0, 3.0.1.1, 3.0.1.2, 3.0.2.0, 3.0.3.0, 3.0.3.1, 3.0.3.2, 3.0.3.3, 3.0.3.5, 3.0.3.6, 3.0.3.7, 3.0.3.8, 3.0.3.9, 2.0.0.0, 2.0.1.0, 2.0.1.1, 2.0.2.0, 2.0.3.1, 2.1.0.1, 2.1.0.2, 2.2.0.0

Last Update
16 Mar 2024

Created
3 Oct 2018
214 Sales
29 Comments
modulepoints
modulepoints
Member since: 2 May 2016

View all extensions Get Support