[eluser]ginteno[/eluser]
Hi i want to get a single specific value within cart options.. how do i get the value
form this data array...
Code:
$data = array(
'id' => 11,
'qty' => 1,
'price' => 222,
'name' => 'test',
'options' => array('inventory' => 888)
);
i want to fetch the inventory value.. how i do that??