BYOCODE is freaking awesome, usually when I have a problem it takes an hour or more to fix it, this was spot on and only took a few minutes! All hail Byocode!!!
Thanks Byocode! I came here searching for the same issue and its fixed after doing the recommended change
Donate here to show support if you think I have helped you today!
Opencart Documentation
for version 2.0 add the following to file admin/view/template/marketing/contact.tpl on line 198
Change:
—————————————————————————————————-
function send(url) {
$.ajax({
—————————————————————————————————-
To:
—————————————————————————————————-
function send(url) {
$(‘#content textarea’).val($(‘div.note-editable’).html());
$.ajax({
—————————————————————————————————-
This will update the original textarea from the note editor
Change:
—————————————————————————————————-
function send(url) {
$.ajax({
—————————————————————————————————-
To:
—————————————————————————————————-
function send(url) {
$(‘#content textarea’).val($(‘div.note-editable’).html());
$.ajax({
—————————————————————————————————-
This will update the original textarea from the note editor
from My OpenCart customer register and buy my items, no email from opencart come to my email. why? help me ...
@lcsoftware
When i am trying to do the same changes on my 2.0 opencart then its not working. It just goes blank and does not move further and there is no mail send. Can you please look into this and help me resolving this problem?
When i am trying to do the same changes on my 2.0 opencart then its not working. It just goes blank and does not move further and there is no mail send. Can you please look into this and help me resolving this problem?
hola a todos, una consulta, en mi caso OC156version, deseo hacer un envío de unos 1000 usuarios y solo me confirma 200.
desde donde puedo ampliar esa capacidad de envio ? SQL, PHP ? muchas gracias.
hi, i need send at 1000 user via email system admin, but only send confirm at 200 users?
any help me about this. its about SQL or PHP ? thanks a lot
desde donde puedo ampliar esa capacidad de envio ? SQL, PHP ? muchas gracias.
hi, i need send at 1000 user via email system admin, but only send confirm at 200 users?
any help me about this. its about SQL or PHP ? thanks a lot
Make sure that before $mail->send() it is set as HTML or text.
Text
$mail->setText($this->load->view('mail/sample_template', $data));
OR Html
$mail->setHtml($this->load->view('mail/sample_template', $data));
Text
$mail->setText($this->load->view('mail/sample_template', $data));
OR Html
$mail->setHtml($this->load->view('mail/sample_template', $data));
For further assistance with Opencart Development you can reach me at
asktofaizan@gmail.com | https://asktofaizan.com |
Who is online
Users browsing this forum: No registered users and 60 guests