I am trying to find way to add Job Title and the Comment from Company Admin into order confirmation email template.
I can add
first name, last name, middle name, suffix, prefix
but no code founded or defined on magento site to add
Job title from "Company Admin" and Comment from "Account Information",
how to add those 2 into email template from company in Magento 2 ?
Reference Document: https://docs.magento.com/user-guide/customers/account-company-admin.html
For reference please check this image: https://ibb.co/K7XQVWd
Hi @mr_bukhari
You can send customer data in order emails. Check the below links.
https://magento.stackexchange.com/a/163950
https://magecomp.com/blog/add-custom-parameter-in-customer-order-email-of-magento-2/
I hope it will help you!