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

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?

Next article

Query discounts