Page 1 of 1
No send Marketing > Mail
Posted: Fri Apr 01, 2016 8:41 am
by pemochen
Testing the new version 2.2.0.0 not send email to customers, the probe with version 2.1.0.1 and if you send the mail, Thanks
Re: No send Marketing > Mail
Posted: Thu May 12, 2016 2:32 pm
by cdie68
Yes, same problem to me. In Marketing - Mail, to send email NO WORK!
Re: No send Marketing > Mail
Posted: Sun May 29, 2016 4:48 pm
by brik
Same for me, clean install of 2.2.0.0. Email is fine on creating orders and from the 'Contact us' for customers to use on the main store front.
But within Marketing-> mail completing the fields and pressing the send button produces nothing. No egg-timer, not even a vey small wait, no error message. There is also no error message in the log file. The appearance is that nothing is happening.
Re: No send Marketing > Mail
Posted: Sun May 29, 2016 5:10 pm
by cdie68
WHY WRITE IN THIS FORUM IF NO ONE GIVE US A SOLUTION?
Better another shop script with better support.
Goodbye
Re: No send Marketing > Mail
Posted: Thu Jun 02, 2016 6:38 pm
by fulandrusky
Same problem. Absolutely desperate.
Re: No send Marketing > Mail
Posted: Fri Jun 03, 2016 6:59 pm
by i2Paq
Why not posting this as a "bug" in the 2.2.0.0 "BUG" topic?
Re: No send Marketing > Mail
Posted: Sat Jun 04, 2016 11:10 pm
by i2Paq
florinsith wrote:If you mean the admin mail page, then edit the file admin/view/template/marketing/contact.tpl, and in the file, find and delete the line:
Code: Select all
$('textarea[name=\'message\']').val($('#input-message').code());
Re: No send Marketing > Mail
Posted: Sat Jun 04, 2016 11:41 pm
by OSWorX
i2Paq wrote:florinsith wrote:If you mean the admin mail page, then edit the file admin/view/template/marketing/contact.tpl, and in the file, find and delete the line:
Code: Select all
$('textarea[name=\'message\']').val($('#input-message').code());
And another bug:
https://github.com/opencart/opencart/is ... -223762251
Re: No send Marketing > Mail
Posted: Sun Jun 05, 2016 2:45 pm
by i2Paq
OSWorX wrote:i2Paq wrote:florinsith wrote:If you mean the admin mail page, then edit the file admin/view/template/marketing/contact.tpl, and in the file, find and delete the line:
Code: Select all
$('textarea[name=\'message\']').val($('#input-message').code());
And another bug:
https://github.com/opencart/opencart/is ... -223762251
Thanks!
Re: No send Marketing > Mail
Posted: Tue Sep 12, 2017 7:46 am
by salizam
PROBLEM SOLVED
"edit the file admin/view/template/marketing/contact.tpl, and in the file, find and delete the line:
Code: Select all
$('textarea[name=\'message\']').val($('#input-message').code());"
DOESN'T WORK FOR ME.
THIS IS WHAT I DID:
1. Download Opencart 2.3.0.2 (which is the next version after 2.2.0.0)
2. Unzip folder and look for contact.tpl file in admin/view/template/marketing
3. Copy the file and replace with the same file in 2.2.0.0 version
Mail working fine now.