Page 2 of 4
Re: Error: E-Mail Message required!
Posted: Tue Mar 12, 2013 3:38 am
by pitkin2020
just what i was looking for
Re: Error: E-Mail Message required!
Posted: Thu Apr 11, 2013 5:27 pm
by ghartwig
Attaching a modified version of the fix from guntis.e which fixes the SQL problems also.
| Oops, fixed xml problem.
Re: Error: E-Mail Message required!
Posted: Wed Apr 17, 2013 7:29 pm
by bryanstanley
Just came across this as i was WinMerging from 1.5.4.1 to 1.5.5.1 and didn't think it looked right - glad i found confirmation here, thanks!
The function returns the 'total' row, but that doesn't exist in the new SQL for 1.5.5.1!
Re: Error: E-Mail Message required!
Posted: Tue Apr 30, 2013 4:02 am
by superatlopez
El Vqmod funciona correctamente. Bravo. Sólo hecho de menos un mensaje que confirme el envio, porque como no te avisa de que ha sido enviado pensé que no funcionaba y probando me lo envié 6 veces.

GRACIAS de todas formas.
Re: Error: E-Mail Message required!
Posted: Fri May 10, 2013 10:59 pm
by ozzie69
Hi guys, many thanks for the help in resolving this issue, I was trying to pull my hair out but I don't have any
thx again
Oz
Re: Error: E-Mail Message required!
Posted: Tue May 14, 2013 3:21 pm
by fizfaziq
Thanks guys for the vqmod. It works!
Re: Error: E-Mail Message required!
Posted: Tue May 21, 2013 6:36 am
by nkhouli
Hey guys!
I have changed the code previously advised - and the e-mails were sent,
Although, all of my customers are complaining saying they are receiving a HIGH volume of the same e-mail.
This is a major problem for it really upsets them.
Why would this be happening?
I go to MAIL > Customers that have bought products > and then it says "Sending to X of X customers" and then displays the success message,
What would cause so many duplicate e-mails to be sent to the same person?
Any help is appreciated!!

Re: Error: E-Mail Message required!
Posted: Sun Jun 16, 2013 8:57 am
by tany
vqmod didint work for me :/
Re: Error: E-Mail Message required!
Posted: Wed Jun 26, 2013 11:30 am
by ovibay
hey friend this quick fix worked for my site.
Thank you for support
Re: Error: E-Mail Message required!
Posted: Mon Jul 15, 2013 10:52 pm
by batonline
guntis.e wrote:here is the quick vqmod fix for this
oc1551_sales_mail_bug.xml
Thanks!
This worked fine for me.
// Patrik
Re: Error: E-Mail Message required!
Posted: Sat Aug 03, 2013 2:34 am
by PokerLee
@byocode
Thanks alot, worked well.
Originally used your 'code edits' to get 1.5.5.1 emails working, and worked a treat THANK YOU.
I then upgraded today to the new 1.5.6 and found that this email issue was not fixed in the new version!!!!!!
FOUND IT HARD TO BELIEVE THAT THIS IS NOT FIXED BY OPENCART (Com-on' people!! Sort it out!!)
Anyways thought would re-find this post and fix again....
And would like to report to all that the two fixes work fine with the latest version 1.5.6
One thing worth noting is that when sending emails that the notification 'tool tip' does not show if sent.
But it does seem to send emails, so
thank you very much byocode
Re: Error: E-Mail Message required!
Posted: Sun Aug 11, 2013 9:54 pm
by spidermycron
Hello , i have 2 questions please
1. how can i fix email issue cause i can't email members .
2. how to install the attached module please ?
Thanks
Re: Error: E-Mail Message required!
Posted: Mon Aug 12, 2013 4:29 am
by pedro1993
Check out this post to fix the email problem:
http://forum.opencart.com/viewtopic.php ... 65#p421857
Checkout this page to install the module:
http://code.google.com/p/vqmod/
Re: Error: E-Mail Message required!
Posted: Mon Aug 12, 2013 6:13 am
by spidermycron
Hello,
thanks for fast response
- im little confused , now if i install vqmod
how can i install mass_email_fix.xml please ?
thanks
Re: Error: E-Mail Message required!
Posted: Mon Aug 12, 2013 6:20 am
by butte
Unless it has special instructions or additional files, you slip its .xml into /vqmod/xml/ -- if it has additional files, then you slip those into place where they belong. FileZilla Client will move a tree, for example, onto the server where files in it will land but the otherwise emptiness of the directories in the tree will NOT wipe out files already on the server.
Apparently the post didn't take. One mail fix that actually can work all by itself is replacing (for other reasons) the entire ckeditor/ directory contents with the entire current Full version from ckeditor.com/download/, for 1.5.5.1 and evidently also 1.5.6.0 (a.k.a. 1.5.6 -- just as 12" or 12 eggs is the same as 12.0" or 12.0 eggs).
Re: Error: E-Mail Message required!
Posted: Mon Aug 12, 2013 6:25 am
by spidermycron
i did below step and nothing happen (im using latest version of open cart)
do a search for line 244 (the following)
CODE: SELECT ALL
$('textarea[name=\'message\']').html($('textarea[name=\'message\']').val());
and replace with
CODE: SELECT ALL
$('textarea[name=\'message\']').html(CKEDITOR.instances.message.getData());
thanks
Re: Error: E-Mail Message required!
Posted: Mon Aug 12, 2013 6:28 am
by spidermycron
sorry to bother you guys ,
for the mass_email_fix.xml i upload it inside xml folder for the vqmod , is that correct , what shall iu do
please guide me in steps if possible
Thanks
Re: Error: E-Mail Message required!
Posted: Mon Aug 12, 2013 6:31 am
by pedro1993
That should be you. Did you install VQMod fully by going to yourstore.com/vqmod/install?
Re: Error: E-Mail Message required!
Posted: Mon Aug 12, 2013 6:32 am
by spidermycron
yes i have installed it successfully yourstore.com/vqmod/install
what shall i do after this step please ?
Re: Error: E-Mail Message required!
Posted: Mon Aug 12, 2013 7:31 am
by butte
As above: Unless it has special instructions or additional files, you slip its .xml into /vqmod/xml/ -- if it has additional files, then you slip those into place where they belong. FileZilla Client will move a tree, for example, onto the server where files in it will land but the otherwise emptiness of the directories in the tree will NOT wipe out files already on the server.