Click or drag to resize
MultiBuyDiscountBrandInfoProviderAddMultiBuyDiscountToBrand Method
Creates MultiBuyDiscountBrandInfo binding.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static void AddMultiBuyDiscountToBrand(
	int multiBuyDiscountId,
	int brandId,
	bool included
)

Parameters

multiBuyDiscountId
Type: SystemInt32
Multi buy discount ID.
brandId
Type: SystemInt32
Brand ID.
included
Type: SystemBoolean
Inlude flag.
Remarks
Adding the MultiBuyDiscountBrandInfo does not affect other existing info objects like MultiBuyDiscountSKUInfo or MultiBuyDiscountDepartmentInfo or MultiBuyDiscountCollectionInfo or MultiBuyDiscountTreeInfo This could lead to extended discount application than needed.
See Also