Array (
[und] => Array (
[0] => Array (
[tid] => 37
[taxonomy_term] => stdClass Object (
[tid] => 37
[vid] => 9
[name] => $10 - $20
**[description] => $10 - $20**
[format] => filtered_html
[weight] => 1
[vocabulary_machine_name] => prices
)
)
)
)
Been trying things like this:
print $node->field_price['und']['0']['tid']->taxonomy_term;
It's like a nested array with an object in there too..I'm not really sure how to get the [description] property that seems to be within the object in there.
Any help? Please!