ezakimak Posted January 19, 2011 Share Posted January 19, 2011 Hi, in /classes/OrderHistory you'll see this sentence in line 128 if (!isset($result['template']) AND Validate::isEmail($result['email'])) { ...... rest of the code it should be if (isset($result['template']) AND Validate::isEmail($result['email'])) { ...... rest of the code because of this my shop wasnt sending emails to my customer when I change their order statuseshope this help for someone else herehugh Link to comment Share on other sites More sharing options...
Yann - Prestaplugins Posted January 19, 2011 Share Posted January 19, 2011 Thanks !Did you report it in the bugtracker ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now