Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Customer Self Service features Track and Trace links for carriers that support this functionality on their own websites. This article describes the setup for those tracking links.

...

  1. Determine which of your freight carriers provide track and trace functionality on their websites.
  2. Enquire with these carriers to determine if they support the ability to call their website track and trace with the consignment note in the calling URL (see Common Carrier Tracking URLs below for information on some known Australian carriers).
  3. Login to the CMS as an Administrator.
  4. Navigate to 'Settings' --> 'Settings'.
  5. Select the Freight tab. 
  6. Update the 'Carrier Codes for Track and Trace' field. Enter all trackable PRONTO carrier codes in a semicolon-separated format (e.g. "TNT;TOLL;POST;IPEC").
     
  7. Define the Track & Trace URL for each carrier:
    1. On the Freight tab of the Settings page, select a trackable carrier from the Standard Freight table.
    2. Click 'Modify'.
    3. In the 'Track and Trace URL' field, enter the carrier's URL with the placeholder {0} for the Consignment Note string.
      (For example, Australia Post would be 'http://auspost.com.au/track/track.html?id={0}'. Once the user clicks the tracking link, the {0} will be replaced by the consignment note number for that particular sales order).
      Image RemovedImage Added 
    4. Click 'OK' to save
    5. Repeat for all remaining trackable carriers in the table. 
       

...

Info
iconfalse
titleFurther Customisation


To change the text on the 'Track Order' button on the Order History screen:

  1. Navigate to 'Content' --> 'Resources' (or 'Resource Maintenance')
  2. Search for 'rcOrderSearchTrackLabel'
  3. Click 'Modify' 
  4. Update the 'Resource Value' to the required value (the default value is 'Track Order').



To change the format of the tracking link:

  1. In Resources, search for 'rcOrderTrackingLinkTemplate'
  2. Click 'Modify'.
  3. Update the 'Resource Value' to the required format.
    The default format is '<a target="_blank" class="TrackOrder" href='{0}'>{1}</a>' . The first parameter (i.e. {0}) is the carrier-specific URL to call, and the second (i.e. {1}) is the button text configured above ('rcOrderSearchTrackLabel').

...