Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I recieve a copy of my customers order?


BosstonBrother

Recommended Posts

Posted

Hi, I am just wondering how I can make it so I get the order process email that my customers get after they make a order.

 

I used to have is function working but for some reason it just stopped working???

 

The Send extra order emails doesnt seems to work at all in the admin section.

 

I had it set up before that I would also receive the welcome letter as well when I person registers for my site.

 

Please help me out, this is a bit urgent.

 

TIA, eD :blush:

Posted

The 'Send Extra Order E-mail To' is the correct place to enter the e-mail address at which you want to receive copies of the orders.

 

Two things to check:

 

1. That the e-mail address you are using is one located on the same domain as your website - no off-site e-mail addresses

 

2. That you ignore the advice about entering the mail address as e.g. Sales<[email protected]> and just enter it as [email protected]

 

Vger

Posted

This still doesnt work...

 

I remember I modified my code in /catalog/includes/functions/general.php

 

Here's a sample of it:

 

// Send message

$message->build_message();

$message->send($to_name, $to_email_address, $from_email_name, $from_email_address, $email_subject); $message->send('Admin', '[email protected]', $from_email_name, $from_email_address, $email_subject);

 

I had it working perfect so I would get both the welcome msg and order process email.

 

I just cant figure out why it just stopped working.

 

Any clues here?

Archived

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

×
×
  • Create New...