Tags/topics: 
1
Answers
Vote up!
0
Vote down!

Order template

I would like to display some additional information on the order page (user/commerce/orders/*) like order number and order date.

As far as I can see there are no order template file or theme function to accomplish that. The only way I can think of is to create a view header/footer for the commerce_line_item_table view, but it's not that flexible.

Any ideas?

Asked by: HenrikBak
on November 15, 2012

1 Answer

Vote up!
1
Vote down!

You could create a View block that shows only on user/commerce/orders/* and uses the Order ID from URL to bring in Order field information.

Josh Miller
Answer by: Josh Miller
Posted: Mar 6, 2013