Purpose: This template is used to display the order’s tracking information when tracking an order that is shipped via UPS.
Code Blocks
Note: It is important to preserve the commented tags to ensure the software performs correctly.
<!--START: results--> [trackno] <!--START: shipper_number--> [shipper_number] <!--END: shipper_number--> <!--START: service_description--> [service_description] <!--END: service_description--> <!--START: delivery_date--> [delivery_date] <!--END: delivery_date--> <!--START: redelivery_date--> [redelivery_date] <!--END: redelivery_date--> <!--START: shipper_address--> [shipper_address] <!--END: shipper_address--> <!--START: shipto_address--> [shipto_address] <!--END: shipto_address--> <!--START: activity--> [date_time] [description] [location] <!--END: activity--> <!--END: results--> [trackno]
Note: Code blocks and their respective variables will only work with specific template pages.
Variables
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.