Hi @all,
I just mentioned that the hook_commerce_checkout_pane_info() implementation is a little buggy for field groups that are stored in code (e.g. exported via feature). Those field group do not have the 'id' property. So the pane id should be created with something like this, instead of using the id:
$checkout_panes['commerce_fieldgroup_pane__' . $type . '__' . $group->group_name] = array(
// ...
);
commerce_fieldgroup_panes.module - Line 30
in commerce_fieldgroup_panes_commerce_checkout_pane_info()
Thanx in advance & cheers
hctom
Comments
Comment #1
mrfelton commentedSame issue here. Basically, on submission of the checkout form, all values are being lost from the fields that are embedded within on of these fieldgroup panes.
Comment #2
mrfelton commentedComment #3
mrfelton commentedsorry, wrong ticket.!
Comment #4
simon georges commentedI suppose this one could be closed if #1421252: Length of variable names causes failures when using default Suhosin settings lands in.
Comment #5
pcambraAgreed, closing this one as #1421252: Length of variable names causes failures when using default Suhosin settings has been committed