Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / Order Class / Order Constructor / Order Constructor(Int32,DateTime,Store,String,String,String,String,String,String,String,String,String,String,String,String,OrderStatus,Boolean,String,String,String)
The value of ordernumber
The value of orderdate
The value of store
The value of billtofirstname
The value of billtolastname
The value of billtocompany
The value of billtoaddress1
The value of billtoaddress2
The value of billtocity
The value of billtoprovince
The value of billtopostalcode
The value of billtocountrycode
The value of billtophone
The value of billtofax
The value of billtoemail
The value of orderstatus
The value of exported
The value of remoteip
The value of referrer
The value of googleordernumber
In This Topic
    Order Constructor(Int32,DateTime,Store,String,String,String,String,String,String,String,String,String,String,String,String,OrderStatus,Boolean,String,String,String)
    In This Topic
    Initializes a new instance of the Order class.
    Syntax

    Parameters

    ordernumber
    The value of ordernumber
    orderdate
    The value of orderdate
    store
    The value of store
    billtofirstname
    The value of billtofirstname
    billtolastname
    The value of billtolastname
    billtocompany
    The value of billtocompany
    billtoaddress1
    The value of billtoaddress1
    billtoaddress2
    The value of billtoaddress2
    billtocity
    The value of billtocity
    billtoprovince
    The value of billtoprovince
    billtopostalcode
    The value of billtopostalcode
    billtocountrycode
    The value of billtocountrycode
    billtophone
    The value of billtophone
    billtofax
    The value of billtofax
    billtoemail
    The value of billtoemail
    orderstatus
    The value of orderstatus
    exported
    The value of exported
    remoteip
    The value of remoteip
    referrer
    The value of referrer
    googleordernumber
    The value of googleordernumber
    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