Long story short, I basically am using "image" nodes to allow people to upload files for business cards and things like that. I have my business card as a product.
The user first uploads an image and then takes them to a page like this: http://www.printandcards.com/node/61 where they can then select a quantity, like 250. This then takes them to the 250 Business Cards product page and lets them continue on w/ their order.
What I am wondering is how I would get these 2 nodes associated with each other upon order completion. As you can see right now, if you hit continue and go the the business card page it passes the "image" nid via GET. I am now wondering where to go from here, or if this is even a good way to do it.
Right now I basically know the image nid and the product nid and can write them to a table in my database, but should I do that as soon as they add the product to their cart? Or should I do it once they begin the checkout? Is there some type of hook I should be using?
Any help would be appreciated.
Thanks,
Quinton


.