Add a Product Discount in CT
How to create product discounts.
A product discount applies to a specific product or subset of products based on criteria you provide.
Product discounts are useful when creating discounts for the following scenarios:
- Specific products or SKUs: for example, a sale on a specific color of handbag.
- Subsets of customers: for example, a “platinum members” only sale.
- Subsets of products: for example, a sale for all handbags or wallets.
- Business-defined product attributes: for example, a sale on products by a certain designer.
Product discounts apply before adding a product to the cart, and are stored as a discounted price in a Product Variant's product information. This makes them useful for displaying discounted prices on a product information page, for example.
Product discounts can take up to 15 minutes to fully apply.
Creating a Product Discount
- In the Merchant Center's main menu, navigate to Discounts > Add discount. Click Add product discount.
- Provide values for the following fields:
-
Product discount name (Required): the display name for the product discount.
-
Product discount description: a plain-text description of the discount.
-
Discount value (Required): the discount type (Relative or Absolute) and the amount.
-
Rank (sortOrder) (Required): the relative importance of the discount as a decimal value from 0 to 1. A larger value ranks higher.
Product Discounts do not stack. Only the highest ranked Product Discount applies.
-
Valid from: the date from which the discount is valid to apply to a product.
-
Valid until: the date from which the discount is invalid to apply to a product.
- In the Product Discount Rules section, select one of the following options:
- This discount applies to all products without restriction: applies the product discount to all products in your store.
- This discount only applies to products...: applies the product discount to products which satisfy the product discount rule.
- Click Save.
Discounts are always created in the deactivated state. To apply a discount, you must activate it first.
Configuring Product Discount rules
If you select This discount only applies to products... in the product discount rule builder, you have the option to create a rule which applies a product discount to a subset of products.
To configure a product discount rule:
- Select the condition option.
- Define one or more rules.
Selecting a condition option
After selecting This discount only applies to products..., select one of the following conditions:
- ... if all of the following conditions are met: All rules defined must be true in order for the discount to apply. Shows AND buttons when creating additional rules.
- ... if any of the following conditions are met: Any rule defined must be true in order for the discount to apply. Shows OR buttons when creating additional rules.
- ... if the following condition does NOT contain: The rule defined must be false in order for the discount to apply. You cannot define multiple rules with this operator type.
Defining a rule
Three aspects of a discount rule:
- A predicate, which identifies data in the commercetools platform associated with a product.
- An operator, which checks the state of the data.
- Values, which you input to check the predicate data against.
In the above example, the predicate, the operator, and the value are respectively Category, is, and Hats.
The operators available depend on the type of data the predicate stores. For example, the Price predicate allows for greater-than or less-than comparisons, because price represents a number in a particular currency. The Product key predicate, however, does not, because Product keys are text strings.
To define a discount rule:
-
Select a predicate from the first drop-down menu.
By default, the drop-down menu does not show all predicates. Select Show more... in the drop-down menu to see which predicates are available.
-
Select an operator from the next drop-down menu.
-
Provide or select a value to compare to in the next field.
The value field's input type changes based on the predicate and operator, and in some cases is not present at all.
-
(Optionally) define subgroups for a rule or additional rules using the AND or OR buttons if available.
-
Select Add subgroup for this rule and fill in the input fields as required to create a sub-group (nested) rule.
-
Select Add new rule and fill in the input fields as required to create a non-nested additional rule.
-
Activating a Product Discount
- Navigate to the discount you want to activate.
- In the upper right hand corner, click the Status slider.
- In the popup which appears, click Activate discount.
Duplicating a Product Discount
You can duplicate an existing product discount if needed. This saves time when setting up product discounts.
- Navigate to the discount you want to duplicate.
- In the upper right hand corner, click the Duplicate button.
- Click Save.
Relevant Articles
Add a Discount Code
Add a Cart Discount
Add a Discount in CT