Page 1 of 1

Help to change text on invoice

Posted: Fri Nov 24, 2017 8:27 pm
by ambienlim
Hi there, I had been trying for months but to no success.. I am not a coder, and did not build my own website. However, I discovered that I can modify simple .tpl files to adjust and amend my templates. I had previously done it once to remove some text I do not want. But another change I require has proven difficult.

I am trying to remove the text "if different address" from the invoice for the longest time. I looked at the order_invoice.tpl file for the longest time and it doesn't seem to be the right file to look at.

Appreciate your help. Thank you.

Image

Re: Help to change text on invoice

Posted: Sat Nov 25, 2017 12:08 am
by straightlight
It is quite hard to believe that someone would wait months to post a 2 minutes question. However, you can edit this text in your admin/language/english/sale/order.php file. Look for:

Code: Select all

$_['text_ship_to']                            = 'Ship To (if different address)';
You can then make the change by removing the: (if different address) portion.