SaaS CMS has officially launched! Learn more now.

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
Namespace: EPiServer.Commerce.Marketing.Promotions
Assembly: EPiServer.Business.Commerce.dll
Version: 11.8.3
Syntax
[PromotionSettings(FixedRedemptionsPerOrder = 1)]
public class SpendAmountGetFreeShipping : ShippingPromotion

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.

Extension Methods