LinearShipping

The LinearShipping component, which usually appears in the Shipping Stage of an order processing pipeline, sets order._shipping_total on the order form by multiplying a rate times the sum of a specified field on the order form.

Example

To calculate the shipping charge for an order on the basis of quantity with a rate of 100, double-click the LinearShipping icon in the Win32®-based Pipeline Editor, or click the Edit link for the component in the ASP-based Pipeline Editor and type the following in the resulting property page.

Field Value
Apply when Always
Method (blank)
Basis Item Key sum.quantity
Rate 100

Related Topics


© 1997-1998 Microsoft Corporation. All rights reserved.