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 amPost 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
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.
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, IndiaPost 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 amPost by straightlight » Sat Jul 24, 2021 7:21 pm
Sat Jul 24, 2021 4:36 pmWhat 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:
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
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 amPost 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=2Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Post by htsumer » Thu Jul 29, 2021 10:15 am
Sat Jul 24, 2021 7:21 pm Sat Jul 24, 2021 4:36 pmWhat 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:
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
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
Post by straightlight » Thu Jul 29, 2021 7:29 pm
Thu Jul 29, 2021 10:31 amI 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