t('Customer completes checkout'), 'group' => t('Cart'), 'variables' => array( 'order' => array( 'type' => 'uc_order', 'label' => t('Order'), ), ), ); $events['uc_cart_checkout_start'] = array( 'label' => t('Customer starts checkout'), 'group' => t('Cart'), 'variables' => array( 'order' => array( 'type' => 'uc_order', 'label' => t('Order'), ), ), ); return $events; }