diff --git a/13/umbraco-commerce/.gitbook.yaml b/13/umbraco-commerce/.gitbook.yaml
index 2993b01c84b..cf390e85591 100644
--- a/13/umbraco-commerce/.gitbook.yaml
+++ b/13/umbraco-commerce/.gitbook.yaml
@@ -12,3 +12,4 @@ getting-started/upgrading/version-specific-upgrades: upgrading/version-specific-
how-to-guides/migrate-from-vendr-to-umbraco-commerce/migrate-custom-payment-providers: upgrading/migrate-from-vendr-to-umbraco-commerce/migrate-custom-payment-providers.md
how-to-guides/migrate-from-vendr-to-umbraco-commerce/migrate-umbraco-commerce-checkout: upgrading/migrate-from-vendr-to-umbraco-commerce/migrate-umbraco-commerce-checkout.md
how-to-guides/migrate-from-vendr-to-umbraco-commerce/README: upgrading/migrate-from-vendr-to-umbraco-commerce/README.md
+key-concepts/events: key-concepts/events/README.md
diff --git a/13/umbraco-commerce/key-concepts/events/readme.md b/13/umbraco-commerce/key-concepts/events/README.md
similarity index 100%
rename from 13/umbraco-commerce/key-concepts/events/readme.md
rename to 13/umbraco-commerce/key-concepts/events/README.md
diff --git a/13/umbraco-commerce/key-concepts/events/list-of-notification-events.md b/13/umbraco-commerce/key-concepts/events/list-of-notification-events.md
index 1948a100a21..b6a9a316214 100644
--- a/13/umbraco-commerce/key-concepts/events/list-of-notification-events.md
+++ b/13/umbraco-commerce/key-concepts/events/list-of-notification-events.md
@@ -8,861 +8,328 @@ description: Hooking into notification events within Umbraco Commerce.
This article is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
{% endhint %}
-## Umbraco.Commerce.Cms.Web.Events.Notification
-
-
| Event | -Description | -
|---|---|
| ActivityLogEntriesRenderingNotification | -- |
| AnalyticsDashboardConfigParsingNotification | -OBSOLETE: Use the AnalyticsDashboardConfigParsingNotification in the Umbraco.Commerce.Core.Events.Notification namespace instead. |
-
| CartEditorConfigParsingNotification | -OBSOLETE: Use the CartEditorConfigParsingNotification in the Umbraco.Commerce.Core.Events.Notification namespace instead. |
-
| CartListConfigParsingNotification | -OBSOLETE: Use the CartListConfigParsingNotification in the Umbraco.Commerce.Core.Events.Notification namespace instead. |
-
| CartSearchingNotification | -- |
| GiftCardSearchingNotification | -- |
| OrderEditorConfigParsingNotification | -OBSOLETE: Use the OrderEditorConfigParsingNotification in the Umbraco.Commerce.Core.Events.Notification namespace instead. |
-
| OrderListConfigParsingNotification | -OBSOLETE: Use the OrderListConfigParsingNotification in the Umbraco.Commerce.Core.Events.Notification namespace instead. |
-
| OrderSearchingNotification | -- |
| StoreActionsRenderingNotification | -- |
Umbraco.Commerce.Common.Pipelines.Events
-
-| Event | -Description | -
|---|---|
| PipelineFailNotification | -- |
| PipelineSuccessNotification | -- |
Umbraco.Commerce.Core.Events.Notification
-
-| Event | -Description | -
|---|---|
| AnalyticsDashboardConfigParsingNotification | -- |
| CartEditorConfigParsingNotification | -- |
| CartListConfigParsingNotification | -- |
| CountryCreatedNotification | -- |
| CountryCreatingNotification | -- |
| CountryDeletedNotification | -- |
| CountryDeletingNotification | -- |
| CountrySavedNotification | -- |
| CountrySavingNotification | -- |
| CountryUpdatedNotification | -- |
| CountryUpdatingNotification | -- |
| CurrencyCreatedNotification | -- |
| CurrencyCreatingNotification | -- |
| CurrencyDeletedNotification | -- |
| CurrencyDeletingNotification | -- |
| CurrencySavedNotification | -- |
| CurrencySavingNotification | -- |
| CurrencyUpdatedNotification | -- |
| CurrencyUpdatingNotification | -- |
| DiscountCreatedNotification | -- |
| DiscountCreatingNotification | -- |
| DiscountDeletedNotification | -- |
| DiscountDeletingNotification | -- |
| DiscountSavedNotification | -- |
| DiscountSavingNotification | -- |
| DiscountUpdatedNotification | -- |
| DiscountUpdatingNotification | -- |
| EmailFailedNotification | -- |
| EmailSendingNotification | -- |
| EmailSentNotification | -- |
| EmailTemplateCreatedNotification | -- |
| EmailTemplateCreatingNotification | -- |
| EmailTemplateDeletedNotification | -- |
| EmailTemplateDeletingNotification | -- |
| EmailTemplateSavedNotification | -- |
| EmailTemplateSavingNotification | -- |
| EmailTemplateUpdatedNotification | -- |
| EmailTemplateUpdatingNotification | -- |
| ExportTemplateCreatedNotification | -- |
| ExportTemplateCreatingNotification | -- |
| ExportTemplateDeletedNotification | -- |
| ExportTemplateDeletingNotification | -- |
| ExportTemplateSavedNotification | -- |
| ExportTemplateSavingNotification | -- |
| ExportTemplateUpdatedNotification | -- |
| ExportTemplateUpdatingNotification | -- |
| FrozenPricesThawedNotification | -- |
| FrozenPricesThawingNotification | -- |
| GiftCardCreatedNotification | -- |
| GiftCardCreatingNotification | -- |
| GiftCardDeletedNotification | -- |
| GiftCardDeletingNotification | -- |
| GiftCardSavedNotification | -- |
| GiftCardSavingNotification | -- |
| GiftCardUpdatedNotification | -- |
| GiftCardUpdatingNotification | -- |
| LocationCreatedNotification | -- |
| LocationCreatingNotification | -- |
| LocationDeletedNotification | -- |
| LocationDeletingNotification | -- |
| LocationSavedNotification | -- |
| LocationSavingNotification | -- |
| LocationUpdatedNotification | -- |
| LocationUpdatingNotification | -- |
| OrderAssignedToCustomerNotification | -- |
| OrderAssigningToCustomerNotification | -- |
| OrderConfigParsingNotification | -- |
| OrderCreatedNotification | -- |
| OrderCreatingNotification | -- |
| OrderCurrencyChangedNotification | -- |
| OrderCurrencyChangingNotification | -- |
| OrderDeletedNotification | -- |
| OrderDeletingNotification | -- |
| OrderDiscountCodeRedeemedNotification | -- |
| OrderDiscountCodeRedeemingNotification | -- |
| OrderDiscountCodeUnredeemedNotification | -- |
| OrderDiscountCodeUnredeemingNotification | -- |
| OrderEditorConfigParsingNotification | -- |
| OrderFinalizedNotification | -- |
| OrderFinalizingNotification | -- |
| OrderGiftCardRedeemedNotification | -- |
| OrderGiftCardRedeemingNotification | -- |
| OrderGiftCardUnredeemedNotification | -- |
| OrderGiftCardUnredeemingNotification | -- |
| OrderLanguageChangedNotification | -- |
| OrderLanguageChangingNotification | -- |
| OrderLineAddedNotification | -- |
| OrderLineAddingNotification | -- |
| OrderLineChangedNotification | -- |
| OrderLineChangingNotification | -- |
| OrderLineRemovedNotification | -- |
| OrderLineRemovingNotification | -- |
| OrderListConfigParsingNotification | -- |
| OrderPaymentCountryRegionChangedNotification | -- |
| OrderPaymentCountryRegionChangingNotification | -- |
| OrderPaymentMethodChangedNotification | -- |
| OrderPaymentMethodChangingNotification | -- |
| OrderProductAddedNotification | -- |
| OrderProductAddingNotification | -- |
| OrderPropertiesChangedNotification | -- |
| OrderPropertiesChangingNotification | -- |
| OrderSavedNotification | -- |
| OrderSavingNotification | -- |
| OrderShippingCountryRegionChangedNotification | -- |
| OrderShippingCountryRegionChangingNotification | -- |
| OrderShippingMethodChangedNotification | -- |
| OrderShippingMethodChangingNotification | -- |
| OrderStatusChangedNotification | -- |
| OrderStatusChangingNotification | -- |
| OrderStatusCreatedNotification | -- |
| OrderStatusCreatingNotification | -- |
| OrderStatusDeletedNotification | -- |
| OrderStatusDeletingNotification | -- |
| OrderStatusSavedNotification | -- |
| OrderStatusSavingNotification | -- |
| OrderStatusUpdatedNotification | -- |
| OrderStatusUpdatingNotification | -- |
| OrderTagsChangedNotification | -- |
| OrderTagsChangingNotification | -- |
| OrderTaxClassChangedNotification | -- |
| OrderTaxClassChangingNotification | -- |
| OrderTransactionUpdatedNotification | -- |
| OrderTransactionUpdatingNotification | -- |
| OrderUpdatedNotification | -- |
| OrderUpdatingNotification | -- |
| PaymentFormGeneratingNotification | -- |
| PaymentMethodCreatedNotification | -- |
| PaymentMethodCreatingNotification | -- |
| PaymentMethodDeletedNotification | -- |
| PaymentMethodDeletingNotification | -- |
| PaymentMethodSavedNotification | -- |
| PaymentMethodSavingNotification | -- |
| PaymentMethodUpdatedNotification | -- |
| PaymentMethodUpdatingNotification | -- |
| PrintTemplateCreatedNotification | -- |
| PrintTemplateCreatingNotification | -- |
| PrintTemplateDeletedNotification | -- |
| PrintTemplateDeletingNotification | -- |
| PrintTemplateSavedNotification | -- |
| PrintTemplateSavingNotification | -- |
| PrintTemplateUpdatedNotification | -- |
| PrintTemplateUpdatingNotification | -- |
| ProductAttributeCreatedNotification | -- |
| ProductAttributeCreatingNotification | -- |
| ProductAttributeDeletedNotification | -- |
| ProductAttributeDeletingNotification | -- |
| ProductAttributePresetCreatedNotification | -- |
| ProductAttributePresetCreatingNotification | -- |
| ProductAttributePresetDeletedNotification | -- |
| ProductAttributePresetDeletingNotification | -- |
| ProductAttributePresetSavedNotification | -- |
| ProductAttributePresetSavingNotification | -- |
| ProductAttributePresetUpdatedNotification | -- |
| ProductAttributePresetUpdatingNotification | -- |
| ProductAttributeSavedNotification | -- |
| ProductAttributeSavingNotification | -- |
| ProductAttributeUpdatedNotification | -- |
| ProductAttributeUpdatingNotification | -- |
| RegionCreatedNotification | -- |
| RegionCreatingNotification | -- |
| RegionDeletedNotification | -- |
| RegionDeletingNotification | -- |
| RegionSavedNotification | -- |
| RegionSavingNotification | -- |
| RegionUpdatedNotification | -- |
| RegionUpdatingNotification | -- |
| ShippingMethodCreatedNotification | -- |
| ShippingMethodCreatingNotification | -- |
| ShippingMethodDeletedNotification | -- |
| ShippingMethodDeletingNotification | -- |
| ShippingMethodSavedNotification | -- |
| ShippingMethodSavingNotification | -- |
| ShippingMethodUpdatedNotification | -- |
| ShippingMethodUpdatingNotification | -- |
| StockChangedNotification | -- |
| StockChangingNotification | -- |
| StoreCreatedNotification | -- |
| StoreCreatingNotification | -- |
| StoreDeletedNotification | -- |
| StoreDeletingNotification | -- |
| StoreSavedNotification | -- |
| StoreSavingNotification | -- |
| StoreUpdatedNotification | -- |
| StoreUpdatingNotification | -- |
| TaxClassCreatedNotification | -- |
| TaxClassCreatingNotification | -- |
| TaxClassDeletedNotification | -- |
| TaxClassDeletingNotification | -- |
| TaxClassSavedNotification | -- |
| TaxClassSavingNotification | -- |
| TaxClassUpdatedNotification | -- |
| TaxClassUpdatingNotification | -- |
| UnitOfWorkCreatedNotification | -- |
Umbraco.Commerce.Core.Events.Validation
-
-| Event | -Description | -
|---|---|
| ValidateCancelOrderPayment | -- |
| ValidateCaptureOrderPayment | -- |
| ValidateCountryCodeChange | -- |
| ValidateCountryCreate | -- |
| ValidateCountryDefaultCurrencyChange | -- |
| ValidateCountryDefaultPaymentMethodChange | -- |
| ValidateCountryDefaultShippingMethodChange | -- |
| ValidateCountryDelete | -- |
| ValidateCountryNameChange | -- |
| ValidateCountrySave | -- |
| ValidateCountryUpdate | -- |
| ValidateCurrencyAllowInCountry | -- |
| ValidateCurrencyCodeChange | -- |
| ValidateCurrencyCreate | -- |
| ValidateCurrencyCultureChange | -- |
| ValidateCurrencyCustomFormatTemplateChange | -- |
| ValidateCurrencyDelete | -- |
| ValidateCurrencyDisallowInCountry | -- |
| ValidateCurrencyNameChange | -- |
| ValidateCurrencySave | -- |
| ValidateCurrencyUpdate | -- |
| ValidateDiscountActiveChange | -- |
| ValidateDiscountAliasChange | -- |
| ValidateDiscountCodeAdd | -- |
| ValidateDiscountCodeChange | -- |
| ValidateDiscountCodeRemove | -- |
| ValidateDiscountCreate | -- |
| ValidateDiscountDateRangeChange | -- |
| ValidateDiscountDelete | -- |
| ValidateDiscountNameChange | -- |
| ValidateDiscountRewardsChange | -- |
| ValidateDiscountRulesChange | -- |
| ValidateDiscountSave | -- |
| ValidateDiscountTypeChange | -- |
| ValidateDiscountUpdate | -- |
| ValidateEmailTemplateAliasChange | -- |
| ValidateEmailTemplateBccAddressChange | -- |
| ValidateEmailTemplateCategoryChange | -- |
| ValidateEmailTemplateCcAddressChange | -- |
| ValidateEmailTemplateCreate | -- |
| ValidateEmailTemplateDelete | -- |
| ValidateEmailTemplateNameChange | -- |
| ValidateEmailTemplateReplyToAddressChange | -- |
| ValidateEmailTemplateSave | -- |
| ValidateEmailTemplateSenderChange | -- |
| ValidateEmailTemplateSendToCustomerChange | -- |
| ValidateEmailTemplateSubjectChange | -- |
| ValidateEmailTemplateToAddressChange | -- |
| ValidateEmailTemplateUpdate | -- |
| ValidateEmailTemplateViewChange | -- |
| ValidateExportTemplateAliasChange | -- |
| ValidateExportTemplateCategoryChange | -- |
| ValidateExportTemplateCreate | -- |
| ValidateExportTemplateDelete | -- |
| ValidateExportTemplateExportStrategyChange | -- |
| ValidateExportTemplateFileExtensionChange | -- |
| ValidateExportTemplateFileMimeTypeChange | -- |
| ValidateExportTemplateNameChange | -- |
| ValidateExportTemplateSave | -- |
| ValidateExportTemplateUpdate | -- |
| ValidateExportTemplateViewChange | -- |
| ValidateFetchOrderPaymentStatus | -- |
| ValidateGiftCardActiveChange | -- |
| ValidateGiftCardAmountsChange | -- |
| ValidateGiftCardCodeChange | -- |
| ValidateGiftCardCreate | -- |
| ValidateGiftCardCurrencyChange | -- |
| ValidateGiftCardDelete | -- |
| ValidateGiftCardExpiryDateChange | -- |
| ValidateGiftCardOrderChange | -- |
| ValidateGiftCardPropertyChange | -- |
| ValidateGiftCardSave | -- |
| ValidateGiftCardUpdate | -- |
| ValidateLocationAddressChange | -- |
| ValidateLocationAliasChange | -- |
| ValidateLocationCreate | -- |
| ValidateLocationDelete | -- |
| ValidateLocationNameChange | -- |
| ValidateLocationSave | -- |
| ValidateLocationTypeChange | -- |
| ValidateLocationUpdate | -- |
| ValidateOrderAssignToCustomer | -- |
| ValidateOrderCodeEvent | -- |
| ValidateOrderCreate | -- |
| ValidateOrderCurrencyChange | -- |
| ValidateOrderDelete | -- |
| ValidateOrderDiscountCodeRedeem | -- |
| ValidateOrderDiscountCodeUnredeem | -- |
| ValidateOrderFinalize | -- |
| ValidateOrderGiftCardRedeem | -- |
| ValidateOrderGiftCardUnredeem | -- |
| ValidateOrderLanguageChange | -- |
| ValidateOrderLinePropertyChange | -- |
| ValidateOrderLineQuantityChange | -- |
| ValidateOrderLineRemove | -- |
| ValidateOrderLineTaxClassChange | -- |
| ValidateOrderPaymentCountryRegionChange | -- |
| ValidateOrderPaymentMethodChange | -- |
| ValidateOrderProductAdd | -- |
| ValidateOrderPropertyChange | -- |
| ValidateOrderSave | -- |
| ValidateOrderShippingCountryRegionChange | -- |
| ValidateOrderShippingMethodChange | -- |
| ValidateOrderStatusAliasChange | -- |
| ValidateOrderStatusChange | -- |
| ValidateOrderStatusColorChange | -- |
| ValidateOrderStatusCreate | -- |
| ValidateOrderStatusDelete | -- |
| ValidateOrderStatusNameChange | -- |
| ValidateOrderStatusSave | -- |
| ValidateOrderStatusUpdate | -- |
| ValidateOrderTagAdd | -- |
| ValidateOrderTagRemove | -- |
| ValidateOrderTaxClassChange | -- |
| ValidateOrderTransactionUpdate | -- |
| ValidateOrderUpdate | -- |
| ValidatePaymentMethodAliasChange | -- |
| ValidatePaymentMethodAllowInCountryRegion | -- |
| ValidatePaymentMethodClearPrices | -- |
| ValidatePaymentMethodCreate | -- |
| ValidatePaymentMethodDelete | -- |
| ValidatePaymentMethodDisallowInCountryRegion | -- |
| ValidatePaymentMethodImageChange | -- |
| ValidatePaymentMethodNameChange | -- |
| ValidatePaymentMethodPriceChange | -- |
| ValidatePaymentMethodSave | -- |
| ValidatePaymentMethodSettingChange | -- |
| ValidatePaymentMethodSkuChange | -- |
| ValidatePaymentMethodTaxClassChange | -- |
| ValidatePaymentMethodToggleFeatures | -- |
| ValidatePaymentMethodUpdate | -- |
| ValidatePrintTemplateAliasChange | -- |
| ValidatePrintTemplateCategoryChange | -- |
| ValidatePrintTemplateCreate | -- |
| ValidatePrintTemplateDelete | -- |
| ValidatePrintTemplateNameChange | -- |
| ValidatePrintTemplateSave | -- |
| ValidatePrintTemplateUpdate | -- |
| ValidatePrintTemplateViewChange | -- |
| ValidateProductAttributeAliasChange | -- |
| ValidateProductAttributeCreate | -- |
| ValidateProductAttributeDelete | -- |
| ValidateProductAttributeNameChange | -- |
| ValidateProductAttributePresetAliasChange | -- |
| ValidateProductAttributePresetAllowAttribute | -- |
| ValidateProductAttributePresetCreate | -- |
| ValidateProductAttributePresetDelete | -- |
| ValidateProductAttributePresetDescriptionChange | -- |
| ValidateProductAttributePresetDisallowAttribute | -- |
| ValidateProductAttributePresetIconChange | -- |
| ValidateProductAttributePresetNameChange | -- |
| ValidateProductAttributePresetSave | -- |
| ValidateProductAttributePresetUpdate | -- |
| ValidateProductAttributeSave | -- |
| ValidateProductAttributeUpdate | -- |
| ValidateProductAttributeValueAdd | -- |
| ValidateProductAttributeValueNameChange | -- |
| ValidateProductAttributeValueRemove | -- |
| ValidateRefundOrderPayment | -- |
| ValidateRegionCodeChange | -- |
| ValidateRegionCreate | -- |
| ValidateRegionDefaultPaymentMethodChange | -- |
| ValidateRegionDefaultShippingMethodChange | -- |
| ValidateRegionDelete | -- |
| ValidateRegionNameChange | -- |
| ValidateRegionSave | -- |
| ValidateRegionUpdate | -- |
| ValidateShippingMethodAliasChange | -- |
| ValidateShippingMethodAllowInCountryRegion | -- |
| ValidateShippingMethodCalculationConfigChange | -- |
| ValidateShippingMethodClearPrices | -- |
| ValidateShippingMethodCreate | -- |
| ValidateShippingMethodDelete | -- |
| ValidateShippingMethodDisallowInCountryRegion | -- |
| ValidateShippingMethodImageChange | -- |
| ValidateShippingMethodNameChange | -- |
| ValidateShippingMethodPriceChange | -- |
| ValidateShippingMethodSave | -- |
| ValidateShippingMethodSettingChange | -- |
| ValidateShippingMethodSkuChange | -- |
| ValidateShippingMethodTaxClassChange | -- |
| ValidateShippingMethodUpdate | -- |
| ValidateStockChange | -- |
| ValidateStoreAddGiftCardPropertyAlias | -- |
| ValidateStoreAddProductPropertyAlias | -- |
| ValidateStoreAddProductUniquenessPropertyAlias | -- |
| ValidateStoreAliasChange | -- |
| ValidateStoreAllowUser | -- |
| ValidateStoreAllowUserRole | -- |
| ValidateStoreBaseCurrencyChange | -- |
| ValidateStoreCookiesChange | -- |
| ValidateStoreCreate | -- |
| ValidateStoreDefaultCountryChange | -- |
| ValidateStoreDefaultLocationChange | -- |
| ValidateStoreDefaultTaxClassChange | -- |
| ValidateStoreDelete | -- |
| ValidateStoreDisallowUser | -- |
| ValidateStoreDisallowUserRole | -- |
| ValidateStoreGiftCardSettingsChange | -- |
| ValidateStoreMeasurementSystemChange | -- |
| ValidateStoreNameChange | -- |
| ValidateStoreNotificationEmailTemplatesChange | -- |
| ValidateStoreOrderNumberTemplatesChange | -- |
| ValidateStoreOrderRoundingMethodChange | -- |
| ValidateStoreOrderStatusesChange | -- |
| ValidateStorePriceTaxInclusivityChange | -- |
| ValidateStoreRemoveGiftCardPropertyAlias | -- |
| ValidateStoreRemoveProductPropertyAlias | -- |
| ValidateStoreRemoveProductUniquenessPropertyAlias | -- |
| ValidateStoreSave | -- |
| ValidateStoreShareStockFromStoreChange | -- |
| ValidateStoreUpdate | -- |
| ValidateTaxClassAliasChange | -- |
| ValidateTaxClassClearTaxRates | -- |
| ValidateTaxClassCreate | -- |
| ValidateTaxClassDelete | -- |
| ValidateTaxClassNameChange | -- |
| ValidateTaxClassSave | -- |
| ValidateTaxClassTaxRateChange | -- |
| ValidateTaxClassUpdate | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.Country
-
-| Event | -Description | -
|---|---|
| ValidateCountryCodeFormat | -- |
| ValidateDefaultCurrencyBelongsToCountryStore | -- |
| ValidateDefaultPaymentMethodBelongsToCountryStore | -- |
| ValidateDefaultShippingMethodBelongsToCountryStore | -- |
| ValidateNotStoreDefaultCountry | -- |
| ValidateUniqueCountryCode | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.Currency
-
-| Event | -Description | -
|---|---|
| ValidateAllowedCountryBelongsToCurrencyStore | -- |
| ValidateCulture | -- |
| ValidateCurrencyCodeFormat | -- |
| ValidateNotCountryDefaultCurrency | -- |
| ValidateNotStoreBaseCurrency | -- |
| ValidateUniqueCurrencyCode | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.Discount
-
-| Event | -Description | -
|---|---|
| ValidateUniqueAlias | -- |
| ValidateUniqueDiscountCode | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.EmailTemplate
-
-| Event | -Description | -
|---|---|
| ValidateNotStoreDefaultEmailTemplate | -- |
| ValidateUniqueEmailTemplateAlias | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.ExportTemplate
-
-| Event | -Description | -
|---|---|
| ValidateUniqueExportTemplateAlias | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.GiftCard
-
-| Event | -Description | -
|---|---|
| ValidateUniqueGiftCardCode | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.Location
-
-| Event | -Description | -
|---|---|
| ValidateNotStoreDefaultLocation | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.Order
-
-| Event | -Description | -
|---|---|
| ValidateCurrencyBelongsToOrderStore | -- |
| ValidateDiscountCodeValid | -- |
| ValidateGiftCardPropertyIsWritable | -- |
| ValidateGiftCardValid | -- |
| ValidateOrderPaymentCountryRegionAllowedByOrderCurrency | -- |
| ValidateOrderPaymentCountryRegionBelongsToOrderStore | -- |
| ValidateOrderPropertyIsWritable | -- |
| ValidateOrderShippingCountryRegionBelongsToOrderStore | -- |
| ValidateOrderStatusBelongsToOrderStore | -- |
| ValidateOrderStatusCode | -- |
| ValidatePaymentMethodAllowedInPaymentCountryRegion | -- |
| ValidatePaymentMethodBelongsToOrderStore | -- |
| ValidateProductAddHasPrice | -- |
| ValidateProductAddQuantityPositive | -- |
| ValidateShippingMethodAllowedInShippingCountryRegion | -- |
| ValidateShippingMethodBelongsToOrderStore | -- |
| ValidateTaxClassBelongsToOrderStore | -- |
| ValidateTransactionInitialized | -- |
| ValidateUniqueBundleId | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.OrderLine
-
-| Event | -Description | -
|---|---|
| ValidateOrderLinePropertyIsWritable | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.OrderStatus
-
-| Event | -Description | -
|---|---|
| ValidateNotStoreDefaultOrderStatus | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.PaymentMethod
-
-| Event | -Description | -
|---|---|
| ValidateAllowedInPriceCountryRegion | -- |
| ValidateNotCountryDefaultPaymentMethod | -- |
| ValidateNotRegionDefaultPaymentMethod | -- |
| ValidateUniquePaymentMethodAlias | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.PrintTemplate
-
-| Event | -Description | -
|---|---|
| ValidateUniquePrintTemplateAlias | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.ProductAttribute
-
-| Event | -Description | -
|---|---|
| ValidateUniqueProductAttributeAlias | -- |
| ValidateUniqueProductAttributePresetAlias | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.Region
-
-| Event | -Description | -
|---|---|
| ValidateDefaultPaymentMethodBelongsToRegionStore | -- |
| ValidateDefaultShippingMethodBelongsToRegionStore | -- |
| ValidateUniqueRegionCode | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.ShippingMethod
-
-| Event | -Description | -
|---|---|
| ValidateAllowedInPriceCountryRegion | -OBSOLETE: Use ValidateFixedRateAllowedInPriceCountryRegion instead. |
-
| ValidateCalculationModeConfigType | -- |
| ValidateFixedRateAllowedInPriceCountryRegion | -- |
| ValidateNotCountryDefaultShippingMethod | -- |
| ValidateNotRegionDefaultShippingMethod | -- |
| ValidateUniqueShippingMethodAlias | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.Store
-
-| Event | -Description | -
|---|---|
| ValidateDefaultCountryBelongsToStore | -- |
| ValidateDefaultTaxClassBelongsToStore | -- |
| ValidateNotificationEmailTemplatesBelongsToStore | -- |
| ValidateOrderStatusesBelongsToStore | -- |
| ValidateUniqueStoreAlias | -- |
Umbraco.Commerce.Core.Events.Validation.Handlers.TaxClass
-
-| Event | -Description | -
|---|---|
| ValidateNotStoreDefaultTaxClass | -- |
| ValidateUniqueTaxClassAlias | -- |