Click or drag to resize
MultiBuyDiscountTreeInfoProviderSetMultiBuyDiscountTreeInfo Method
Sets specified MultiBuyDiscountTreeInfo.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static void SetMultiBuyDiscountTreeInfo(
	MultiBuyDiscountTreeInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceMultiBuyDiscountTreeInfo
MultiBuyDiscountTreeInfo to set.
Remarks
Seting the MultiBuyDiscountTreeInfo does not affect other existing info objects like MultiBuyDiscountSKUInfo or MultiBuyDiscountBrandInfo or MultiBuyDiscountCollectionInfo or MultiBuyDiscountDepartmentInfo This could lead to extended discount application than needed.
See Also