Hello again,
I am trying to move the Payment Pane from the checkout form, to the review form. The basic idea is to direct the form[#action] to a 3rd party URL for the payment processing to be handle. It is similar to a hosted page. In order for this to be done, certain information like order id and price has to added to the form and essentially, I am trying to implement this. I tried this with hook_form_alter but to little success because the function is used before the _charge function and thus, order and some of the other fields have not been created yet.
I was wondering if anyone has an idea on how I can implement this. Can a custom pane even work here? Any help will be really appreciated. Thank you for all the help.
Naf.
