Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding Order ID to Email


adamxnzl

Recommended Posts

Posted

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?

Posted
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?

Posted

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

Archived

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

×
×
  • Create New...