Click or drag to resize

Dynamicweb.Ecommerce.LiveIntegration.NotificationSubscribers Namespace

 
Classes
  ClassDescription
Public classAfterShippingMethodIsChanged
Sends an update to the ERP when the cart is changed.
Public classCartCheckoutDoneOrderIsComplete
Sends the order to the ERP whe it's complete.
Public classCartInitiallyLoaded
Synchronizes the cart with the ERP when the carty loads initially.
Public classNotificationSubscriberBase
Base notification subscriber for Live Integration, for common functionality.
Public classOrderLineAdded
Sends an update to the ERP when an order line is added.
Public classOrderLineDecreased
Sends an update to the ERP when the quantity of an order line is decreased.
Public classOrderLineIncreased
Sends an update to the ERP when the quantity of an order line is increased.
Public classOrderLineRemoved
Sends an update to the ERP when an order line is removed.
Public classPageLoaded
Adds template tags for failed order communication, if any.
Public classPageOnGlobalTags
Adds a global template tag to indicate the status of the web service connection.
Public classProductBeforeRender
Gets updated product information before it's rendered.
Public classProductListBeforeSort
Gets updated product information before they are rendered / sorted.
Public classUserOnExtranetLogin
Updates the cart when the user logs in.