Shipping policy
Shipping Policy
------------------------------------------------------------
All orders are available to be tracked through via "Track Your Order"
Standard Tracked Shipping:
4-9 business days
Standard International Shipping:
5-10 business days
Do you ship worldwide?
Yes. We provide free shipping to over 200 countries around the world.
Do you provide tracking information?
Yes, you will receive an email once your order ships that contain your tracking information.
My tracking says “no information available at the moment”?
For some shipping companies, it takes 2-5 business days for the tracking information to update on the system. If your order was placed more than 5 business days ago and there is still no information on your tracking number, please contact us.
Will all my items be sent in one package?
For logistical reasons, items in the same purchase will sometimes be sent in separate packages, even if you’ve specified combined shipping.
If you have any other questions, please contact us and we will do our best to help you out.
What about customs?
We are not responsible for any custom fees once the items have shipped. By purchasing our products, you consent those one or more packages may be shipped to you and may get custom fees when they arrive in your country.
Track Your Order Code
------------------------------------------------------------
<div style="text-align: center;">Enter your tracking number here to see your order status.</div>
<br>
<div style="text-align: center;"><input maxlength="50" id="YQNum" type="text"> <input value="TRACK" type="button" onclick="doTrack()"></div>
<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>