Create discounts

To create a discount, you must perform the following:

  1. Get the orders manager.
    Get an instance of the OrdersManager object.
  2. Create a new discount.
    Create a new instance of the Discount class by calling the CreateDiscount method.
  3. Specify the type of the discount.
    To specify the type of the discount you must set the ApplyFor, DiscountType and IsCouponCodeRequired properties.
  4. Set the properties of the discount.
    Set the properties of the Discount instance to the desired values.
  5. Save the changes.
    Save the changes to the orders manager.

Use the following code samples to create each of the discount types:

Create a discount for all customers

Create a discount with a coupon code

Create a discount for selected users and roles

NOTE: For more information about working with discount criteria, read For developers: Discount criteria.

Create a discount for new customers

Create a discount for existing customers

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?

Next article

Query discounts