No notifications are sent for customer

Phoca Cart - complex e-commerce extension
msena@ya.ru
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 04 Nov 2018, 13:02

No notifications are sent for customer

Post by msena@ya.ru »

Hello, friends!
There was a problem sending notifications to the Customer when changing the order status. The first message for the customer comes only when ordering. Further, when changing the status of orders, notifications are not sent! Sent only to "other" recipients.

Screen:

https://prnt.sc/le7cfw
https://prnt.sc/le7bn1
https://prnt.sc/le7cxk
https://prnt.sc/le7d87

Can you help?

Maybe you need to change the method of sending email? For example, set PHP Mail or Sendmail instead of SMTP in the global site settings?

Thank you!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: No notifications are sent for customer

Post by Jan »

Hi, the method of sending emails is the Joomla! method (the one which you set in your Joomla! Global configuration)

In case the emails come only when ordering, I would say, you have set the email sending only for the "pending" status and not for all other stock statuses. In Phoca Cart, emails are sent by setting of Stock statuses. So you can set when the status will be changed, if the email will be sent or not:
https://www.phoca.cz/documents/116-phoc ... or-vendors
Jan
If you find Phoca extensions useful, please support the project
msena@ya.ru
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 04 Nov 2018, 13:02

Re: No notifications are sent for customer

Post by msena@ya.ru »

Hi. I did all the settings, but nevertheless-sending email is carried out only at the first order. When changing the status, e - mail does not come to the Customer.

Screenshots attached. Please look.

https://yadi.sk/d/vToql19SEK8HzQ
Mantra
Phoca Member
Phoca Member
Posts: 44
Joined: 16 Jul 2018, 16:01

Re: No notifications are sent for customer

Post by Mantra »

Hello,
exactly the same issue since updating to 3.1.4.
New incomming order -> customer gets information mail.
State changes have no effect to the customer, he isn' t informed.
Mantra
Phoca Member
Phoca Member
Posts: 44
Joined: 16 Jul 2018, 16:01

Re: No notifications are sent for customer

Post by Mantra »

Hi, me again.
I fell back to Version 3.1.3 on a local testsystem without any other changes, and it works pretty good
msena@ya.ru
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 04 Nov 2018, 13:02

Re: No notifications are sent for customer

Post by msena@ya.ru »

Hi! Tell me where to download the version 3.1.3?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: No notifications are sent for customer

Post by Jan »

Hi, you can download older versions here:
https://github.com/PhocaCz/PhocaCart/releases

But before try to use this quick fix, download here: https://www.phoca.cz/forumfiles/status.zip and unzip it to folder:
administrator\components\com_phocacart\libraries\phocacart\order\
folder, so status.php will be overwritten.

Please let me know.

Jan
If you find Phoca extensions useful, please support the project
msena@ya.ru
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 04 Nov 2018, 13:02

Re: No notifications are sent for customer

Post by msena@ya.ru »

Jan wrote: 10 Nov 2018, 02:04 Hi, you can download older versions here:
https://github.com/PhocaCz/PhocaCart/releases

But before try to use this quick fix, download here: https://www.phoca.cz/forumfiles/status.zip and unzip it to folder:
administrator\components\com_phocacart\libraries\phocacart\order\
folder, so status.php will be overwritten.

Please let me know.

Jan
OK. Thank you! I replaced the file with yours and all emails are sent!
Helped code:

Code: Select all

			} else {
				// Backend
				$canSend = 1;
			}
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: No notifications are sent for customer

Post by Jan »

Ok, great to hear it, I will set it in next version.

Thank you, Jan
If you find Phoca extensions useful, please support the project
barthle
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 03 Dec 2018, 13:53

Re: No notifications are sent for customer

Post by barthle »

Hello,

I have the same problem, even worse. Because no notification whatsoever are being sent to anyone even though I’ve entered in every single status an e-mail, the same email. But still no notification is sent.

At first it was successful, but then it got corrupted but I have’t changed anythin other than adding some extra email to statuses as the one was slow, so I thought adding different email may increase to chance of speedy notification.

I’ve checked the server site, it does not seem to be any problem there as I can send and receive email from the server email account, besides other similar components like reservation and contact form can send emails.

I have also unzipped this zip file in this thread but nothing changed.

Any other suggestion?
Post Reply