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 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".



Joined: 08/07/2007