Skip Payment Gateway / Confirm Page
What would be the best method to 'skip' the payment gateway / order summary page?
After selecting plan, I want to just go to the only gateway I have..I realize I can hardcode and hide the dropdown, and leave the order summary as it is, but we need to completely skip this step..
To really be helpful, I actually want to put a form on that page to collect some user information, and based on a 'checkbox' selection from previous page, so if they dont check the box, I want to skip the step, if they do check the box, I could hardcode the payment gateway in that page, but if I do it correct, I shouldnt have to, as I want to set the gateway before they get to the gateway select / summary page.
Make sense?
thanks..
Todd
I was going to delete this, I figure it out, I was able to add $order->set_gateway('my gateway id') in the plan-purchase page, and it was smart enough to bypass the summary page as it was already selected, exactly as I needed..always works like that, the minute I ask for help I figure it out..