1 reply [Last post]
netslave's picture
Offline
Joined: 05/22/2008
Juice: 187
Was this information Helpful?

I have a problem ;- )

If a order is created , normally hook_order ( $op = 'new' ) is called.

But this function is never called when you pay with paypal. First Question : Why ?

I had a look on all release and see no bugfix for this problem(?) .

Do you know a better practice ?

My Problem, whenever a new order is created , i want do put some data in database.

Thankx for your help

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: PayPal Problems

Hmm, so whether someone pays with PayPal or not, the order is actually being created before it gets to that point. The order should be created when the checkout form is submitted regardless of the payment method. Can you confirm that in your setup?