Events Dispatched by the Magento 1 Extension


The Subscribe Pro Magento extension dispatches a number of different events to allow easy customization. Following are each of the events which are dispatched. Click the Event Code for more details on a specific event.

List of Events Dispatched

Event CodeDescription
sfc_autoship_before_create_subscription_from_quote_itemThis event fires before a subscription has been created from a quote item.
sfc_autoship_after_create_subscription_from_quote_itemThis event fires after a subscription has been created from a quote item.
sfc_autoship_before_subscription_reorder_placeThis event fires before a recurring order is placed.
sfc_autoship_after_calc_recurring_shipping_rateThis event fires after the shipping rate has been calculated by Magento to allow changes to the shipping rate.