| Function Summary | |
|---|---|
| example_admin_new_user_registered | Runs when a new user is registered from the admin area. |
| example_admin_update_user | Runs when the admin updates user information from the admin area. |
| example_customer_area_add_contact | Runs when the user changes there password from the customer area (?task=my_account&tab=change_password). |
| example_customer_area_change_password | Runs when the user changes there password from the customer area (?task=my_account&tab=change_password). |
| example_customer_area_new_user_registered | Runs when a new user is registered from the customer area (?task=register). |
| example_customer_area_resend_password | Runs when the user logs in at checkout in the order system (?task=checkout) |
| example_customer_area_update_my_info | Runs when the user updates their information from the customer area (?task=my_account&tab=my_info). |
| example_customer_area_update_user | Runs when user information is updated by the logged in customer (?task=my_account) |
| example_customer_area_user_login | Runs when the user logs in at checkout in the order system (?task=checkout) |
| example_order_form_new_user_registered | Runs when a new user is registered from the order system. |
| example_order_form_order_complete | Runs when an order is processed to completion from the order system. |
| example_order_form_resend_password | Runs when the user logs in at checkout in the order system (?task=checkout) |
| example_order_form_update_user | Runs when user information is updated at checkout in the order system (?task=checkout). |
| example_order_form_user_login | Runs when the user logs in at checkout in the order system (?task=checkout) |