I posted this problem in the Event Registration Module also, here: http://drupal.org/node/1203076. The Event Registration module allows the use of webforms to add fields to a product. But the CCK Attributes appear in a separate form below the webform form (see picture attached). So the attributes aren't saved with the product when it's added to the cart.
Any thoughts?
Thanks!

CommentFileSizeAuthor
#1 Webform_CCK_Attributes.jpg122.02 KBDracolyte

Comments

Dracolyte’s picture

StatusFileSize
new122.02 KB

Sorry, having trouble attaching an image. If you can't see the one here, it's also posted with the other issue at http://drupal.org/node/1203076.

trungonly’s picture

The CCK Attributes module adds it's fields by altering the UC cart form by using the Ubercart hook hook_uc_form_alter(). It is the formal way to add somethings to the form. If there is another form created, I don't think the conflict is due to this module. Please double check.