Try our conversational search powered by Generative AI!

Class SpendAmountGetFreeShipping

This promotion type will be applied when spend at least currency amounts in the cart. A free shipping will be applied to the all selected ShippingMethods.

Inheritance
System.Object
SpendAmountGetFreeShipping
Implements
Namespace: EPiServer.Commerce.Marketing.Promotions
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
[PromotionSettings(FixedRedemptionsPerOrder = 1)]
public class SpendAmountGetFreeShipping : ShippingPromotion, IPurchaseAmount

Constructors

SpendAmountGetFreeShipping()

Declaration
public SpendAmountGetFreeShipping()

Properties

Condition

The promotion will be applied if the money amount spent in the cart is equal or higher than the amount of one Money in this list, which has the same currency.

Declaration
[PromotionRegion("Condition")]
public virtual PurchaseAmount Condition { get; set; }
Property Value
Type Description
PurchaseAmount
Remarks

The default value of currency amounts set to zero.

Implements

Extension Methods