Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to modify the text in an invoice?


paulb104

Recommended Posts

Posted

Can the text in the invoice be changed?

 

What about the invoice subject of "Order Process"?

 

If so for either, where?

 

Thanks!

Posted
Can the text in the invoice be changed?

 

What about the invoice subject of "Order Process"?

 

If so for either, where?

 

Thanks!

admin\includes\languages\english\invoice.php

but I don't think that is what you mean.

Posted
Can the text in the invoice be changed?

 

What about the invoice subject of "Order Process"?

 

If so for either, where?

 

Thanks!

 

YOU CAN FIND FILE ON catelog/includes/languages/english/checkout_process.php

 

and change

define('EMAIL_TEXT_SUBJECT', 'Order Process');

 

to any txt that you want

DJS

Posted
YOU CAN FIND FILE ON catelog/includes/languages/english/checkout_process.php

 

and change

define('EMAIL_TEXT_SUBJECT', 'Order Process');

 

to any txt that you want

 

Thanks, that's exactly what I was looking for!!!!

 

Right under that code is this:

define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:');

 

One of the things on my long to-do list is getting rid of the Order number. Having the // precede it change "Order Number: 1" to "EMAIL_TEXT_ORDER_NUMBER 1"

 

Is the code that controls it elsewhere, or am I not doing it correctly?

  • 7 months later...
Posted
Right under that code is this:

define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:');

 

What about adding more text, such as Store name and address, phone #, return policy, etc?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...