Below is a list of action hooks that are available in the Simple Shopping Cart plugin.
Table of Contents
Payment Related
wpsc_payment_ipn_processed
This hook triggers after PayPal Commerce Platform (PPC) transaction data has been processed.
wpsc_paypal_ipn_processed
This hook triggers after PayPal Standard IPN data has been processed.
wpsc_stripe_ipn_processed
This hook triggers after Stripe transaction data has been processed.
Front-End Hooks
wpsc_cart_custom_field_appended
This hook can be used to append more custom fields values in the cart.
Admin Hooks
wpsc_after_main_admin_menu
This hook executes all WPSC admin menu page registers.
wpsc_ppcp_settings_menu_tab_start
This hook triggers before all Paypal PPCP settings tab content renders.
wpsc_ppcp_settings_menu_tab_end
This hook triggers after all Paypal PPCP settings tab content renders.
wpsc_edit_order_pre_table_end
This hook triggers after the order review meta box content renders.