Post by ChrisEvans » Thu Apr 16, 2015 12:46 am

Hello,

I seem to have developed an issue where neither myself or the customer receives an email when they make an order. I receive all other emails ie contact, updated status etc.

I have read through all the related topics on here and tried all the various recommendations but nothing seems to fix the fault. I have been speaking with my hosting provider (34sp) over the last few days and it all seems fine there, the last thing they recommended was to use SMTP on port 587, but this doesn't fix the fault either and all the working emails get seen as spam.

I think it all stems back to when I have changed my theme, but at the same time upgraded opencart from 1.5.4 to 1.5.6.4, I had a few problems and somehow ended up using 1.5.6 so possibly have screwed up the database or something.

Basically I'm unsure what to do next, should I try upgrading opencart?

Many thanks for reading!

New member

Posts

Joined
Fri Sep 30, 2011 3:31 am

Post by IP_CAM » Fri Apr 17, 2015 3:35 am

Read here about, I just found out myself, there is a new one available...
http://forum.opencart.com/viewtopic.php ... ilit=+spam
or Search Google for this:
"Mails handled as SPAM in 1.5.6.1" site:forum.opencart.com

Good Luck
Ernie
bigmax.ch/shop/
PS. DO NOT TELL real SMTP Port Numbers on the Open...

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by ChrisEvans » Fri Apr 17, 2015 4:40 am

IP_CAM wrote:Read here about, I just found out myself, there is a new one available...
http://forum.opencart.com/viewtopic.php ... ilit=+spam
or Search Google for this:
"Mails handled as SPAM in 1.5.6.1" site:forum.opencart.com

Good Luck
Ernie
bigmax.ch/shop/
PS. DO NOT TELL real SMTP Port Numbers on the Open...
Thanks IP_CAM but I have seen that method in another post and have already tried it.

New member

Posts

Joined
Fri Sep 30, 2011 3:31 am

Post by ChrisEvans » Tue Apr 21, 2015 4:54 am

Hello again,

I have not managed to resolve this problem yet.

Is anyone willing to take a look at this? I'm willing to pay.

New member

Posts

Joined
Fri Sep 30, 2011 3:31 am

Post by artcore » Tue Apr 21, 2015 5:04 am

The function that sends this particular email is in catalog/model/checkout/order.php, the confirm function.
Maybe replace current file with a fresh one from an original 1.5.6.x
And check if you a vqmod changing this file, just thinking out loud. Also, are there any error logs?
Last edited by artcore on Tue Apr 21, 2015 2:40 pm, edited 1 time in total.

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands

Post by ChrisEvans » Tue Apr 21, 2015 5:36 am

Hi @artcore, thanks for your reply.

I have uninstalled all my vqmods that had errors or wasn't using, leaving only a few that i have tested with them disabled. I have also used winmerge to compare my catalog/mode/checkout/order.php and its exactly the same.

Currently there are no errors showing.

New member

Posts

Joined
Fri Sep 30, 2011 3:31 am

Post by artcore » Tue Apr 21, 2015 5:58 am

Do the same with template/mail/order.tpl to rule out that part as well. Your theme probably doesn't have it so check the default template.
As this is the only mail that doesn't get sent it's likely to be OC related, but to find it you need to test all the parts involved.
From the top of my head:
-catalog/model/checkout/order.php
-system/library/template.php
-system/library/mail.php
Admin settings, store mail and Mail tab, Mail function, -fyour@email.com - No other settings needed.

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands

Post by ChrisEvans » Tue Apr 21, 2015 6:16 am

artcore wrote:Do the same with template/mail/order.tpl to rule out that part as well. Your theme probably doesn't have it so check the default template.
As this is the only mail that doesn't get sent it's likely to be OC related, but to find it you need to test all the parts involved.
From the top of my head:
-catalog/model/checkout/order.php
-system/library/template.php
-system/library/mail.php
Admin settings, store mail and Mail tab, Mail function, -fyour@email.com - No other settings needed.
I have checked all them files and there are no differences.

Just backing my site up now as I'm tempted to upgrade to another version.

New member

Posts

Joined
Fri Sep 30, 2011 3:31 am

Post by IP_CAM » Tue Apr 21, 2015 7:25 am

::) Then, good luck, it seems...! :-\
Ernie

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by artcore » Tue Apr 21, 2015 2:49 pm

I'm willing to do some hunting for you. If all fails, message me.

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands

Post by ChrisEvans » Tue Apr 21, 2015 3:12 pm

Thanks @artcore. I will try updating tonight and see how I get on. Will be in touch if all fails.

New member

Posts

Joined
Fri Sep 30, 2011 3:31 am

Post by artcore » Wed Apr 22, 2015 1:58 am

By coincidence I had a similar problem today with our shops after upgrading a payment module. It seems the callback didn't tell OC the order was complete so no mails were sent.
Did you try to make an order with bank transfer as the payment option (no external API calls so should work flawlessly)

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands

Post by ChrisEvans » Wed Apr 22, 2015 2:10 am

I haven't tried bank transfer but have been trying with PayPal and free checkout

New member

Posts

Joined
Fri Sep 30, 2011 3:31 am

Post by ChrisEvans » Wed Apr 22, 2015 6:34 am

Upgraded to 1.5.6.4 and all is now working :)

New member

Posts

Joined
Fri Sep 30, 2011 3:31 am
Who is online

Users browsing this forum: No registered users and 80 guests