hook_order
Hello. I wish to add a field - an interval of dates (date_popup) on page of the order of the goods. I have created the module myorder. How correctly to use hook_order?
<? php
function myorder_order ($op, AND $arg1, $arg2) {
?????????????
);Many thanks!
