Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / Order Class / Save Method / Save(Boolean,Boolean) Method
If true, stored order values are recalculated prior to save.
If true, triggers events associated with recalculated payment events. This parameter only matters if recalculate is true.
In This Topic
    Save(Boolean,Boolean) Method
    In This Topic
    Save this order to database
    Syntax
    public virtual void Save( 
       bool recalculate,
       bool triggerPaymentEvents
    )

    Parameters

    recalculate
    If true, stored order values are recalculated prior to save.
    triggerPaymentEvents
    If true, triggers events associated with recalculated payment events. This parameter only matters if recalculate is true.
    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