Zen Cart Logo
Forums / General Questions / Email notification before checkout

Email notification before checkout

Views: 651

Results 1 to 8 of 8
19 Jan 2011, 8:52 PM
#1
nonoobsnofun avatar

nonoobsnofun

New Zenner

Join Date:
Jan 2011
Posts:
7
Plugin Contributions:
0

Email notification before checkout

My client doesn't have anything in stock (they are rare), so after customers order something, he needs to go checking if he is able to get them. That means he needs to get an email notification after customers add all items in shopping cart.

(We can inform customers do not check-out before the order is reviewed and proven, so don't need a program to disable the checkout function. Instead, just need an email notification of all the items added in shopping cart before customers click "confirm the order")

Any idea?

20 Jan 2011, 12:29 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Email notification before checkout

Clone an appropriate shipping module maybe money order
Craft text that indicates that they are not paying but submitting an order for approval or??

https://www.zen-cart.com/tutorials/index.php?article=189

20 Jan 2011, 1:32 AM
#3
nonoobsnofun avatar

nonoobsnofun

New Zenner

Join Date:
Jan 2011
Posts:
7
Plugin Contributions:
0

Re: Email notification before checkout

Good point.
But eventually customers need to be able to pay online. is it feasible? Suppose Zen cart doesn't allow to change payment method.

20 Jan 2011, 1:38 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Email notification before checkout

You might have a look at the Purchase order 3rd party module as orders and payment are discrete operations with it by necessity

20 Jan 2011, 5:19 AM
#5
nonoobsnofun avatar

nonoobsnofun

New Zenner

Join Date:
Jan 2011
Posts:
7
Plugin Contributions:
0

Re: Email notification before checkout

Thank you for your advise.

But I plan to add some php code in confirmation Method under Paypal module.

Fetch data from customers_basket table, then send data in email by using zen_mail();

Do you think it will harm anything?

20 Jan 2011, 2:39 PM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Email notification before checkout

Test it yourself before publishing it

20 Jan 2011, 6:00 PM
#7
mailbeez avatar

mailbeez

Zen Follower

Join Date:
Jun 2010
Location:
Copenhagen, Danmark
Posts:
479
Plugin Contributions:
2

Re: Email notification before checkout

hi,

based on the nopurchase module of mailbeez you could build a solution to send a mail with the cart content e.g 1 hr after last activity.

find the link to the addon in my siganture.

cord

20 Jan 2011, 8:52 PM
#8
nonoobsnofun avatar

nonoobsnofun

New Zenner

Join Date:
Jan 2011
Posts:
7
Plugin Contributions:
0

Re: Email notification before checkout

Thank you mailbeez
That's awesome ~