How can I add customer phone number and email address to invoice in Opencart 3?

I'm looking for instructions on how to add the customer's phone number and email address to the invoice in Opencart 3. I searched and found some instructions for how to do with tpl files, but I haven't found anything for Opencart 3 and twig files.

Thanks for your help.

Fri Jul 27, 2018 4:38 am

Re: How can I add customer phone number and email address to invoice in Opencart 3?

Legendary Member Mon Nov 14, 2011 11:38 pm

Post by straightlight » Wed Jan 16, 2019 6:22 am

I searched and found some instructions for how to do with tpl files Source information unprovided.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester

Legendary Member Mon Nov 14, 2011 11:38 pm Location - Canada, ON

Re: How can I add customer phone number and email address to invoice in Opencart 3?

Fri Nov 02, 2018 9:26 pm

Post by tantrinh » Sat Jan 19, 2019 3:55 pm

Hi,
I got the same question like you , there are many instructions out there . But to save your time , I show you

 
>
Phone number : >
>
Phone number : >
Hope this help

Last edited by straightlight on Fri Apr 17, 2020 10:34 pm, edited 1 time in total.
Reason: Added code tags.

Fri Nov 02, 2018 9:26 pm

Re: How can I add customer phone number and email address to invoice in Opencart 3?

Active Member Sun May 11, 2014 2:04 pm Mumbai, India

Post by imdevlper18 » Fri Apr 17, 2020 10:32 pm

We created a free extension to solve this purpose:

Active Member Sun May 11, 2014 2:04 pm Location - Mumbai, India

Re: How can I add customer phone number and email address to invoice in Opencart 3?

New member Tue May 14, 2013 4:49 am

Post by Pyrocrafter » Sat Jul 24, 2021 4:36 pm

What about the customer email address. It's so annoying not having it on the invoice. I have to log in to admin to find their email to send designs

New member Tue May 14, 2013 4:49 am

Re: How can I add customer phone number and email address to invoice in Opencart 3?

Legendary Member Mon Nov 14, 2011 11:38 pm

Post by straightlight » Sat Jul 24, 2021 7:21 pm

Sat Jul 24, 2021 4:36 pm

What about the customer email address. It's so annoying not having it on the invoice. I have to log in to admin to find their email to send designs

Uninstall the extension, then in install.xml file of the ZIP file, below:
simply add:

Email: >
Then, clear all OC caches and browser, re-install the extension. This should resolve the issue.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester

Legendary Member Mon Nov 14, 2011 11:38 pm Location - Canada, ON

Re: How can I add customer phone number and email address to invoice in Opencart 3?

New member Fri Sep 28, 2018 1:37 am

Post by cmsroom » Tue Jul 27, 2021 12:26 pm

You can use. https://www.opencart.com/index.php?rout . oms&page=2 New member Fri Sep 28, 2018 1:37 am

Re: How can I add customer phone number and email address to invoice in Opencart 3?

Legendary Member Mon Nov 14, 2011 11:38 pm

Post by straightlight » Tue Jul 27, 2021 11:29 pm

Tue Jul 27, 2021 12:26 pm You can use. https://www.opencart.com/index.php?rout . oms&page=2

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester

Legendary Member Mon Nov 14, 2011 11:38 pm Location - Canada, ON

Re: How can I add customer phone number and email address to invoice in Opencart 3?

Tue Apr 20, 2021 4:27 am

Post by htsumer » Thu Jul 29, 2021 10:15 am

Sat Jul 24, 2021 7:21 pm Sat Jul 24, 2021 4:36 pm

What about the customer email address. It's so annoying not having it on the invoice. I have to log in to admin to find their email to send designs

Uninstall the extension, then in install.xml file of the ZIP file, below:
simply add:

Email: >
Then, clear all OC caches and browser, re-install the extension. This should resolve the issue. Last edited by htsumer on Thu Jul 29, 2021 10:59 am, edited 1 time in total. Tue Apr 20, 2021 4:27 am

Re: How can I add customer phone number and email address to invoice in Opencart 3?

Tue Apr 20, 2021 4:27 am

Post by htsumer » Thu Jul 29, 2021 10:31 am

I handled it manually.
How can I import Custom Field data to invoice. What is the variable?
admin/index.php?route=customer/custom_field&user_token=lVOE2NCDUFJawoeIhQgoS1Lju9O3E3

TRUNCATE TABLE `ocjp_custom_field_description`; INSERT INTO `ocjp_custom_field_description` (`custom_field_id`, `language_id`, `name`) VALUES ('1', '1', 'T.C./Vergi No'); INSERT INTO `ocjp_custom_field_description` (`custom_field_id`, `language_id`, `name`) VALUES ('2', '1', 'Vergi Dairesi');
Tue Apr 20, 2021 4:27 am

Re: How can I add customer phone number and email address to invoice in Opencart 3?

Legendary Member Mon Nov 14, 2011 11:38 pm

Post by straightlight » Thu Jul 29, 2021 7:29 pm

Thu Jul 29, 2021 10:31 am

I handled it manually.
How can I import Custom Field data to invoice. What is the variable?
admin/index.php?route=customer/custom_field&user_token=lVOE2NCDUFJawoeIhQgoS1Lju9O3E3

TRUNCATE TABLE `ocjp_custom_field_description`; INSERT INTO `ocjp_custom_field_description` (`custom_field_id`, `language_id`, `name`) VALUES ('1', '1', 'T.C./Vergi No'); INSERT INTO `ocjp_custom_field_description` (`custom_field_id`, `language_id`, `name`) VALUES ('2', '1', 'Vergi Dairesi');

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester