Dynamicweb 8 Documentation
OrderLineBuilder(Order,Double,Boolean,String,String,String,String,String,String,Int32,String,String,Boolean) Method

Syntax
'Declaration
 
Public Overloads Shared Function OrderLineBuilder( _ 
   ByVal EcomCart As Order, _ 
   ByVal Quantity As Double, _ 
   ByVal QuantityCheck As Boolean, _ 
   ByVal ProductID As String, _ 
   ByVal VariantID As String, _ 
   ByVal VariantText As String, _ 
   ByVal UnitID As String, _ 
   ByVal Type As String, _ 
   ByVal RefUrl As String, _ 
   ByVal pageId As Integer, _ 
   ByVal ProductName As String, _ 
   ByVal ProductNumber As String, _ 
   ByVal AddToCart As Boolean _ 
) As OrderLine
public static OrderLine OrderLineBuilder( 
   Order EcomCart,
   double Quantity,
   bool QuantityCheck,
   string ProductID,
   string VariantID,
   string VariantText,
   string UnitID,
   string Type,
   string RefUrl,
   int pageId,
   string ProductName,
   string ProductNumber,
   bool AddToCart 
)

Parameters

EcomCart
Quantity
QuantityCheck
ProductID
VariantID
VariantText
UnitID
Type
RefUrl
pageId
ProductName
ProductNumber
AddToCart
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CartCatch Class
CartCatch Members
Overload List

Send Feedback