Track My Order

<p dir="ltr"><span>We're excited for you to receive your order!</span><b></b></p>

<p dir="ltr"><span>Once you have received your tracking number, which would have been sent to you via email, use the links below to track the progress of your delivery.</span><b></b></p>

<p dir="ltr"><span>Once your order has been dispatched from our warehouse and handed over to the courier, the delivery process is managed by them.</span></p>

<p dir="ltr"><span>If your tracking number does not work, or if you have any questions please contact us <meta charset="utf-8"> <strong>lINSERT</strong></span></p>

<!--Tracking number input box.-->

<p><input maxlength="50" id="YQNum" type="text"></p>

<!--The button is used to call script method.-->

<p><input value="TRACK" type="button"></p>

<!--Container to display the tracking result.-->

<div id="YQContainer"></div>

<!--Script code can be put in the bottom of the page, wait until the page is loaded then execute.-->

<p><script type="text/javascript" src="//www.17track.net/externalcall.js"></script> <script type="text/javascript">

function doTrack() {

    var num = document.getElementById("YQNum").value;

    if(num===""){

        alert("Enter your number."); 

        return;

    }