adamxnzl Posted October 6, 2008 Share Posted October 6, 2008 I'm getting a quite a few orders where customers are not putting their order ID in the description when sending the money to me. How could I add in the email that is automatically sent out to them to remind them to put their order ID in the description when sending the money to me? Link to comment Share on other sites More sharing options...
L!mit Posted October 7, 2008 Share Posted October 7, 2008 I'm getting a quite a few orders where customers are not putting their order ID in the description when sending the money to me.How could I add in the email that is automatically sent out to them to remind them to put their order ID in the description when sending the money to me? I believe the order id is sent in the Oscommerce Payment receipt.. Are you referring to something else? Link to comment Share on other sites More sharing options...
adamxnzl Posted October 9, 2008 Author Share Posted October 9, 2008 Yes it is. But I would like to add a sentence reminding the customer to enter the order ID. Link to comment Share on other sites More sharing options...
adamxnzl Posted October 11, 2008 Author Share Posted October 11, 2008 bump. Link to comment Share on other sites More sharing options...
Black Jack 21 Posted October 11, 2008 Share Posted October 11, 2008 Depends on your payment module. I guess you talk about a prepayment module? Use one, that can handle additional payment information text. Here is a sample: Contrib define('MODULE_PAYMENT_VORKASSE_TEXT_DESCRIPTION', 'Bank account information: ' . MODULE_PAYMENT_VORKASSE_PAYTO . '<br><br>' . 'Please serve always your <span class="inputRequirement">order ID</span> as a reference with your transaction!'); or something like that will be displayed at checkout_confirmation.php and also will be send within the order confirmation e-mail. BJ 21 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.