Active
Project:
Vertical Tabs
Version:
6.x-1.0-rc1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2011 at 15:54 UTC
Updated:
5 Feb 2012 at 02:38 UTC
Thanks for this excellent module! It's a great UI improvement using VT on Drupal core and content types forms. I am able to configure the tabs on most of the forms except for check out form. This is what I have added in my custom module:
if($form_id == 'uc_cart_checkout_form') {
$form['panes']['#type'] = 'fieldset';
$vtabs = variable_get('vertical_tabs_forms', array());
$vtabs['uc_cart_checkout_form'] = TRUE;
variable_set('vertical_tabs_forms', $vtabs);
}
Comments
Comment #1
broncomania commentedWhere did u put this code? Please give us more infos, because I have the same issue.
thx