Such errors typically when using features newsletter.And why there error like this? usually if you installed ckeditor in OpenCart occur such us.The Problem a constraint is a text editor using the ckeditor is not going well in the variable message browser. (in javascript "send (URL)" function in the file contact.tpl) before being sent to the server, so the server thinks the user does not enter anything in the box Editor.
To deal with this
1. Can you open your web cpanel
2. Open File "contact.tpl" in this folder admin / view / tempalte / sale
3. Find the code like this
$('textarea[name=\'message\']').html($('textarea[name=\'message\']').val());
and repalace with this
$('textarea[name=\'message\']').html(CKEDITOR.instances.message.getData());
Then Klik button save
Done.good luck


0 Response to "Solution OpenCart Error: EMail Message required!"
Post a Comment