{"title":"Order Tracking","description":"\u003c!-- Custom Order Tracking Page for Multiple Pakistani Couriers --\u003e\n\u003cdiv style=\"max-width: 800px; margin: 50px auto; padding: 20px; font-family: Arial,sans-serif;\"\u003e\n\u003ch1 style=\"text-align: center; color: #333;\"\u003eTrack Your Order\u003c\/h1\u003e\n\n\u003cp style=\"text-align: center; color: #555; font-size: 16px;\"\u003e\nEnter your tracking ID below to check your order status.\n\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 30px; text-align: center;\"\u003e\n\u003clabel style=\"font-weight: bold; font-size: 14px;\"\u003eTracking ID:\u003c\/label\u003e\u003cbr\u003e\n\u003cinput id=\"trackingId\" style=\"padding: 10px; width: 70%; max-width: 400px; margin: 10px 0;\nfont-size: 14px; border-radius: 5px; border: 1px solid #ccc;\" placeholder=\"Enter your tracking number\" type=\"text\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"margin-top: 20px; text-align: center;\"\u003e\n\u003clabel style=\"font-weight: bold; font-size: 14px;\"\u003eSelect Courier:\u003c\/label\u003e\u003cbr\u003e\n\u003cselect id=\"courier\" style=\"padding: 10px; width: 70%; max-width: 400px; margin: 10px 0;\nfont-size: 14px; border-radius: 5px; border: 1px solid #ccc;\"\u003e\n\u003coption value=\"\"\u003e-- Select Courier --\u003c\/option\u003e\n\u003coption value=\"tcs\"\u003eTCS\u003c\/option\u003e\n\u003coption value=\"leopards\"\u003eLeopards\u003c\/option\u003e\n\u003coption value=\"mnp\"\u003eM\u0026amp;P\u003c\/option\u003e\n\u003coption value=\"pakpost\"\u003ePakistan Post\u003c\/option\u003e\n\u003coption value=\"postex\"\u003ePostEx\u003c\/option\u003e\n\u003coption value=\"trax\"\u003eTrax\u003c\/option\u003e\n\u003c\/select\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"margin-top: 20px; text-align: center;\"\u003e\n\u003cbutton onclick=\"trackOrder()\" style=\"padding: 12px 25px; font-size: 16px;\nbackground: #2594c5; color: #fff;\nborder: none; border-radius: 5px; cursor: pointer;\"\u003e\nTrack Order\n\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nfunction trackOrder() {\n    var trackingId = document.getElementById(\"trackingId\").value.trim();\n    var courier = document.getElementById(\"courier\").value;\n\n    if (!trackingId || !courier) {\n        alert(\"Please enter tracking ID and select courier.\");\n        return;\n    }\n\n    var url = \"\";\n\n    if (courier === \"tcs\") {\n        url = \"https:\/\/www.tcsexpress.com\/track?consignmentNumber=\" + trackingId;\n    }\n    else if (courier === \"leopards\") {\n        url = \"https:\/\/www.leopardscourier.com\/tracking?cn=\" + trackingId;\n    }\n    else if (courier === \"mnp\") {\n        url = \"https:\/\/mulphilog.com\/track\/?cn=\" + trackingId;\n    }\n    else if (courier === \"pakpost\") {\n        url = \"https:\/\/ep.gov.pk\/track?trackingNumber=\" + trackingId;\n    }\n    else if (courier === \"postex\") {\n        url = \"https:\/\/postex.pk\/tracking?cn=\" + trackingId;\n    }\n    else if (courier === \"trax\") {\n        url = \"https:\/\/trax.pk\/tracking?cn=\" + trackingId;\n    }\n\n    window.open(url, \"_blank\");\n}\n\u003c\/script\u003e","products":[],"url":"https:\/\/gobazar.shop\/collections\/order-tracking.oembed","provider":"My Store","version":"1.0","type":"link"}