Quote Originally Posted by tj1 View Post
My second question, does anyone know what I need to change to include the products model in the GC cart?
I have lots of items and some of them have the exact same name/description the only way to differentiate is by item number (model).
Currently the mod passes the product id, but it's not vey user friendly for the merchant, not useful at all for the customer to determine what they ordered, especially when they order dozens of items.

Currently, the item info is passed and shows something like this:
Silver Ring
ID - 35789
Silver Ring
ID - 38456
Silver Chain
ID - 39456

I would prefer that the product's model be passed as part of the item-name tag or in the merchant-item-id tag, so that an item would show in the GC cart something like:
Item #SR9510 Silver Ring
ID - 35789

or
Silver Ring
Item #SR9510

Thanks for any input on this.
I too have need of the product model (which can be concatenated to the product name) on the GC communiques, and no need for the product id. Has this been resolved by anyone? I don't want to fiddle with the gcheckout.php if someone has a better idea.