If not, where can I configure this?
Currently, no notifications about the request are being received. All other notifications are working.
OC 4.1.0.0
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Is it supposed to work - yes of course - does it ? Well it will be another one of those things people will check when they can and in the meantime
https://www.opencart.com/index.php?rout ... n_id=37070
That will probably be the quickest and cheapest way of resolving your issue.
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Fresh Install OC4.1.0.0
php8.0 - php 8.4
GDPR Deletion Request => sends => Account Deletion Request Confirmation to customer email
Click confirm Deletion => sends => Process back to admin
GDPR export request => sends => GDPR export request completed to customer email !
CRON => Deletes => sends deletion confirmation to customer email
All working correctly.
No admin email is sent - presumably because the data deletion is automatic but requires admin approval.
The export request as I understand is 28 days to comply and will only be done after admin has approved.
Maybe it should be in the notification bell at the top?
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
It is "normal"
As a quick solution - and I am sure someone knows why setBcc isnt working - this does :
after (approx line 194)
Code: Select all
$mail->send();
Code: Select all
$mail->setTo($this->config->get('config_email'));
$mail->setFrom($this->config->get('config_email'));
$mail->setSender($store_name);
$mail->setSubject('ADMIN NOTIFICATION : GDPR');
$mail->setHtml($this->load->view('mail/gdpr_delete', $data));
$mail->send();
Code: Select all
$mail->send();
Code: Select all
$mail->setTo($this->config->get('config_email'));
$mail->setFrom($this->config->get('config_email'));
$mail->setSender($store_name);
$mail->setSubject('ADMIN NOTIFICATION : GDPR');
$mail->setHtml($this->load->view('mail/gdpr', $data));
$mail->send();
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
1-Use Transactional Email Services (not shared hosting mail) SMTP from hosting is often blocked or flagged as spam.paulfeakins wrote: ↑Thu Apr 17, 2025 6:52 pmEmails not getting through is such a common problem these days,
2- Set Up Proper DNS Records (SPF, DKIM, DMARC) Without these, even legit emails may land in spam.
Got an urgent question that’s keeping you up at night? There might just be a magical inbox ready to help: khnaz35@gmail.com
Enjoy nature
If you could edit the title to include [SOLVED] that would be great.
I will send you a private message if I continue with this and add something to the dashboard.
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Users browsing this forum: No registered users and 2 guests