rasaraja Posted July 4, 2006 Posted July 4, 2006 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
Guest Posted July 4, 2006 Posted July 4, 2006 its in catalog\includes\languages\english\modules\payment\moneyorder.php
rasaraja Posted July 7, 2006 Author Posted July 7, 2006 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!)
rasaraja Posted July 7, 2006 Author Posted July 7, 2006 hmmmm scratch my last comment. Editing the module on the admin side doesn't allow editing the message - still looking for it . :)
Guest Posted July 7, 2006 Posted July 7, 2006 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.
rasaraja Posted July 7, 2006 Author Posted July 7, 2006 Ahhh found it - thanks. includes\languages\english\modules\payment\moneyorder.php Originally, I was looking in the wrong .php file.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.