How to include the customer name and address and shipping name and address in order email

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeHow to include the customer name and address and shipping name and address in order email

This topic has been marked as not a support question.

Hello,

The order email that comes to admin email address doesnt include the customer name and address and telephone details and the shipping name and address and telephone

can you please instruct what file(s) to change and what to add please?

Ideally I would like the same email that gets emailed to customer to come to the admin email if thats easier to implement.

February 15, 2012 at 2:22 am #6187

If you wish the site administrator to receive a copy of the customer’s email you need to edit catalog/model/checkout/order.php

GoTo line 426, which should contain:

      $mail->setTo($order_info['email']);
change it to:

      $mail->setTo(array($order_info['email'], $this->config->get('config_email')));

Let us know if this works, because I haven’t tested it.

February 21, 2012 at 12:36 pm #6390

Is it working?

Please inform us to make the change.

June 14, 2012 at 8:15 pm #10366

Should be working.

The best way is to test :)

Best,
ThemeBurn team

June 18, 2012 at 11:21 am #10471

I tested this and it didn’t work. Is there any other way?
(I’m on OC 1.5.3.1with Shoppica v.2.2.1)

 astr
November 27, 2012 at 9:11 pm #15502
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
December 4, 2012 at 1:15 pm #15633
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.