Event List
note
Sorting
Events described here are sorted in the same order as emitted by the module.
info
Available since v1.3.7
Quote
simpler_checkout_quote_after_created
Class: Simpler\Checkout\Event\Quote\AfterQuoteCreatedEvent
getQuote():
Magento\Quote\Model\Quote
simpler_checkout_quote_before_products_added
Class: Simpler\Checkout\Event\Quote\BeforeProductsAddedEvent
getQuote():
Magento\Quote\Model\QuotegetItems():
Simpler\Checkout\Api\Data\ItemInterface[]
simpler_checkout_quote_after_products_added
Class: Simpler\Checkout\Event\Quote\AfterProductsAddedEvent
getQuote():
Magento\Quote\Model\QuotegetItems():
Simpler\Checkout\Api\Data\ItemInterface[]
simpler_checkout_quote_before_customer_assigned
Class: Simpler\Checkout\Event\Quote\BeforeCustomerAssignedEvent
getQuote():
Magento\Quote\Model\QuotegetCustomer():
Magento\Customer\Api\Data\CustomerInterfacegetShippingAddress():
Magento\Quote\Api\Data\AddressInterfacegetBillingAddress():
Magento\Quote\Api\Data\AddressInterface
simpler_checkout_quote_after_customer_assigned
Class: Simpler\Checkout\Event\Quote\AfterCustomerAssignedEvent
getQuote():
Magento\Quote\Model\QuotegetCustomer():
Magento\Customer\Api\Data\CustomerInterfacegetShippingAddress():
Magento\Quote\Api\Data\AddressInterfacegetBillingAddress():
Magento\Quote\Api\Data\AddressInterface
simpler_checkout_quote_before_totals_collected
Class: Simpler\Checkout\Event\Quote\BeforeTotalsCollectedEvent
getQuote():
Magento\Quote\Model\Quote
simpler_checkout_quote_after_totals_collected
Class: Simpler\Checkout\Event\Quote\AfterTotalsCollectedEvent
getQuote():
Magento\Quote\Model\Quote
simpler_checkout_quote_before_discounts_collected
Class: Simpler\Checkout\Event\Quote\BeforeDiscountsCollectedEvent
getQuote():
Magento\Quote\Model\QuotegetSimplerQuote():
Simpler\Checkout\Api\Data\ItemQuoteResponseInterface