Hi guys,
we are using " PS version is 1.7.5 "
How we can render custom field value on History List (order history).
steps for we tried
1)we need to display my custom field (custom code)on customer order history.
2) when we tried to display on back end (Admin side) it display the code.
3)we define variable in Order.php class "hq_order_id" also add the function in OrderDetailLazyArray.php and OrderLazyArray.php
4)It get the in History.tpl file "hq_order_id" when I print_r it display in array we added the code histroy.tpl file are
" <td>{$order.details.hq_order_id}</td>"
Please Help me
Thanks