Zen Cart Logo
Forums / Managing Customers and Orders / PayPal Order to Pending until approved by Site Admin then Process it.

PayPal Order to Pending until approved by Site Admin then Process it.

Views: 1,413

Results 1 to 3 of 3
31 Oct 2011, 11:42 PM
#1
jkirkwood avatar

jkirkwood

New Zenner

Join Date:
Oct 2011
Posts:
3
Plugin Contributions:
0

PayPal Order to Pending until approved by Site Admin then Process it.

I am rather new to the ZenCart world, and am trying to figure out, is it possible for PayPal IPN for certain products, to set the order to pending (take all the information and what not and not process the payement) until the order has been approved by an administrator?

Since the client I have has items that the customer needs to be age verified for.

A quick response would be greatly appreciated! Thank you! :)

31 Oct 2011, 11:48 PM
#2
drbyte avatar

drbyte

Sensei

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

Re: PayPal Order to Pending until approved by Site Admin then Process it.

  1. It is strongly advised to use the Express Checkout module instead of the IPN module, regardless of the situation you describe. The EC technology is much more reliable than PayPal's IPN approach.

  2. Whichever module you choose in Zen Cart, click Edit in that module's settings and change the "Order Status" pulldown to "Pending". That will make ALL purchases paid using that module to be set into "Pending" status, which will mean the customer has no access to the purchased goods until the store administrator manually goes into the order and updates the status to something else like Processing or Shipped.
    There is no built-in option for changing this setting on a per-product basis. You could write custom code for that, but then you need to also consider how to handle a case where the customer purchases more than one product and the combination of settings for each of those products, etc.

31 Oct 2011, 11:52 PM
#3
jkirkwood avatar

jkirkwood

New Zenner

Join Date:
Oct 2011
Posts:
3
Plugin Contributions:
0

Re: PayPal Order to Pending until approved by Site Admin then Process it.

Thank you very much for your awesome, informative and quick reply, im going to look into the Express Checkout system.