3
Answers
Vote up!
0
Vote down!

How to put shopping cart contents pane in 2 pages?

Hi!

I want the shopping cart contents pane to appear in the checkout page and also the payment page. How do I do that? Do I have to implement hook_commerce_checkout_pane_info() and create a pane/duplicate the pane in commerce_cart.module?

Asked by: akosipax
on March 8, 2013

3 Answers

Vote up!
2
Vote down!

You could use this module:

http://drupal.org/project/commerce_message_pane

And then a different module to insert the checkout review View in the new custom pane.

Josh

Josh Miller
Answer by: Josh Miller
Posted: Mar 8, 2013

Comments

Hi, thanks for the answer. i installed the module but I'm not exactly sure how this helps. probably because I'm not sure as well what you mean by using "a different module to insert the checkout review View in the new custom pane.". Do you mean implementing some hook in my custom module that embeds a view? Can you give examples how to do this?

- akosipax on March 8, 2013
Vote up!
1
Vote down!

akosipax,

Are you saying that you simply want to duplicate the contents table on another page? This table is a view. You can put it anywhere in your website that you wish. There are a number of ways to accomplish this depending on which page layout method you are using... e.g., templates, display suite, or panels. Tell me which you are using and I will provide further instructions on how to make the cart contents block visible on the page you want. Cheers, Kevin

Answer by: drupalability
Posted: Mar 9, 2013

Comments

Vote up!
0
Vote down!

1. Go to Checkout settings:
/admin/commerce/config/checkout/form
2. Shopping cart contents > Configure
3. Check: "Include this pane on the Review checkout pane"

Answer by: r
Posted: Mar 8, 2013

Comments

That's not what I want to do. The cart_contents is in the review page but I also want it in the payment page.

- akosipax on March 8, 2013

My apologies. My payment page IS my review page. Forgot I'd changed that.

- r on March 9, 2013