Hello and first thanks for this useful module,

using Drupal Commerce and product displays,
i would like to group 3 CCK text fields in a group (horizontal tabs).

Usually easy with field_group module ;) !
But on product displays, with groups defined in the "manage display" tab, groups are not rendered (no markup rendered, fields are displayed normally).

Don't really know if it is a Fieldgroup issue, an Inline Entity Form issue or else...

In a node (article or else) groups are OK.

If anyone else solved this issue or if any expert has any clue ?

i have tried version from 1.1 to 1.3 (even 2.x), updated all other modules, can't figure how to achieve this...

Thanks !

Comments

mibfire’s picture

Same

bluesman2014’s picture

Me too

SoftService’s picture

Same problem here.

eightygrit’s picture

+1

luizsgpetri’s picture

+1
I believe the issue is in commerce_product_reference_entity_view function. This function add product fields to the product display content but does not add the field groups.

If the field groups should be attached by the fieldgroup module itself, I believe that the injection commerce reference field does is not expect and therefore the fieldgroups aren`t attached to the node.