I end up finding the code for date modified and delete them. (heres a screenshot for comparison )
Now I just need a function to call the product each customer ordered and the quantity of each product.
for example, the following code is calling the order date and displaying it with year, month day, hour and min.
<td class="hikashop_order_date_value">
<?php echo hikashop_getDate($row->order_created,'%Y-%m-%d %H:%M');?>
I need to know what to call in order to display the product each customer ordered and the quantity of each product.
Thank you