Καλησπέρα σας. Θέλω να στείλω email στους πελάτες και πέρνω αυτό το μύνημα ενώ όλα είναι συπληρωμένα.
Πωλήσεις->Αποστολή email
Απαιτείται το μήνυμα του email!
Τι φταίει? Ευχαριστώ
Πωλήσεις->Αποστολή email
Απαιτείται το μήνυμα του email!
Τι φταίει? Ευχαριστώ
Τι version έχεις και τι τρόπο αποστολής email χρησιμοποιείς (mail/smtp)
PeoplesCode.com
Επίσημος Αντιπρόσωπος OpenCart | Extensions - Φιλοξενία - Αναβάθμιση - Τεχνική Υποστήριξη OpenCart
Opencart-Hellas.gr - Η Ελληνική κοινότητα του Opencart
Πλήρης Ελληνική μετάφραση OpenCart
Έχω αρχίσει να τρελαίνομαι δεν μπορώ με τίποτα να στείλω μαιλ βγάζει αυτό.
Να πω ότι παίρνω κανονικά μηνύματα από το μαγαζί για νέους πελάτες παραγγελίες
Τι μπορεί να φταίει?
Να πω ότι παίρνω κανονικά μηνύματα από το μαγαζί για νέους πελάτες παραγγελίες
Τι μπορεί να φταίει?
Attachments
email_error.jpg (207.85 KiB) Viewed 1098 times
Ο επιμένων νικά στο τέλος βρήκα μετά από πολύ καιρό την λύση τώρα
Το πρόβλημα υπάρχει στην έκδοση 1.5.5.1 την οποί και χρησιμοποιώ.
Λύση


Το πρόβλημα υπάρχει στην έκδοση 1.5.5.1 την οποί και χρησιμοποιώ.
Λύση
Τώρα στέλνει κανονικά ευχαριστώ
Re: Error: E-Mail Message required!
Unread postby byocode » Tue Feb 12, 2013 7:31 pm
Hi,
The Opencart guys have put this fix in the latest GIT respository.
The issue is that the text from the Message editor pane is not being properly copied to the message variable in the browser (inside the javascript "send(url)" function in the contact.tpl file) before it is being sent to the server, so the server thinks the user did not enter anything in the editor pan.
You can try this:
1. Open file "contact.tpl" in the "admin\view\template\sale" folder
2. Go to line 244, you'll see the line:
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());
3. Save the file and test.
This will copy the data entered in the message edit panel and will send it to the server.
Who is online
Users browsing this forum: No registered users and 1 guest