Template Pages

Change the design of your USPS Tracking Page

Purpose: This template is used to display the order's tracking information when tracking an order that is shipped via the United States Postal Service.

Note: It is important to preserve the commented tags to ensure the software performs correctly.

For example:

        <!--START: results-->
            [trackno]
          <!--START: service_description-->
            [service_description]
          <!--END: service_description-->
          <!--START: delivery_date-->
            [delivery_date]
          <!--END: delivery_date-->
          <!--START: shipto_address-->
            [shipto_address]
          <!--END: shipto_address-->
          <!--START: activity-->
            [location]
            [description]
            [date_time]
          <!--END: activity-->
        <!--END: results-->

Note: Code blocks and their respective variables will only work with specific template pages.

Note: Some of these variables are used in multiple places on the page, with their dynamic content controlled by the code block used in each instance.

  • [trackno] - Inserts the Order's Tracking Number.
  • [service_description] - Inserts the Shipping Method Name.
  • [delivery_date] - If the order has an Estimated Delivery Date available, this variable will insert it.
  • [shipto_address] - Inserts the Order's Shipping Destination.
  • [location] - Inserts the Order's Tracking Event/Progress location.
  • [description] - Inserts the Order's Tracking Event/Progress information.
  • [date_time] - Places the Date and Time Stamps for the Order's Tracking Movements.

Download this Template     (Save as a backup or edit to customize)

Screenshot of the usps_tracking.html Template