Advertisement

清理门店购物车、添加商品至购物车

阅读量:

目录

1 清理门店购物车

2 清理门店购物车

3 添加商品至购物车

4 添加商品至购物车

  1. ****清理门店购物车

///

///

///

此方法用于清除某店某条分支商品库存信息

此方法用于清除某店某条分支商品库存信息

{

_iBranchCartService.ClearCart(memberId, shopbranchId);

}

///

  1. ****清理门店购物车

///

///

///

public static void CleanIncorrectShopBranchCart(long memberId, long shopbranchId)

{

_iBranchCartService.ClearInvalidCart(memberId, shopbranchId);

}

///

  1. ****添加商品至购物车

///

/// 购物车商品项

/// 会员Id

public static void AddToShoppingBranchCart(IEnumerable cartItemsList, long memberIdId)

{

_iBranchCartService.AddToCart(cartItems, memberId);

}

///

  1. ****添加商品至购物车

///

/// 购物车商品项

/// 会员Id

public static method RegisterCartItemsAtStore(string productCode, int quantity, long memberID, long branchStoreID)

{

_iBranchCartService.AddToCart(skuId, count, memberId, shopbranchId);

}

#endregion

全部评论 (0)

还没有任何评论哟~