Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class BuyQuantityGetCheapestFree

This promotion type will be applied when RequiredQuantity number of SKUs, that are part of the entries or nodes belonging to the Items, are in the cart. The cheapest entries FreeQuantity will be free of charge.

Inheritance
System.Object
BuyQuantityGetCheapestFree
Namespace: EPiServer.Commerce.Marketing.Promotions
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public class BuyQuantityGetCheapestFree : BuyQuantityGetFreeItems
Remarks

The entries will be grouped by most cheapest first

Constructors

BuyQuantityGetCheapestFree()

Declaration
public BuyQuantityGetCheapestFree()

Properties

FreeQuantity

The reward values that should be applied.

Declaration
[PromotionRegion("Discount")]
public override int FreeQuantity { get; set; }
Property Value
Type Description
System.Int32
Overrides

Extension Methods