Try our conversational search powered by Generative AI!

Campaigns: Discount property grouping using colors

Fixed in

EPiServer.Commerce 9.6.0

(Or a related package)

Created

Oct 12, 2015

Updated

Dec 19, 2023

Area

Core

State

Closed, Acceptance tests pass


Description

Support for grouping and color-coding properties on the Edit Discount section of the Discounts screen. The colors make it easier to understand how each property determines one aspect of the discount.

Color coding on the discounts screen

Additional Changes

  • As of this release, promotion types and their properties under namespace EPiServer.Commerce.Marketing.Promotions were renamed.
  • Type BuyXGetReward is now called BuyQuantityGetItemDiscount.
  • The properties on that class named ConditionTargets, MatchConditionRecursive and RequiredQuantity were moved to a block type called PurchaseQuantity.
  • The properties called RewardTargets and MatchRewardRecursive were moved to a block type called DiscountItems.
  • Type BuyXGetCheapestYForFree is now called BuyQuantityGetFreeItems.
  • The properties on that class named ConditionTargets, MatchConditionRecursive and RequiredQuantity were moved to a block type called PurchaseQuantity.
  • The corresponding promotion processors were also renamed.