Zen Cart Logo
Forums / General Questions / Send Address & Order Email to Me after Payment?

Send Address & Order Email to Me after Payment?

Views: 1,371

Results 1 to 5 of 5
27 Aug 2013, 6:37 PM
#1
itskater avatar

itskater

New Zenner

Join Date:
Aug 2013
Location:
California
Posts:
5
Plugin Contributions:
0

Send Address & Order Email to Me after Payment?

Hello,
I am trying to set up my Zen Cart with a fast delivery option. I have made the modual for the shipping selection. Next what I need to do is have it send me an email with the users name, address, and order. Then we can deliver to that address within a certain time. If possible I want to set it up so that It can change the email address according to the zip code and the current time. I appreciate any help!

Thank you. :smile:

27 Aug 2013, 9:29 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Send Address & Order Email to Me after Payment?

Zen Cart already immediately emails the complete order details to whatever email address you've set up in your store, under Admin->Configuration->Email Options->**Send Copy of Order Confirmation Emails To
> Send COPIES of order confirmation emails to the following email addresses, in this format: Name 1 email@address1, Name 2 email@address2
**

While it doesn't provide the ability to filter emails by zip code, it does immediately send the email.

27 Aug 2013, 9:45 PM
#3
itskater avatar

itskater

New Zenner

Join Date:
Aug 2013
Location:
California
Posts:
5
Plugin Contributions:
0

Re: Send Address & Order Email to Me after Payment?

Thank you, that does help quite a bit! Is there any way to change it to separated by zip code in the code?

27 Aug 2013, 9:46 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Send Address & Order Email to Me after Payment?

itskater:

Is there any way to change it to separated by zip code in the code?
You'd need to rewrite the code in the send_order_email() function in the order.php class.

28 Aug 2013, 5:19 PM
#5
itskater avatar

itskater

New Zenner

Join Date:
Aug 2013
Location:
California
Posts:
5
Plugin Contributions:
0

Re: Send Address & Order Email to Me after Payment?

Thank you so much! Is there any type of tutorial or thread on something like this?