I have created a custom product class and built some cck fields into it.
Normally, calling print_r($node) shows me all the fields for a node as arrays in objects, ie
$node->field_name[0]['value_name']In this case, I only see the values for my cck fields in the node->body values.
How can I access the cck fields in my template file?





Joined: 10/24/2007