Workshop 2.7 Objectives
This workshop describes the steps for setting up a total fee based on the total price of products in the whole order cart.
So, if you have multiple deliveries and you set a 10% fee if the total price of products does not exceed $100, this fee will apply to all deliveries when the total price of added products will be less than $100. You can add multiple fees based on a total price and set up 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.
Please, note that 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.