Hello all, I can't send an email to anyone from the opencart customer email, Even when i have typed a message when i go to send it it says Email Message Required so i'm a bit lost as to what is the problem.
Hope someone can help
Thanks
Derek
change the file admin/view/template/sale/contact.tpl
Find this line of text
$('textarea[name=\'message\']').html($('textarea[name=\'message\']').val());
And replace with
$('textarea[name="message"]').val(CKEDITOR.instances.message.getData());
Good luck
Derek
Find this line of text
$('textarea[name=\'message\']').html($('textarea[name=\'message\']').val());
And replace with
$('textarea[name="message"]').val(CKEDITOR.instances.message.getData());
Good luck
Derek
do a quick search in the forum and you can find lots of questions on this in the future: http://forum.opencart.com/viewtopic.php ... ct#p421671
Who is online
Users browsing this forum: No registered users and 20 guests