Value Range in ABP
Info
You can use value ranges in attribute based pricing, either by specifying the range 100 - 200 or a namuber and all bigger numbers 201+. All ranges are inclusive, ie. 100 - 200 means 100, 200 and all the numbers in between, and 201+ means 201 and all bigger numbers. Treat value ranges as any other values. Make sure your ranges do not overlap.
Sample value ranges configuration for an attribute:

Sample value ranges configuration for a field:

Value Ranges Considerations
-
Basic Attribute Based Pricing with ranged values:
Product Name Product Code Characteristic Name Characteristic Value MRC NRC … … ATTR1;ATTR2 1 - 5;Yes 110 0 … … ATTR1;ATTR2 6 - 8;Yes 109 0 … … ATTR1;ATTR2 9+;Yes 108 0 … … ATTR1;ATTR2 1 - 5;No 110 0 … … ATTR1;ATTR2 6 - 8;No 109 0 … … ATTR1;ATTR2 9+;No 108 0 ATTR1: [1-5, 6-8, 9+]
-
Basic Attribute Based Pricing with Quantity ranged values:
Product Name Product Code Characteristic Name Characteristic Value Quantity MRC NRC … … ATTR1;ATTR2 Blue;Yes 1 - 10 110 0 … … ATTR1;ATTR2 Green;Yes 1 - 10 109 0 … … ATTR1;ATTR2 Blue;Yes 11+ 110 0 … … ATTR1;ATTR2 Green;Yes 11+ 109 0 … … ATTR1;ATTR2 Blue;No 1 - 10 110 0 … … ATTR1;ATTR2 Green;No 1 - 10 109 0 … … ATTR1;ATTR2 Blue;No 11+ 110 0 … … ATTR1;ATTR2 Green;No 11+ 109 0 Quantity: [1-10, 11+] Quantity field mapping needs to be configured in Pricing Plan Step parameters
-
Single values and ranges:
Product Name Product Code Characteristic Name Characteristic Value Quantity MRC NRC … … … … 1 110 0 … … … … 2 - 10 109 0 … … … … 11 108 0 … … … … 12+ 107 0 Quantity: [1, 2-10, 11, 12+]
-
2 different fields or attributes with value ranges (all combinations need to be specified):
Product Name Product Code Characteristic Name Characteristic Value Quantity MRC NRC … … ATTR1;ATTR2 1 - 5;Yes 1 - 10 110 0 … … ATTR1;ATTR2 6 - 8;Yes 1 - 10 109 0 … … ATTR1;ATTR2 9+;Yes 1 - 10 108 0 … … ATTR1;ATTR2 1 - 5;Yes 11+ 110 0 … … ATTR1;ATTR2 6 - 8;Yes 11+ 109 0 … … ATTR1;ATTR2 9+;Yes 11+ 108 0 ATTR1: [1-5, 6-8, 9+] Quantity: [1-10, 11+]
-
Different ranges for different attribute configurations:
Product Name Product Code Characteristic Name Characteristic Value Quantity MRC NRC … … Color Magenta 1 - 5 110 0 … … Color Magenta 6+ 105 0 … … Color Orange 1 - 10 108 0 … … Color Orange 11 - 20 102 0 … … Color Orange 21+ 100 0 Quantity: [1-5, 6+] for Magenta and [1-10, 11-20, 21+] for Orange