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

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

UPS Sample:

webviewupsinfo.jpg

FedEx Sample:

webviewfedexinfo.jpg

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
  1. The name of the field that stores the tracking number.
  2. The name of the field that stores the package weight.
  3. 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
  1. The name of the field that stores the tracking number.
  2. The name of the field that stores the package weight.
  3. 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


You could leave a comment if you were logged in.