SPBAS v1.7 API Documentation


Package 3rd_Party_Module_Code_Hooks

Function Summary
example_admin_new_user_registeredRuns when a new user is registered from the admin area.
example_admin_update_userRuns when the admin updates user information from the admin area.
example_customer_area_add_contactRuns when the user changes there password from the customer area (?task=my_account&tab=change_password).
example_customer_area_change_passwordRuns when the user changes there password from the customer area (?task=my_account&tab=change_password).
example_customer_area_new_user_registeredRuns when a new user is registered from the customer area (?task=register).
example_customer_area_resend_passwordRuns when the user logs in at checkout in the order system (?task=checkout)
example_customer_area_update_my_infoRuns when the user updates their information from the customer area (?task=my_account&tab=my_info).
example_customer_area_update_userRuns when user information is updated by the logged in customer (?task=my_account)
example_customer_area_user_loginRuns when the user logs in at checkout in the order system (?task=checkout)
example_order_form_new_user_registeredRuns when a new user is registered from the order system.
example_order_form_order_completeRuns when an order is processed to completion from the order system.
example_order_form_resend_passwordRuns when the user logs in at checkout in the order system (?task=checkout)
example_order_form_update_userRuns when user information is updated at checkout in the order system (?task=checkout).
example_order_form_user_loginRuns when the user logs in at checkout in the order system (?task=checkout)

SPBAS v1.7 API Documentation