Ok, here is a rather off the wall idea.
At the end of a "shopping session", when I go to the managecart page, I'd like to see everything that you already see, PLUS I'd like to assemble all of the ID_NUM values in order, separated by a hyphen or other character (or tab) that would create a SKU number for the product.
Right now I'm coding a shopping system where a usewill be selecting a number of pieces that go together to make one large product. All the ID_NUM strings, when placed in order, will create a SKU number that the vendor will recognize by virtue of that SKU (much like a VIN number of a car ie - the string 020450025218 could mean 02-year of manufacture 04 is 4 wheel drive 500 is 5.0 litre engine 252 is the option package and 18 is the size of the wheels)
Since it is a literal string, I expect that getting the values would not be difficult, but no obvious printf statement is coming to mind in order to do this.
Any ideas Scott?
Also, is there a way to pull the "NAME value" and print it on subsequent pages while placing an order? This way, the customer knows what the "base" product name and quantity is while choosing other options (ie 500 cotton napkins" and then ordering the 500 napkin holders, and finding the price for monogramming for 500 items etc.)
Thanks
Marc
