About the Attribute Adjustments View
You use the Attribute Adjustments view to create a list of attribute adjustments, which can be based on both product attributes and nonproduct attributes.
For example, the following table shows a simple list of attribute adjustments that adjust shirt prices based on size and color of the shirt. Any shirt ordered that is XL size and not colored red is marked up by 10%. Any shirt that is L size and not colored white is marked up by 8%. Any shirt that is M size and not colored blue is marked up by 10%.
Size | Color | Adjustment Type | Adjustment Amount |
---|---|---|---|
= XL |
<> Red |
% Markup |
10 |
= L |
<> White |
% Markup |
8 |
= M |
<> Blue |
% Markup |
5 |
The following table shows a simple example that adjusts shirt prices based on the size of the shirt and the status of the account. If the shirt ordered is XL size and the customer is a Gold account, then there is a 10% discount. If the shirt ordered is L size and the customer is a Silver account, then there is a 5% discount. If the shirt ordered is M size and the customer is a Bronze account, then there is a 3% discount.
Size | Customer Status | Adjustment Type | Adjustment Amount |
---|---|---|---|
= XL |
= Gold |
% Discount |
10 |
= L |
= Silver |
% Discount |
5 |
= M |
= Bronze |
% Discount |
3 |