Whoops.. I must have been sleepy when I typed everything up. I meant to say "checkout_success" is your goal, as the customer will see that page as the last part of the checkout process regardless of what payment method is used.
The reason checkout_process shouldn't be used is because the customer never really sees it when paying with paypal (to my knowledge). If i'm not mistaken, from checkout_confirmation they go to paypal, they send their payment, and then when it returns to the store it automatically goes to checkout_success. checkout_process is not seen as the ipn_main_handler is used and that is what calls the process :) I have paypal on my site as well but its been a while since I've run a test transaction through it
So.. this is what your steps should be like: (note links won't work since i copy pasted.. but you get the idea)
1. http://store.evolvinghealth.com/inde...ain_page=login
2. http://store.evolvinghealth.com/inde...ckout_shipping
3. http://store.evolvinghealth.com/inde...eckout_payment
4. http://store.evolvinghealth.com/inde...t_confirmation
GOAL: http://store.evolvinghealth.com/inde...eckout_success



Reply With Quote
. A lot of people click "Pay" and then wont wait for the redirect
