Hi Lyle, you said: "Since

Posts: 8
Joined: 08/07/2007

Hi Lyle,
you said:
"Since you're working with nodes, the taxonomy terms should be available to you anyway. All the terms are stored in $node->taxonomy when the node is loaded.

Where do you want to print them out?"

How can i print out and theme the manufacturer link on products page? How can i get the right taxonomy term?
I know, with

<?php
print $terms
?>
i get all terms, but i want only the manufacturer term.
I tried such as
<a href="<?php print $node->taxonomy['term']['#value'] ?>" title="manufacturer info" class="manufacturer">manufacturer info</a>
on node-product.tpl.php. But it doesn't work and i'm not a php programmer.

In contemplate there is no variable for this on content-type "product".

CCK Taxonomy field in Product content type By: Boletus (8 replies) Thu, 11/15/2007 - 14:40