2 replies [Last post]
jazzdrive3's picture
Offline
Joined: 03/29/2009
Juice: 221
Was this information Helpful?

Is there a way to add addition product info in the cart? Right now it just adds attribute choices. But there is nothing else in the data array that it prints out. And I can add anything to the attribute array, because it is just the attribute and option IDs that it will refer to, and not the actual text.

So is there a way to insert additional info per item in the cart?

Thanks!

Sborsody's picture
Offline
Joined: 07/06/2009
Juice: 123
Re: Add more product information in cart

I think you can do that with hook_cart_item and hook_cart_item_description

kooroach's picture
Offline
Joined: 01/25/2011
Juice: 20
Re: Re: Add more product information in cart

I'd need to do this as well. would you please explain it a bit more?