1
Answers
Vote up!
0
Vote down!

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?

Asked by: akosipax
on March 15, 2013

1 Answer

Vote up!
0
Vote down!

Hi Akosipax

I also would like to move an on-site payment method to the payment pane. I created an off-line bank transfer method with https://drupal.org/project/payment. When I move the payment method from "review order" to "payment" in the checkout settings Payment shows up in the breadcrums but gets skipped during the checkout procedure. Did you find a solution?

You could use https://drupal.org/project/dc_co_pages to create another payment page I suppose but I don´t want to install another module.

Any help would be very much appreciated.

Jasper

Answer by: Fruit Fly
Posted: Jun 7, 2013