Track Your Order

<!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>Track Your Order</title> <script type=”text/javascript” src=”//www.17track.net/externalcall.js”></script> </head> <body> <p style=”text-align: center;”> Insert here your Tracking Number to see your order status (check your e-mail to see your Tracking Number):<br><br> Any doubts? Contact us at <strong>sales@shop.velozexpress.com</strong> </p> <p style=”text-align: center;”> <input type=”text” id=”YQNum” maxlength=”50″> <input type=”button” value=”TRACK” onclick=”doTrack()”> </p> <p></p> <p><!–Contenitore in cui sono mostrati i risultati del tracciamento.–></p> <p></p> <div id=”YQContainer”></div> <script type=”text/javascript”> function doTrack() { var num = document.getElementById(“YQNum”).value; if(num === “”) { alert(“Enter your number.”); return; } YQV5.trackSingle({ // Required, specify the container ID of the host container. YQ_ContainerId: “YQContainer”, // Optional, specify the height of the tracking result, the max height is 800px, the default value is 560px. YQ_Height: 560, // Optional, select the carrier, default is auto-identify. YQ_Fc: “0”, // Optional, specify the UI language, the default language is automatically detected based on browser settings. YQ_Lang: “en”, // Required, specify the tracking number. YQ_Num: num }); } </script> </body>

Price Based Country test mode enabled for testing South Africa. You should do tests on private browsing mode. Browse in private with Firefox, Chrome and Safari