Track your order

<p>Looking to track your order? When your Order ships out, you will receive a<span> </span><strong>Shipping Confirmation</strong><span> </span>email from<span> </span><strong> info@krisved.com</strong><span> </span>with your tracking number included in it. Depending on the product ordered, the email could take up to 7 business days to be sent. Once you receive the email, enter your tracking number below to easily check on your delivery status.</p>
<!--Tracking number input box.--> <input type="text" id="YQNum" maxlength="50" /> <!--The button is used to call script method.--> <input type="button" value="TRACK" onclick="doTrack()" /> <!--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.-->
<script type="text/javascript" src="//www.17track.net/externalcall.js"></script>
<script type="text/javascript">// <![CDATA[
function doTrack() {
var num = document.getElementById("YQNum").value;
if(num===""){
alert("Enter your number.");
return;
}
YQV5.trackSingle({
//Required, Specify the container ID of the carrier content.
YQ_ContainerId:"YQContainer",
//Optional, specify tracking result height, max height 800px, default is 560px.
YQ_Height:560,
//Optional, select carrier, default to auto identify.
YQ_Fc:"0",
//Optional, specify UI language, default language is automatically detected based on the browser settings.
YQ_Lang:"en",
//Required, specify the number needed to be tracked.
YQ_Num:num
});
}
// ]]></script>
<h3>Things to Keep in Mind:</h3>
<p>Order Numbers don’t instantly update with available Delivery Status. If your tracking number entered shows that it is currently unavailable, do not be alarmed - Your order has been shipped out and is in transit to the local post office. Tracking should be updating within a few business days. Depending on the destination, the order may take 10 to 15 business days to be delivered.</p>
<p>If you see any irrelevant ads on the tracking popup, we are sincerely sorry. We use a third-party order tracking service to ensure the best tracking result so we have no way of controlling the ads shown on it. Thank you for your understanding.</p>
<p>Happy shopping!</p>