CurtWRC
03-18-2008, 12:49 PM
Hi,
I have a website where users can add products to a basket. Then when they are finished shopping they can continue to checkout where it redirects them to paypal. Once they have paid for the products on PayPal they are sent to a confirmation page on PayPal where it says 'Click here to return to {SITE NAME}'. When they are returned to the site it sends a post form so I can work out whether the payment was successful and therefore change the order record in the database accordingly.
However if they don't click on 'Click here to return to {SITE NAME}' even if they have paid I have no way of knowing whether the payment was successful causing an inconsistency. My question is how can I skip the step on PayPal where it asks if the user would like to return to the site and just automatically redirect them?
Cheers,
Curt.
I have a website where users can add products to a basket. Then when they are finished shopping they can continue to checkout where it redirects them to paypal. Once they have paid for the products on PayPal they are sent to a confirmation page on PayPal where it says 'Click here to return to {SITE NAME}'. When they are returned to the site it sends a post form so I can work out whether the payment was successful and therefore change the order record in the database accordingly.
However if they don't click on 'Click here to return to {SITE NAME}' even if they have paid I have no way of knowing whether the payment was successful causing an inconsistency. My question is how can I skip the step on PayPal where it asks if the user would like to return to the site and just automatically redirect them?
Cheers,
Curt.