Quote Originally Posted by Borek View Post
Hi,
I am just programing shipping module for Packeta (Middel Europe delivery system). And I use your OPC. I need to save new filed to order whit specificaly information about delivery place of any partner of Packeta. So I have made new field in TABLE_ORDERS, but I don't have found place who add this information for store it into the DB table.
my input name is packeta-select-branch adn need to know how to manipulate with this field to successfully save into the order table.
Thank you for your help.
Borek
Your request is not specific to OPC, you'll need for your shipping module to save pertinent information in the session when it's selected and then provide any database updates via an observer-class watching 'significant' notifications from the order.php class. For instance:

- NOTIFY_ORDER_AFTER_QUERY (needed to gather the information to view in the admin's order details)
- NOTIFY_ORDER_DURING_CREATE_ADDED_ORDER_HEADER (add the shipping information to the orders table)