Index: in-commerce/units/orders/orders_config.php =================================================================== --- in-commerce/units/orders/orders_config.php (revision 14158) +++ in-commerce/units/orders/orders_config.php (working copy) @@ -72,7 +72,7 @@ 'Conditional' => false, 'HookToPrefix' => 'u', 'HookToSpecial' => '', - 'HookToEvent' => Array ( 'OnLogin' ), + 'HookToEvent' => Array ( 'OnAfterLogin' ), 'DoPrefix' => '', 'DoSpecial' => '', 'DoEvent' => 'OnUserLogin', @@ -401,7 +401,7 @@ ), 'ShippingGroupOption' => Array ( 'type' => 'int', - 'formatter' => 'kOptionsFormatter', 'use_phrases' => 1, + 'formatter' => 'kOptionsFormatter', 'use_phrases' => 1, 'options' => Array (0 => 'la_opt_AutoGroupShipments', 1 => 'la_opt_ManualGroupShipments'), 'not_null' => 1, 'default' => 0, ),