Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change text in notification email ?


bristolxyz

Recommended Posts

Posted

This is a copy and paste of the order confirmation email. I would like to be able to edit the text at the end (IN RED), what file or area can I find this text in to edit?

 

Best regards,

 

bristolxyz

+++++++++++++++++++++++++++++++

Ocean Waters Spa

------------------------------------------------------

Order Number: 14

Detailed Invoice:

http://192.168.20.3/catalog/account_histor...php?order_id=14

Date Ordered: Friday 03 December, 2004

 

Products

------------------------------------------------------

1 x Swedish Massage - 50 Min () = $80.00

------------------------------------------------------

Sub-Total: $80.00

Flat Rate (Best Way): $5.00

Total: $85.00

 

Delivery Address

------------------------------------------------------

Company Name

Paul Lenic

123 Any Street

Daytona Beach, FL 32114

United States

 

Billing Address

------------------------------------------------------

Company Name

123 Any Street

Daytona Beach, FL 32114

United States

 

Payment Method

------------------------------------------------------

Check/Money Order

 

Make Payable To: Ocean Waters Spa

 

Send To:

Ocean Waters Spa

600 N. Atlantic Ave.

Daytona Beach, FL 32118

386-267-1660

 

Your order will not ship until we receive payment

Posted

I would normally look for this with a text editor that can search files for a particular string. Try to pick something that will be unique to this message such as "Make Payable To:" and then search all the files on a local copy of your site for that string. The search result shows each line of any files it finds that contain the search string, you can then open one or all files it found with markers indicating the lines the string is found on.

 

I use Texpad for this, it has a great "Find in files" menu routine (very quick). You can pick the folder with sub-folders to search as well as picking what type of file to search.

 

It comes with syntax highlighting and many other features

I don't have anything to do with texpad except as a user for many years.

 

You can download a trial version from

http://www.textpad.com/download/index.html

 

Alan

Posted

Here is the result of the search:

Searching for: Make Payable To:

catalog\includes\languages\english\modules\payment\moneyorder.php(14): define('MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION', 'Make Payable To: ' . MODULE_PAYMENT_MONEYORDER_PAYTO . '<br><br>Send To:<br>' . nl2br(STORE_NAME_ADDRESS) . '<br><br>' . 'Your order will not ship until we receive payment.');

catalog\includes\languages\english\modules\payment\moneyorder.php(15): define('MODULE_PAYMENT_MONEYORDER_TEXT_EMAIL_FOOTER', "Make Payable To: ". MODULE_PAYMENT_MONEYORDER_PAYTO . "\n\nSend To:\n" . STORE_NAME_ADDRESS . "\n\n" . 'Your order will not ship until we receive payment.');

catalog\includes\modules\payment\moneyorder.php(101): tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Make Payable to:', 'MODULE_PAYMENT_MONEYORDER_PAYTO', '', 'Who should payments be made payable to?', '6', '1', now());");

Found 3 occurrence(s) in 2 file(s)

 

 

 

 

I would normally look for this with a text editor that can search files for a particular string.  Try to pick something that will be unique to this message such as "Make Payable To:" and then search all the files on a local copy of  your site for that string.  The search result shows each line of any files it finds that contain the search string, you can then open one or all files it found with markers indicating the lines the string is found on. 

 

I use Texpad for this, it has a great "Find in files" menu routine (very quick).  You can pick the folder with sub-folders to search as well as picking what type of file to search.

 

It comes with syntax highlighting and many other features

I don't have anything to do with texpad except as a user for many years.

 

You can download a trial version from

http://www.textpad.com/download/index.html

 

Alan

Archived

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

×
×
  • Create New...