Try our conversational search powered by Generative AI!

Class BuyQuantityGetMostExpensiveFree

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 most expensive entries FreeQuantity will be free of charge.

Inheritance
System.Object
BuyQuantityGetMostExpensiveFree
Namespace: EPiServer.Commerce.Marketing.Promotions
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public class BuyQuantityGetMostExpensiveFree : BuyQuantityGetFreeItems

Constructors

BuyQuantityGetMostExpensiveFree()

Declaration
public BuyQuantityGetMostExpensiveFree()

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