Shipping policy
We offer free shipping in the United States for most of our products. For products with paid shipping, we clearly mark that before you pay. Usually, we offer express 7-day delivery and standard 14-day delivery.
We don't offer free shipping to the Rest of the World. The shipping is paid for by the customer and the shipping time is clearly mentioned before the customer pays.
You can look at your order tracking information with our track your order page. Right now, get shipping information on your please contact us at:
// <![CDATA[
function doTrack() {
var num = document.getElementById("YQNum").value;
if(num===""){
alert("Please provide your tracking 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
});
}
// ]]>