Documentation

Drupal Commerce Extra Panes

The module for extra panes can be found here:
http://drupal.org/project/commerce_extra_panes

Then you can configure an extra pane for the checkout process at:
admin/commerce/config/checkout/extra

For instance, if you need the legal aspects (terms of service) information you can proceed as follows:
Create a new node with your information called "Terms of Service" (or something else...)
under: admin/commerce/config/checkout/extra you can now add this node to a pane.
A new pane is added to your checkout procedure: admin/commerce/config/checkout

Now you can configure the pane "Terms of Service" like this:
Under: "Extra panes Terms of Service"
Check "Enable this pane as Terms of Service." &
Check "Make the terms of service required."
Please be aware that this pane should be shown during the checkout procedure, not under review or something else.

For my purposes, the Terms of Service did not need to be shown again on the review page, therefore I unchecked "Include this pane on the Review checkout pane"

Hope this helps a little bit since I was struggling with it for a couple of hours.

Comments

simmel on July 31, 2011

Would it be possible to add a legal aspects pane as an extra pane in the checkout process? How would this be possible.
it is very curcial to me to have a legal aspects pane.
Could anybody comment on that? Thank you in advance!

corbin on March 19, 2013

First, it helps much more than a little bit : thank you !

Would it be possible to have checkbox and text "i accept the termes of service" appearing even when the fielset is collapsed;
i have opened commerce_extra_panes_termsofservice.module, but it seems the checkbox is in a function ...