Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Checkout Namespace / BasketService Class / GetInventoryStockMessage Method
The basket item to get the inventory stock message for
Inventory information of the basket item
In This Topic
    GetInventoryStockMessage Method
    In This Topic
    Gets the inventory stock message for the given basket item
    Syntax
    protected static string GetInventoryStockMessage( 
       BasketItem item,
       BasketService.InventoryInfo info
    )

    Parameters

    item
    The basket item to get the inventory stock message for
    info
    Inventory information of the basket item

    Return Value

    The formatted inventory stock message
    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