I've got 4 attributes for this product, the "Product attributes" signup form checked and the add to cart button is just text and is not clickable?!? Strange. If I uncheck this pane, I can sign up, but attributes are shown normally (part of the add to cart form).

Comments

scotwith1t’s picture

i suppose i should mention a couple more things...i've patched with http://drupal.org/node/623900#comment-3505074 and Signup module is joachim's version off github at http://github.com/joachim-n/signup. don't know if this matters, but this is the combo i need! need all that uc_signups offers plus the availability of a combination of attributes and content profile creation when signing up. i thought i could accomplish this with this combination.

i've tried several approaches (uc_node_checkout worked well, just didn't suit the needs, uc_webform_pane had its limitations too). any suggestions are welcome...the basic gist is that i need to use uc_signup to allow users to register others (parents register their children for a tournament, for instance), gather their profile data in the process and the info gathered will vary from event to event (some events will require skill level, division, others just a t-shirt size).

scotwith1t’s picture

Status: Active » Closed (works as designed)

nevermind...apparently joachim's patch (soon to be v2.x-dev of signup) is incompatible with uc_signup as it tries to do a lot of the same things in different ways and they can cause chaos if you try to use them together.