You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-specs/api/types/project/DiscountCombinationMode.raml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
type: string
4
4
displayName: DiscountCombinationMode
5
5
description: |
6
-
Defines how Product Discounts and Cart Discounts are combined for every Line Item in a Cart.
6
+
Defines how Product Discounts and Cart Discounts are combined for Line Items in every Cart of the Project.
7
7
(enumDescriptions):
8
-
BestDeal: Either Product Discounts or Cart Discounts are chosen based on best deal for the customer. Only one type applies per Line Item in a Cart.
9
-
Stacking: Product Discounts and Cart Discounts are both applied to the Line Item in a Cart, potentially increasing the total discount.
8
+
BestDeal: Either Product Discounts or Cart Discounts are chosen for each Line Item in the Cart based on the best deal for the Customer. Only one discount type applies per Line Item in the Cart.
9
+
Stacking: Product Discounts and Cart Discounts are both applied to each Line Item in the Cart, potentially increasing the total discount.
0 commit comments