I've followed the videocast exactly from the tutorial site:
http://www.commerceguys.com/resources/articles/257

However, the textarea field isn't displayed in checkout page. It is only displaying the fieldset.

Is there anyone else experiencing this problem, or am I missing something out?

Drupal 7.10
Drupal Commerce 7.x-1.1
Fieldgroup 7.x-2.x-dev

CommentFileSizeAuthor
#9 support-fieldgroup2-1387476-9.patch1.52 KBhitfactory

Comments

pcambra’s picture

I'm afraid I'm going to need much more info of what you're doing to be able to help you, the only thing I can think of is that you've got your field group misconfigured.
Did you make sure that your field is actually inside the group? It's easy to forget to drag the fields inside the group.
See: https://skitch.com/pcambra/gwsex/group

jonloh’s picture

Yes, it's already in the group, which you can the image here along the image for the checkout page, where the textarea is not displayed:

http://imageshack.us/photo/my-images/33/13993111.jpg

And I tested it out with Bartik theme as well.

pcambra’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

I've just tried this in a commerce kickstart install and works just fine... I'm going to need a consistent way to reproduce this.

jonloh’s picture

Hmmm, that's weird. I've compared the core modules that I installed with the ones Commerce Kickstart package in it - they're the same exact versions.

Could it be because I installed Checkout extra panes and then uninstalled it?

Here's the listed modules that is installed on my site:

  • Drupal core 7.10
  • Address Field 7.x-1.0-beta2
  • Automatic Nodetitles 7.x-1.0
  • Chaos tool suite (ctools) 7.x-1.0-rc1
  • Commerce Fieldgroup Panes 7.x-1.x-dev (2011-Nov-18)
  • Commerce IPay88 7.x-1.1
  • Drupal Commerce 7.x-1.1
  • Entity API 7.x-1.0-rc1
  • Field group 7.x-2.x-dev (2011-Dec-23)
  • Frequently Asked Questions 7.x-1.0-rc1
  • Imagefield Crop 7.x-1.0
  • IMCE 7.x-1.5
  • IMCE Mkdir 7.x-1.0
  • IMCE Rename 7.x-1.2
  • IMCE Wysiwyg bridge 7.x-1.0
  • Libraries API 7.x-1.0
  • Pathauto 7.x-1.0
  • Pathologic 7.x-1.4
  • Rules 7.x-2.0
  • Token 7.x-1.0-beta7
  • Video Filter 7.x-3.0-beta2
  • Views 7.x-3.0
  • Webform 7.x-3.15
  • Wysiwyg 7.x-2.1
jonloh’s picture

Alright, I found out what's the problem:

I've to downgrade Field group 7.x-2.x-dev to 7.x-1.x.

Not sure if you will be updating the module to support Field group 7.x-2.x :)

pcambra’s picture

Title: Fieldgroup Pane not displaying fields » Support for Fieldgroup 2.x
Category: bug » task
Status: Postponed (maintainer needs more info) » Active

Oh, great, thanks for hunting this down.

Let's change the subject to do further research on this.

PESTO3567’s picture

I use the horizonal tabs of Fieldgroup 7.x-2.x and can't do a downgrade :(
Are you planning to support for Fieldgroup 2.x?

pcambra’s picture

Yes, this is planned, patches are welcome :)

hitfactory’s picture

Status: Active » Needs review
StatusFileSize
new1.52 KB

Fields aren't rendered because Fieldgroup 2.x no longer does the array_merge($element['#groups'], $element['#fieldgroups']) before it puts the fields inside the groups.

Attached patch adds a pre_render callback which runs right before Fieldgroup 2.x's and does the required merge.

pcambra’s picture

Status: Needs review » Fixed

Committed, thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.