I've been searching for a while, but I'm afraid I need a bit of help tracking this down. Any help on terms to search for or a base to start digging in would be helpful!
Here's what I want to do:
Create a content type that already contains some information. Although I definitely DO NOT WANT TO BUILD A SHOPPING CART, I'll use the example of an "electronic device" as my content type. I'll create a series of nodes that contain CCK fields for the type of device, brand and model.
With this information in mind, a user can then either use a form or create a new node in which they can use either autofill or drop-down box to select a specific node from "electronic device" content type. Then they'd be able to manually enter in how many of the devices they need. So I'd have a user-defined data set of something like:
Device - Brand - Model - Number
MP3 Player - Apple - Ipod - 5
MP3 Player - Microsoft - Zune - 9
DVD Player - LG - 570 - 2
From this information, I'd like to show the result in a view, with the different fields grouped by device, listing brand and number needed:
MP3 Players
Apple Ipod -5
Microsoft Zune - 9
Total MP3 Players - 14
DVD Players
LG 570 - 2
Total DVD Players - 2
Ok, So I think I can figure out and . My issues is .