[eluser]InsiteFX[/eluser]
Returns an array of options for a particular product.
This function is designed to be used in a loop with $this->cart->contents(),
since you must pass the rowid to this function,
as shown in the Displaying the Cart example above.
I think it is named wrong!
Code:
$this->cart->product_options(rowid);
InsiteFX