A simple question, as a day of searching on the net yielded no results. I can't find for the life find any documentation on how to integrate signup with my site and combine it with signup for ubercart.
Is there anywhere I could possibly look? Also, a specific question, when I work with theming I want to use custom PHP to add the sign up form (I noticed a sign up form is in the $node information) what is the proper way of doing this? As I am not familiar enough with rendering forms.
Comments
Comment #1
dwwSee http://drupal.org/project/uc_signup for info on integration with ubercart. I know nothing about that.
Re: working with forms: http://api.drupal.org/api/file/developer/topics/forms_api.html
Comment #2
Paintbox commentedThanks for that info!
Comment #3
ycimlynn commentedThe trick to doing this is to integrate workflow-ng with the signup module.
You setup workflow-ng to sign a person up after they complete the checkout.