Jump to content

Where did my order conf go?


Recommended Posts

BO - Orders - Statuses - 3 - Preparation in progress

Check - Send e-mail to customer when order is changed to this status
Template: Preparation

BO - Preferences - Email
Set it what you want

BO - Modules - Mail Alerts
Check all

FTP - mails/yourlanguage/
do you have order_conf.html and order_conf.txt?

And now i think it must working :)

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...
  • 2 weeks later...

Sort of struggling with the same issue. I have narrowed it down to this:

1) if I have "send e-mail to customer" enabled for "Preparation in progress" then two emails are sent. (Order confirmation AND Preparation email)
2) if I have "send e-mail" disabled for "preparation" then no email is sent.

So, how are these two connected? Clearly we have two different templates, but what logic is controlling the sending of the order confirmation. I would like the confirmation to be sent, but since the preparation email is sent automatically and at the same time it feels like spamming...

/Peter

Link to comment
Share on other sites

I had the same problem: if the status does not have the “Send e-mail to customer when order is changed to this status” checked, it will not send the automatic order confirmation email either

either it send two emails at once, or it will send no emails...

to fix this, make a change in class paymentmodule.php:
line 350:

 if ($orderStatus->send_email AND Validate::isEmail($customer->email))



remove "$orderStatus->send_email AND"

and it send the automatic email only, without checking for the status email.

Link to comment
Share on other sites

  • 3 months later...

..and let me take a guess, it's been ignored?

Yes, this is a massive bug. Order confirmation should either get it's own setting, or be default sent. Tying it to some other status, when there are two separate templates that duplicate each other, is incorrect.

Link to comment
Share on other sites

  • 3 months later...

jakcrabbit & mmatty: you saved my day!

When I sent the order_conf on status 3, I received the mail 2 times - one was normal the second was full with the variables - not the values. Thanks for your help!

As your post is from feb. - will this be fixed or is it considered a feature?

Link to comment
Share on other sites

  • 2 months later...
  • 2 months later...
  • 1 year later...

Sort of struggling with the same issue. I have narrowed it down to this:

 

1) if I have "send e-mail to customer" enabled for "Preparation in progress" then two emails are sent. (Order confirmation AND Preparation email)

2) if I have "send e-mail" disabled for "preparation" then no email is sent.

 

So, how are these two connected? Clearly we have two different templates, but what logic is controlling the sending of the order confirmation. I would like the confirmation to be sent, but since the preparation email is sent automatically and at the same time it feels like spamming...

 

/Peter

 

I have the same problem too. I upgrade from 1.4.01.7 to 1.4.7.3 and 2 emails together are sent without my confirmation - preparation and order_conf too.

Solution above cann´t be applied, files are different. What can I do with this?

Link to comment
Share on other sites

Thank y

BO - Orders - Statuses - 3 - Preparation in progress

 

Check - Send e-mail to customer when order is changed to this status

Template: Preparation

 

BO - Preferences - Email

Set it what you want

 

BO - Modules - Mail Alerts

Check all

 

FTP - mails/yourlanguage/

do you have order_conf.html and order_conf.txt?

 

And now i think it must working :)

 

It worked perfect thank you very much

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...