Click or drag to resize

OrderLineRemoved Class

Sends an update to the ERP when an order line is removed.
Inheritance Hierarchy

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.NotificationSubscribers
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[SubscribeAttribute("DWN_ECOM_CART_LINE_REMOVED")]
public class OrderLineRemoved : NotificationSubscriberBase

The OrderLineRemoved type exposes the following members.

Constructors
  NameDescription
Public methodOrderLineRemoved
Initializes a new instance of the OrderLineRemoved class
Top
Properties
  NameDescription
Protected propertyCanCheckPrice
Gets a value indicating whether prices can be looked up in the ERP.
(Inherited from NotificationSubscriberBase.)
Public propertyIsActive
Gets a value indicating whether this instance is active.
(Inherited from NotificationSubscriber.)
Public propertyIsFrontend Obsolete.
Gets a value indicating whether the current code executes in the frontend
(Inherited from NotificationSubscriber.)
Public propertyRank
Gets the rank.
(Inherited from NotificationSubscriber.)
Protected propertyTypeInfo
Gets the type info in a string with namespace, class and assembly name.
(Inherited from NotificationSubscriber.)
Top
Methods
  NameDescription
Public methodCompareTo
When sorted, the Rank is used.
(Inherited from NotificationSubscriber.)
Public methodOnNotify
Handles the notification.
(Overrides NotificationSubscriberOnNotify(String, NotificationArgs).)
Protected methodSetProductInformation(Order)
Clears and sets the product information in Dynamicweb for all the products in the order.
(Inherited from NotificationSubscriberBase.)
Protected methodSetProductInformation(Product, Double)
Sets the product information in Dynamicweb from the ERP.
(Inherited from NotificationSubscriberBase.)
Protected methodSetProductInformation(DictionaryProduct, Double, User)
Sets the product information in Dynamicweb for all the products passed.
(Inherited from NotificationSubscriberBase.)
Protected methodUpdateOrder
Updates the order.
(Inherited from NotificationSubscriberBase.)
Top
See Also