Why is it I can't put the Payment Pane in the Payment page? Or How to separate review pane and payment pane?
When I put the payment pane in the payment page, the checkout process still skips the payment page.
According to the documentation, payment page is
"a page that only appears when the customer selected an offsite payment method" (http://www.drupalcommerce.org/node/224)
So does this mean that no matter what, the payment page will be skipped if the payment method is not offsite? Do I have then to implement a custom checkout page (hook_commerce_checkout_page_info()) where I can place the payment pane?