Track My Order - Test 2

{% comment %} How to use 1) In your Shopify admin, go to Online Store → Themes → ... → Edit code 2) Create a new Section named `wifleet-track-order.liquid` and paste this file. 3) (Optional) Create a new Page template (JSON) that uses this section, or add the section in the theme customizer to any page. 4) Publish and share the page URL with customers. You can also prefill with `?trackingId=TASK231576059966`. Note: This embeds an external site in an
{% schema %} { "name": "WiFleet Track Order", "settings": [ { "type": "text", "id": "heading", "label": "Heading (optional)", "default": "Track my order" }, { "type": "text", "id": "placeholder", "label": "Input placeholder", "default": "Enter your tracking ID" } ], "presets": [{ "name": "WiFleet Track Order" }] } {% endschema %}