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 Code | Description |
---|---|
sfc_autoship_before_create_subscription_from_quote_item | This event fires before a subscription has been created from a quote item. |
sfc_autoship_after_create_subscription_from_quote_item | This event fires after a subscription has been created from a quote item. |
sfc_autoship_before_subscription_reorder_place | This event fires before a recurring order is placed. |
sfc_autoship_after_calc_recurring_shipping_rate | This event fires after the shipping rate has been calculated by Magento to allow changes to the shipping rate. |