Means ¨Orders-key¨
I was making my own investigation :-[ and found one line (25 exactly) into details_order.php file. Y dont try to remove yet because i dont know how it´s work. :((
[PHP]
<table width=”100%” cellspacing=”0″ cellpadding=”0″ border=”0″>
<tr>
<td class=”orders-key”><?php echo JText::_(‘COM_VIRTUEMART_ORDER_PRINT_PO_NUMBER’) ?></td>
<td class=”orders-key” align=”left”>
<?php echo $this->orderdetails[‘details’][‘BT’]->order_number; ?>
</td>
</tr>[/PHP]
This is happen into the User Order (the user order it is some kind of ¨proff of purchase¨ like a ¨purchase receipt¨).