Paid affiliate advertisement
Need custom ubercart product-license module
Hi, I need a module that does the following:
1. When purchasing a product (software download), the client fills in a domain name. The product will then be licensed to this domain name.
2. When buying multiple items, every purchase needs a domain name associated.
3. It is possible to leave domain name blank, and fill it in later. It's also possible for the client to log in and change the domain name if they wish.
4. Must be done 100% the drupal way.
5. I prefer to store license registrations in a separate table.
6. This is for Ubercart 6.x-2-beta3
Since this is a fairly simple module and you can use the code from the License Keys (on ubercart.org) module I think 50 USD should do.
If you disagree please send me your offer, and your hourly fee.
Am looking for a longterm relationship with a developer.
You may contact me through my contact form.

I think CCK may do the job
I think CCK may do the job for you.
dont think so, with CCK you
dont think so, with CCK you could add fields that describe the product to the product node, I don't think there is a CCK plugin that sends data with purchases, or is there?
-------------------------------
peach from All Drupal Themes
Sorry I misundestood your
Sorry I misundestood your need. You can use comments section to have such option for each purchase.
look at uc_po
if 'every purchase needs a domain name associated' means 'one domain name per item', you will need hack into both uc_po(http://drupal.org/project/uc_po) and uc license keys modules; if it means 'one domain name per purchase', you need learn uc_po and then create a textfield to let buyer input the single domain name.
either way need a few hours to learn, build, and then test, for experienced Drupal and ubercart guru, they will charge you $100+ hourly rate, so DIY is the safest and cheapest way :)