FixedHandling
The FixedHandling component, which usually appears in the Handling Stage of an order processing pipeline, charges a fixed amount to handle any order. The component sets the value of order._handling_total on the order form to the fixed amount specified in Cost.
- Key. (Read-only) The name of a property on the order form used to specify handling method. The value of this property is compared to the string specified in the Method field to determine whether to apply the handling charge to the order.
- Apply when. Specifies when to apply the handling charge specified in the Cost field.
- Equal to Method. Specifies that the value of the Cost field will be applied only if the value of the property specified for Key is the same as the string specified in the Method field.
- Has any value. Specifies that the value of the Cost field will be applied when the value of the property specified for Key has any value on the order form. If you select this option, the Method field should be left blank.
- Always. Specifies that the value of Cost is always applied to the order.
- Method. If Equal to Method is selected, specifies a string that the component compares with the value of shipping_method on the order form to determine whether to apply the handling charge to the order. The value of the Cost field will be applied only if there is an exact match.
- Cost. Specifies the charge that will be applied if the conditions are met. Type the value in the same currency unit in which prices are stored in the database.
Related Topics
© 1997-2000 Microsoft Corporation. All rights reserved.