Sections in this article
Deal Factor
Application Type is how the deal is applied. There are three different application types.
$
Description:
Dollars Off Price: Total number of dollars that will come off of the current price. For example, if the product price is 5.25 and you enter 1.25 as the Dollars Off Price, the new product price will be 4.00.
Enable:
If Flag 1 = 1, then you would like this option to be available
If Flag 1 = 0, then you would not like this option to be available
Structure:
Table Code Value: $ Table Code Description 1: Dollar value Table Flag 1: 1
Program Used In:
Used in front-end development
%
Description:
Percentage Off Price: Total percentage that will come off of the current price. For example, if the product price is 10.00 and you enter 20% as the Percentage Off Price, the new product price will be 8.00.
Enable:
If Flag 1 = 1, then you would like this option to be available
If Flag 1 = 0, then you would not like this option to be available
Structure:
Table Code Value: % Table Code Description 1: Percent Table Flag 1: 1
Program Used In:
Used in front-end development
Dollar difference
Description:
Different Product Price: Replacing the current price. For example, if the product price is 5.25 and you enter 3.50 as the Different Product Price, the new product price will be 3.50.
Enable:
If Flag 1 = 1, then you would like this option to be available
If Flag 1 = 0, then you would not like this option to be available
Structure:
Table Code Value: D Table Code Description 1: Dollar difference Table Flag 1: 1
Program Used In:
Used in front-end development