i've noticed in the shoppingCart object that the key for products with attributes stored in they contents array seem to be the product id followed by what appears to be an md5 hash. it almost looks like a salted hash.
can anybody elaborate on the process to generate this information? i need to store some items in the shopping cart from a custom form, but it doesn't look like i'll be able to do it properly without this information.
thanks in advance.



