Post by smartycutie » Wed Jan 29, 2014 10:15 am

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!!!

Newbie

Posts

Joined
Sat Jun 29, 2013 9:29 am

Post by nvedia » Wed Jan 29, 2014 11:36 am

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


User avatar
Active Member

Posts

Joined
Sun May 22, 2011 12:54 pm

Post by jirosaja » Fri Nov 07, 2014 7:05 pm

I used OC 2.0 and I have the same problem that "E-Mail Message Required". I tried to use extension and code here to solve. But there's no solution. Anyone may help me to solve this? thank in advance..

Newbie

Posts

Joined
Fri Nov 07, 2014 6:07 pm

Post by lcsoftware » Fri Jan 16, 2015 8:14 pm

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

Newbie

Posts

Joined
Fri Jul 05, 2013 3:52 pm

Post by kike1975 » Fri Feb 27, 2015 1:31 am

Thanks. The issue has been solved in my site with $('textarea[name=\'message\']').html(CKEDITOR.instances.message.getData()); solution.

Newbie

Posts

Joined
Fri Feb 27, 2015 1:19 am

Post by farizaizan » Tue Mar 10, 2015 12:20 pm

from My OpenCart customer register and buy my items, no email from opencart come to my email. why? help me ...

Newbie

Posts

Joined
Tue Mar 10, 2015 11:57 am

Post by nikhil0001 » Sat Mar 14, 2015 11:35 pm

@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?

Newbie

Posts

Joined
Sat Mar 14, 2015 11:31 pm

Post by igneo » Sun Dec 06, 2015 8:16 am

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

New member

Posts

Joined
Sat Aug 03, 2013 5:20 am

Post by faizanyasn » Mon Sep 18, 2023 7:43 pm

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));

For further assistance with Opencart Development you can reach me at
asktofaizan@gmail.com | https://asktofaizan.com |


Newbie

Posts

Joined
Tue Jan 12, 2021 2:28 pm
Who is online

Users browsing this forum: No registered users and 60 guests