How to associate node with products in Drupal/Ubercart

Posted by henrijs.seso on Stack Overflow See other posts from Stack Overflow or by henrijs.seso
Published on 2010-02-03T21:59:13Z Indexed on 2010/03/24 22:03 UTC
Read the original article Hit count: 385

Filed under:
|

I am looking for a way to allow users to add node reference to each product or whole cart @ checkout. I am making web site where users can buy items and then receive them on board flight. Products are fixed, but user needs to tell for which flight he is buying items. Flights are nodes and users has flagged these nodes so there is no problem making View with users flagged flight nodes. How would I associate one of these nodes with purchase? Nodereference from CCK would be cool, but checkout is probably not node.

Any suggestions for approach?

© Stack Overflow or respective owner

Related posts about drupal

Related posts about ubercart