Table of Contents

Class Ecommerce.Discounts

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll
Class Discounts. This class cannot be inherited.
public sealed class Ecommerce.Discounts
Inheritance
Ecommerce.Discounts
Inherited Members

Fields

AfterDiscountCalculation

This notification is broadcast just after discounts are calculated
public const string AfterDiscountCalculation = "Ecom7CartAfterDiscountCalculations"

Field Value

string

BeforeDiscountCalculation

This notification is broadcast just after discounts are cleared and discounts is about to be added - the perfect place to inject :)
public const string BeforeDiscountCalculation = "Ecom7CartBeforeDiscountCalculations"

Field Value

string

DiscountsCleared

The after discounts cleared
public const string DiscountsCleared = "DWN_DISCOUNTS_AfterClearCache"

Field Value

string

DiscountTranslationsCleared

The after discounts cleared
public const string DiscountTranslationsCleared = "DWN_DISCOUNTS_AfterTranslationsClearCache"

Field Value

string
To top