Track Order
Or track directly with your carrier:
Enter your tracking number directly on the carrier's website:
{% schema %} { "name": "Track Order Section", "settings": [ { "type": "text", "id": "heading", "label": "Heading", "default": "Track Your Order" }, { "type": "textarea", "id": "subheading", "label": "Subheading", "default": "Enter your order details below to get the latest tracking information for your shipment." }, { "type": "color", "id": "background_color", "label": "Section Background Color", "default": "#f8f8f8" }, { "type": "color", "id": "text_color", "label": "Text Color", "default": "#333333" }, { "type": "color", "id": "form_background_color", "label": "Form Background Color", "default": "#ffffff" }, { "type": "color", "id": "border_color", "label": "Form Border Color", "default": "#e0e0e0" }, { "type": "color", "id": "button_background_color", "label": "Button Background Color", "default": "#007bff" }, { "type": "color", "id": "button_text_color", "label": "Button Text Color", "default": "#ffffff" }, { "type": "color", "id": "button_hover_color", "label": "Button Hover Color", "default": "#0056b3" }, { "type": "checkbox", "id": "show_direct_carrier_links", "label": "Show direct carrier tracking links", "default": true, "info": "Option to provide links to carrier's own tracking pages (customer leaves your site)." } ], "presets": [ { "name": "Track Order Section", "category": "Custom Content" } ] } {% endschema %}