Click or drag to resize

TemplatesHelper Class

Helper class to provide live integration information to templates.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.LiveIntegrationTemplatesHelper

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public static class TemplatesHelper

The TemplatesHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIsLazyLoadingForProductInfoEnabled
Determine if the product live information is active and should be loaded in AJAX call.
Top
Methods
  NameDescription
Public methodStatic memberFailedOrderId
Gets the ID of the last failed order.
Public methodStatic memberHasErrorOnExportOrder
Determines whether the last order sync for the current context failed.
Public methodStatic memberIsWebServiceConnectionAvailable
Indicates if the system is able to connect to the ERP.
Public methodStatic memberUpdateOrder(String)
Forces an update of the order in the ERP.
Public methodStatic memberUpdateOrder(Order)
Forces an update of the order in the ERP.
Public methodStatic memberUpdateProduct
Updates the specified product with live information from the ERP.
Public methodStatic memberUpdateStockOnOrder(String)
Pick an existing order and updates product information on it
Public methodStatic memberUpdateStockOnOrder(Order)
Updates product information on the order.
Top
See Also