Post by themis85_GR » Tue Feb 05, 2013 9:49 am

Καλησπέρα σας. Θέλω να στείλω email στους πελάτες και πέρνω αυτό το μύνημα ενώ όλα είναι συπληρωμένα.
Πωλήσεις->Αποστολή email
Απαιτείται το μήνυμα του email!
Τι φταίει? Ευχαριστώ

Newbie

Posts

Joined
Fri Feb 01, 2013 9:27 am

Post by themis85_GR » Tue Feb 05, 2013 11:03 pm

Δεν. Εχεις κανεις αλλος το ιδιο προβλημα?

Newbie

Posts

Joined
Fri Feb 01, 2013 9:27 am

Post by People's Code » Wed Feb 06, 2013 7:30 am

Τι version έχεις και τι τρόπο αποστολής email χρησιμοποιείς (mail/smtp)

PeoplesCode.com
Επίσημος Αντιπρόσωπος OpenCart | Extensions - Φιλοξενία - Αναβάθμιση - Τεχνική Υποστήριξη OpenCart
Opencart-Hellas.gr - Η Ελληνική κοινότητα του Opencart
Πλήρης Ελληνική μετάφραση OpenCart


User avatar
Active Member

Posts

Joined
Fri Jul 27, 2012 5:30 am
Location - Hellas

Post by themis85_GR » Wed Apr 03, 2013 5:27 pm

Έχω αρχίσει να τρελαίνομαι δεν μπορώ με τίποτα να στείλω μαιλ βγάζει αυτό.
Να πω ότι παίρνω κανονικά μηνύματα από το μαγαζί για νέους πελάτες παραγγελίες

Τι μπορεί να φταίει?

Attachments

email_error.jpg

email_error.jpg (207.85 KiB) Viewed 1097 times


Newbie

Posts

Joined
Fri Feb 01, 2013 9:27 am

Post by themis85_GR » Wed Apr 03, 2013 5:45 pm

Ο επιμένων νικά στο τέλος βρήκα μετά από πολύ καιρό την λύση τώρα :) :)

Το πρόβλημα υπάρχει στην έκδοση 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.
Τώρα στέλνει κανονικά ευχαριστώ

Newbie

Posts

Joined
Fri Feb 01, 2013 9:27 am
Who is online

Users browsing this forum: No registered users and 3 guests