Page 1 of 1
Custom Field on Order Email
Posted: Tue Jan 20, 2015 10:32 pm
by MTBiker
I created an "account" custom field under Sales -> Customer -> Custom Fields which works great on sign-up, but I need this field to be displayed on the order email, can this be done?
Re: Custom Field on Order Email
Posted: Tue Mar 03, 2015 8:54 pm
by iplocker
Hello.
Have you find and workaround on this one?
Thanks
Re: Custom Field on Order Email
Posted: Tue Mar 03, 2015 10:45 pm
by Cooperdale
Yeah, I'd like to know this too.
Re: Custom Field on Order Email
Posted: Thu Apr 16, 2015 4:35 pm
by florin.dediu
I olso have this problem. I dont find the custom field in admin either invoice.
Re: Custom Field on Order Email
Posted: Tue Apr 28, 2015 10:27 am
by normdouglas
I'm staggered that this seems to be a "too hard" basket case.
All I want is the code example that I'd need to add to the email template in order to echo out the custom field
Any ideas
Re: Custom Field on Order Email
Posted: Tue Apr 28, 2015 12:32 pm
by fido-x
This is not just a "simple" modification of the order email template, as the email is generated from the addOrder() function in the model. Subsequently, the model would need to be modified to include any custom field that you've created as well as modifying the order email template.