Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / StoreEventEngine Class / UpdateOrderStatus Method
StoreEvent to determine the new order status
Order to update status of
In This Topic
    UpdateOrderStatus Method (StoreEventEngine)
    In This Topic
    Updates status of an order based on the store event
    Syntax
    public static void UpdateOrderStatus( 
       StoreEvent storeEvent,
       Order order
    )

    Parameters

    storeEvent
    StoreEvent to determine the new order status
    order
    Order to update status of
    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