1: Total Product Cost:
CNY
2: Total Product Weight:
g ( The unit is Gram here! )
3: Destination Region:
*Tips: We strongly recommend you select EMS. It's safer and faster, and it updates tracking information timely.
Shipping Method |
Speed |
Expense |
Delivery time |
Comments |
EMS |
fast |
standard |
5-10 working days |
recommended |
Airmail (small parcel within 2kg) |
normal |
low |
15-20 working days |
good for light stuffs |
Air Parcel |
slow |
cheap for some countries |
2-4 weeks |
recommended for some countries |
SAL Parcel |
slower |
cheaper |
3-8 weeks |
slow but cheapest |
DHL/UPS |
very fast |
expensive |
3-7 working days |
good for urgent order or heavy parcel over 20kg |
<script type="text/javascript">
var es = {};
$(document).ready(function() {
$('tr').attr('align', 'left');
$('#tbTotleProductCost').fliter({ type: 'num' });
$('#tbTotleWeight').fliter({ type: 'onlynum' });
$("input[type='text']").addClass('inp1').bind('focus', function() { $(this).addClass('inp2'); }).bind('blur', function() { $(this).removeClass('inp2').addClass('inp1'); })
es = $.Estimates({ tbTotleProductCost: $('#tbTotleProductCost'), tbTotleWeight: $('#tbTotleWeight'), ddlArea: $('#ctl00_ctl00_ctl00_NewContentPlaceHolder_ContentPlaceHolder1_subContent_ddlArea'), ddlSendType: $('#ddlSendType'), trEstimatesResault: $('#trEstimatesResault'), tbEstimatesDetail: $('#resEstimates') });
})
</script>