eroxors:
From the var_dump, you'll see something like this:
[field_authors] => Array
(
[0] => Array
(
[value] => "Dr. Seuss"
)
)
Which means to print, you'll have to access the file like this:
$node->field_authors[0]['value'];
The product number (SKU) is stored in $node->model
