close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Paypal IPN procedure

Thread began 3/18/2009 6:31 am by CraigR | Last modified 4/15/2009 12:06 am by CraigR | 8126 views | 21 replies |

CraigRBeta Tester

Paypal IPN procedure

I would be grateful for any advice on the above.
I am completing (i hope) my paypal IPN settings, and on completing the transaction I click on the 'Return to Merchant' button, where i get redirected to my 'invalid transaction' page.

The transaction is being verified, so there must be an error on my IPN page

I have configured my paypal IPN page as follows...

Check xaction ID from paypal
If not a duplicate..

Add row to payment table
Add row(s) to cart table
Update stock level of items which were in the cart
Update order status in the order table to 'confirmed'
send an email to myself confirming a valid transaction
go to checkout success page

if xactionID is duplicate
send an email to myself confirming a duplicate transaction
go to duplicate xaction page

if xactionID is invalid
send an email to myself confirming a invalid transaction
go to invalid xaction page

I checked my emails and I am getting 2 emails, one after the other, the first showing invalid transaction, the second showing valid transaction.

my confirm.php page has a return value of my IPN page, and as the transaction is valid, i can't work out why I'm getting the error.

Sign in to reply to this post

Ray BorduinWebAssist

Your return page should not be your IPN page. It should be a different page that simply says thank you for your order.

Sign in to reply to this post
Did this help? Tips are appreciated...

CraigRBeta Tester

checkout return page

Thanks Ray

I changed the return value to checkout_success.php.

One thing I have noticed is when i navigate back to my cart page from checkout_success, that cart still has items in it.

Is this because my session id is still active ?

Sign in to reply to this post

Ray BorduinWebAssist

Yes... you can use the clear session server behavior that is part of Cookies toolkit, or just look up code on how to clear a session... it is fairly simple.

Really you would only need to clear the OrderID session variable and clear the shopping cart.

Sign in to reply to this post
Did this help? Tips are appreciated...

CraigRBeta Tester

unset session

Thanks Ray

I assume then, that if i assign the following...

unset($_SESSION['cartname_OrderID']);

in my checkout_success.php and checkout_failure.php pages, that will sort it, it that right ?

Sign in to reply to this post

Ray BorduinWebAssist

and throw in a:

$YourCartName->ClearCart();

to clear the cart itself also on the success page.

Sign in to reply to this post
Did this help? Tips are appreciated...

CraigRBeta Tester

unset array

probably overkill, but what i have done is

$_SESSION = array();

to clear all sessions.

it seems to work ok, is this overkill and/or will this approach pose any problems ?

thanks

Sign in to reply to this post

Ray BorduinWebAssist

The only issue is that if you have user login it would log out that user. If you don't use login or if you don't mind logging the user out, that method would work just fine.

Sign in to reply to this post
Did this help? Tips are appreciated...

CraigRBeta Tester

Excellent.

Thanks for your help

Sign in to reply to this post

CraigRBeta Tester

unset session when ?

I have successfully included code to unset all sessions on checkout_success and checkout_failure.

in testing, i have found that if i don't visit these pages after paypal, and just go back to my site, whilst keeping the browser open, my sessions are still active.

Were I to unset the session on the checkout confirm page, would this cause any issues with my IPN validation.

If not, at what point should I unset the session, presumably only when the confirm button is clicked ?

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...