Click or drag to resize
MultiBuyDiscountSKUInfoProviderRemoveMultiBuyDiscountFromProduct Method
Deletes MultiBuyDiscountSKUInfo binding.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static void RemoveMultiBuyDiscountFromProduct(
	int multiBuyDiscountId,
	int skuId
)

Parameters

multiBuyDiscountId
Type: SystemInt32
Multi buy discount ID
skuId
Type: SystemInt32
Product ID
Remarks
Removing the MultiBuyDiscountSKUInfo does not affect other existing info objects like MultiBuyDiscountDepartmentInfo or MultiBuyDiscountBrandInfo or MultiBuyDiscountCollectionInfo This could lead to extended discount application than needed.
See Also