Workshop 2.5 Objectives

This workshop describes the steps for setting up a total discount based on the total price of products in the whole order cart.

So, if you have multiple deliveries and you set a 10% discount on the total price of products over $100, this discount will apply to all deliveries when the total price of added products will be over $100. Also, you can specify several discounts.

Prior to the setup process, please check on the following list of the prerequisites that should be carried out first:

  • The account you are working with must be able to make orders.

  • Create a custom Total For Discount field with the API name TotalForDiscount__c and the Currency (16, 2) type on the Order Line Item object.

  • Create a custom Total For Discount field with the API name TotalForDiscount__c and the Currency (16, 2) type on the Delivery Line Item object.

  • Create one or more discounts to be automatically applied to the cart, for example, structural, season, or contract.

    You need to specify the External Id of each Calculation Type that you want to apply in the order cart in the Pricing Procedure.
  • Additionally, you can set up the price tags to display the information about the applied discounts.

``