Template Pages

Change the design of your UPS Tracking Page

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

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

For example:

  1. <!--START: results-->
  2. [trackno]
  3. <!--START: shipper_number-->
  4. [shipper_number]
  5. <!--END: shipper_number-->
  6. <!--START: service_description-->
  7. [service_description]
  8. <!--END: service_description-->
  9. <!--START: delivery_date-->
  10. [delivery_date]
  11. <!--END: delivery_date-->
  12. <!--START: redelivery_date-->
  13. [redelivery_date]
  14. <!--END: redelivery_date-->
  15. <!--START: shipper_address-->
  16. [shipper_address]
  17. <!--END: shipper_address-->
  18. <!--START: shipto_address-->
  19. [shipto_address]
  20. <!--END: shipto_address-->
  21. <!--START: activity-->
  22. [date_time]
  23. [description]
  24. [location]
  25. <!--END: activity-->
  26. <!--END: results-->
  27. [trackno]

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.
  • [shipper_number] - Inserts the Merchant's Carrier Shipper number.
  • [service_description] - Inserts the Shipping Method Name.
  • [delivery_date] - If the order has an Estimated Delivery Date available, this variable will insert it.
  • [redelivery_date] - If the order has an Estimated Re-delivery Date available, this variable will insert it.
  • [shipper_address] - Inserts the Merchant's Shipper Address.
  • [shipto_address] - Inserts the Order's Shipping Destination.
  • [date_time] - Places the Date and Time Stamps for the Order's Tracking Movements.
  • [description] - Inserts the Order's Tracking Event/Progress information.
  • [location] - Inserts the Order's Tracking Event/Progress location.

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

Screenshot of the ups_tracking.html Template