Saturday 21 May 2005 5:03:14 am
Thanks Paul, but still no joy I'm afraid :(
My class [paper]:
name
product_number
author
abstract
key_words
price full_paper [the binary file]
{$product_item.node_id} returns 212 in this example & <a href={concat("/content/view/full/",$product_item.node_id,"/")|ezurl}>{$product_item.object_name}</a> links correctly to the "page".
Using your code:
{let node=fetch(content,node,hash(node_id, $product_item.node_id)}
{attribute_view_gui attribute=$node.data_map.full_paper} doesn't work & I have tried similar techniques with no luck. My paper template contains: {attribute_view_gui attribute=$node.object.data_map.full_paper} (note .object) & this works in the template but not my orderview.tpl. I bet this is really easy, but I just can't work it out! Thanks again Steve
|