Using Discounts in Web Site Management

Commerce Server 2002 provides you with the ability to apply multiple discounts to an item or an order, and control over the sequence in which the discounts are applied. Commerce Server 2002 also allows you to mix both item-level and order-level discounts in a single order. For information about the order in which multiple discount types appear, see Discount Sort Order. For information about multiple discounts, see Multiple Discounts.

Commerce Server 2002 provides campaign managers with the ability to apply multiple discounts to an item or an order, and control over the sequence in which the discounts are applied. Commerce Server 2002 also allows campaign managers to mix both item level and order level discounts in a single order.

  • Order level discounts apply to all products in a shopping basket. For example, free shipping is a type of order level discount: you can give users free shipping for all products in their basket. Order level discounts delivered with Commerce Server include free shipping, and a percentage or dollar amount off the total price.

    If you want to offer another type of order level discount, for example, a 10 percent discount for preferred users, a site developer must make custom changes to your site.

  • Itemlevel discounts apply to specific products in the basket. You can apply multiple discounts to a single line item or to a single order.

You can use Commerce Server to create and apply the following discount types:

  • Click-required discounts are only applied if the user clicks the discount URL, which might be an image of the product that says, for example, "10 percent off." Site developers can extend this type of discount for other uses, such as offering coupons that the customer must have in order to receive the discount.
  • Leverage discounts are based on the purchase of other products. For example, when users add a telephone to their basket, you can offer them a hands-free headset at checkout that they can then accept by adding it to their basket. Or you can offer users another accessory at a discounted price.
  • Percentage-off discounts reduce the price of products by a percentage, rather than by a dollar amount. For example, you can discount products by 10 percent, and then change the price of the products as needed. When you change the price of the products, the discount amount is updated automatically.
  • Dollar-off discounts reduce the price of products by a fixed amount. For example, you can offer a $5.00 discount on certain products. Even though you might change the price of the products, the discount amount ($5.00) always stays the same.
  • "Happy Hour" discounts reduce the price of products during certain dates or times. To schedule discounts to apply during certain hours, you can build expressions that evaluate the Current Time property. For example, if Current Time > 5:00 pm and Current Time < 9:00 pm, discount the product by 10 percent.

You can apply these discounts to individual products, to all the products in a category, or you can create an expression to discount products that meet specific criteria, for example, to offer a 10 percent discount on all items from a certain manufacturer.

For example, you can create discounts to apply in the following situations:

  • Price of product is greater than $20.00. This is a discount condition expression. Discount condition expressions are based on a product property.
  • User buys two. This is part of a required discount condition criteria.
  • User clicks a discount ad on the Sports page. This is the click-required part of a discount.
  • User is registered. This is a discount eligibility expression. Discount eligibility expressions are based on user profiles and context profiles.

Copyright © 2005 Microsoft Corporation.
All rights reserved.