Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change wording in Order Process email sent to customers?


rasaraja

Recommended Posts

Posted

Hello,

 

I've set up a store (via a Fantastico install) and am almost done tweeking and populating it.

 

One change I would like to make is in the email that gets sent to a customer if they choose to pay by check.

 

The last line in the email reads, "Your order will not ship until we receive payment."

 

I'd perfer that ir reads, "Your order will be shipped once payment is confirmed."

 

I've looked for the file that contains the text, but can't seem to find it.

 

Anyone know which file it is?

 

Thanks in advance.

 

Rasaraja

Posted

its in

catalog\includes\languages\english\modules\payment\moneyorder.php

Posted
its in

catalog\includes\languages\english\modules\payment\moneyorder.php

 

Thanks for the reply. I didn't see it anywhere in this file - But I did find where to change it on the admin side.

 

(doh!)

Posted

hmmmm scratch my last comment. Editing the module on the admin side doesn't allow editing the message - still looking for it . :)

Posted
Thanks for the reply. I didn't see it anywhere in this file - But I did find where to change it on the admin side.

 

(doh!)

 

the osc includes it where I mentioned earlier:

 

check the original:

http://www.oscommerce.com/solutions/downloads

 

  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.');

 

So it's right there. But if you customized your store obviously you should know what changes you've made in the first place.

Posted

Ahhh found it - thanks.

 

includes\languages\english\modules\payment\moneyorder.php

 

Originally, I was looking in the wrong .php file.

Archived

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

×
×
  • Create New...