Everything works well with registration and guest checkout. I added field in DB for "customer" and "order" (for guest checkout). Information is getting saved in DB but I don't know how to get it out for "route=sale/order/info" (order info). With this mod I can get for customer info but for order not.
I edited
admin\view\template\sale\order_info.tpl
added:
Code: Select all
<tr>
<td><?php echo $text_height; ?></td>
<td><?php echo $height; ?></td>
</tr>
it shows up in admin panel, and I edited language file.
What should I need to add for:
admin\controller\sale\order.php
and
admin\model\sale\order.php
information is about guest checkout customer, not payment of shipping.
P.S. Thanks for this mod, helped a lot!