Page 1 of 1

Where to remove phone number from Invoice page

Posted: Mon Oct 25, 2010 2:39 am
by blain1976
Hello and Thank you for this great forum.

I can not find the file to modify the invoice. I would like to remove the company phone number that is located at the top left corner of the invoice. I do not plan to provide a phone number, but rather prefer customers only contact me through email (I would possibly change this if the site is successful at a later date, However on the invoice it lists my phone number. Where can I remove this?

I did find invoice.php which is located in the account folder, but did not see the phone number for my website (only the customer phone number). Possibly I missed it, but wasn't sure what I am looking for.

Thank you in advance for your help.

Best Regards,
Blain

Re: Where to remove phone number from Invoice page

Posted: Mon Oct 25, 2010 3:16 am
by mystifier
You need to delete it in admin/view/template/sale/order_invoice.tpl

Simply delete the line:

Code: Select all

<?php echo $text_telephone; ?> <?php echo $order['telephone']; ?><br />

Re: Where to remove phone number from Invoice page

Posted: Wed Aug 23, 2017 12:32 pm
by Johnny2017
Hi There,

I noticed OC 2.2 now has "store_telephone".
<b><?php echo $text_telephone; ?></b> <?php echo $order['store_telephone']; ?><br />
Do you know any VQMods that has this written into it?

Thanks!!