It could be that your web host is blocking them based on the content of them.
So ask your web host about this!
It could be that your web host is blocking them based on the content of them.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Get a secure, fast, and reliable web hosting service from https://turnuphosting.com/opencart-hosting/.
Jim
https://www.carguygarage.com
Yahoo Store since 2006 moved to OpenCart on January 24, 2020
Ensure your events are turned on from your admin > extensions > events page. It is also possible you may encounter issues with returns before the master branch as I have already reported the issue to Daniel last year.head_dunce wrote: ↑Thu Jan 07, 2021 12:09 amUgh, just noticed I have some returns in the system and I was never notified of them. Looks like I have a project to work on now.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
So just add this to $mail setTomauprik wrote: ↑Fri Mar 19, 2021 7:46 pmIn file "admin/controller/mail/return.php" it's written like:
{code] $mail->setTo($return_info['email']);
$mail->setFrom($store_email);
$mail->setSender(html_entity_decode($store_name, ENT_QUOTES, 'UTF-8'));
$mail->setSubject(sprintf($language->get('text_subject'), html_entity_decode($this->config->get('config_name'), ENT_QUOTES, 'UTF-8'), $return_id));
$mail->setText($this->load->view('mail/return', $data));
$mail->send();[/code]
Code: Select all
$mail->setTo($return_info['email'].','.$this->config->get('config_email'));
Code: Select all
$mail->setTo($return_info['email'].','.($store_email));
Users browsing this forum: Bing [Bot] and 24 guests