NotificationSubscriberBase Class |
Namespace: Dynamicweb.Ecommerce.LiveIntegration.NotificationSubscribers
The NotificationSubscriberBase type exposes the following members.
| Name | Description | |
|---|---|---|
| NotificationSubscriberBase | Initializes a new instance of the NotificationSubscriberBase class |
| Name | Description | |
|---|---|---|
| CanCheckPrice |
Gets a value indicating whether prices can be looked up in the ERP.
| |
| IsActive |
Gets a value indicating whether this instance is active.
(Inherited from NotificationSubscriber.) | |
| IsFrontend | Obsolete.
Gets a value indicating whether the current code executes in the frontend
(Inherited from NotificationSubscriber.) | |
| Rank |
Gets the rank.
(Inherited from NotificationSubscriber.) | |
| TypeInfo |
Gets the type info in a string with namespace, class and assembly name.
(Inherited from NotificationSubscriber.) |
| Name | Description | |
|---|---|---|
| CheckOrderPrices |
Checks the order prices.
| |
| CompareTo |
When sorted, the Rank is used.
(Inherited from NotificationSubscriber.) | |
| EnabledAndActive |
Gets a value that determines whether live integration is enabled for the current shop, active and a connection to the ERP is available.
| |
| GetProductsWithQuantities |
Gets the products and their current quantities from the order lines.
| |
| OnNotify |
Call to invoke observer.
(Inherited from NotificationSubscriber.) | |
| SetProductInformation(Order) |
Clears and sets the product information in Dynamicweb for all the products in the order.
| |
| SetProductInformation(Product, Double) |
Sets the product information in Dynamicweb from the ERP.
| |
| SetProductInformation(DictionaryProduct, Double, User) |
Sets the product information in Dynamicweb for all the products passed.
| |
| UpdateOrder |
Updates the order.
|