We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
does not need to send the comments back to customer
Sorry, something went wrong.
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.
Why is the admin email template the same as the customers then?
If I get the time, I'll fork.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: