{$page}

Webview shows the tracking information on orders shipped for companies that have shipping integrated in Control.

Concept

Allowing customers to view shipping information in Webview.

Screen Description

Viewing the details of an order with tracking information will display a Shipping Information grid below the line items.

webvieworderwshipping.jpg_captionwebview_order_with_shipping_information

The tracking number is display as a link that will open the appropriate shipping application's web site.

UPS Sample:

webviewupsinfo.jpg_captionsample_ups_tracking_information

FedEx Sample:

webviewfedexinfo.jpg_captionsample_fedex_information

Web.Config App Settings

There are items in the appSettings section in the Web.Config file that allows for modification of how the tracking information is shown.

UPS Worldship Integration

~ Setting ~ Description
ShippingTrackingURL_UPS The URL used to retrieve the shipping information given a UPS tracking number.
Default Value:
http://wwwapps.ups.com/WebTracking/processInputRequest?sort_bystatus&tracknums_displayed1&TypeOfInquiryNumberT&locen_US&InquiryNumber1%TrackingNumber%&track.x0&track.y0
UDFFieldNames_UPS The name of the Transaction UDFs used to store the Tracking information using UPS.
The names are separated by commas (,) and appear in this order:
# The name of the field that stores the tracking number.
# The name of the field that stores the package weight.
# The name of the field that stores the shipment date.
Default Value: UPS_Tracking_Number,UPS_Package_Weight,UPS_Shipment_Date

FedEx ShipManager
||~ Setting ||~ Description ||

ShippingTrackingURL_FedEx The URL used to retrieve the shipping information given a FedEx tracking number.
Default Value:
http://www.fedex.com/Tracking?actiontrack&languageenglish&cntry_codeus&initialx&tracknumbers%TrackingNumber%
UDFFieldNames_FedEx The name of the Transaction UDFs used to store the Tracking information using FedEx ShipManager.
The names are separated by commas (,) and appear in this order:
# The name of the field that stores the tracking number.
# The name of the field that stores the package weight.
# The name of the field that stores the shipment date.
Default value: FedEx_Tracking_Number,FedEx_Package_Weight,FedEx_Shipment_Date

Source

Contributor: Cyrious Software

Date: 03/11/2010

Version: 3/11/2010

See Also