Class BuyOneGetOneDiscount
This promotion type will be applied when RequiredQuantity number of SKUs, that are part of the entries belonging to
the Items, are in the cart. The Items will be applied to the order as the gifts.
Inheritance
System.Object
BuyOneGetOneDiscount
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
public class BuyOneGetOneDiscount : EntryPromotion
Constructors
Declaration
public BuyOneGetOneDiscount()
Properties
Declaration
[PromotionRegion("Condition")]
public virtual FixedOnePurchaseQuantity Condition { get; set; }
Property Value
Declaration
[PromotionRegion("Discount")]
public virtual BuyOneGetOneDiscountItems DiscountTarget { get; set; }
Property Value
Methods
SetDefaultValues(ContentType)
Declaration
public override void SetDefaultValues(ContentType contentType)
Parameters
Type |
Name |
Description |
EPiServer.DataAbstraction.ContentType |
contentType |
|
Overrides
Extension Methods