Forums / Setup & design / calling extra product attributes in orderview.tpl

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

calling extra product attributes in orderview.tpl

Author Message

Nuno Portugal

Saturday 18 November 2006 3:21:39 am

I've set other atributes after option_list in product class. I want to call them in ordeview. Tried to use the code in orderview.tpl but it doesnt seem to work. I think its because overview.tpl list the $order values not the product class.
The purpose it to download a file after purchase. I added a link to this file in product class as a XML block, but i cant call this attribute in orderview.tpl. I used the loop trough product_item to show this attribute but it wont display. I can see this link in product full view (wich i'll have to hide), how do I call it from orderview ?