Rastreio
<div id="ordertracker-widget"></div>
<script src="https://www.ordertracker.com/sdk.js"></script>
<script>
Ordertracker({
"id": "6894bb81f0891003634db9a8",
/*
* If you want to load the tracking status directly instead of showing a tracking form
* Uncomment the next line & replace YOUR_TRACKING_NUMBER by a valid tracking number
*/
//"trackingNumber": "YOUR_TRACKING_NUMBER"
}).render('#ordertracker-widget')
</script>