views:

206

answers:

1

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?

+1  A: 

The Node Checkout module might do the trick for you, though it sounds like you might be looking to do more than one product at a time, but it might be a good starting point.

Tim S

related questions