Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order comments never sent order email #1586

Closed
insytes opened this issue Jun 24, 2014 · 3 comments
Closed

Order comments never sent order email #1586

insytes opened this issue Jun 24, 2014 · 3 comments

Comments

@insytes
Copy link

insytes commented Jun 24, 2014

ModelCheckoutOrder::confirm.

Expects a parameter $comment.

The method never gets given this parameter and expects it to be there when creating the email template...

Lines 308, 309 need to use $order_info['comment'] instead of $comment.

@danielkerr
Copy link
Member

does not need to send the comments back to customer

@insytes
Copy link
Author

insytes commented Jun 24, 2014

Okay maybe I jumped the gun there. But it still does not send the comment to the store email.
Same fix just a different line.

@insytes
Copy link
Author

insytes commented Jun 24, 2014

Why is the admin email template the same as the customers then?

If I get the time, I'll fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants