//Page code export function buttonCalc_click(event) { distance($w("#startingPoint").value, $w("#endPoint").value) .then(function (resp) { let distanceInMiles = parseFloat(resp.rows[0].elements[0].distance["text"], 10); distanceInMiles *= 1.00; distanceInMiles = distanceInMiles.toFixed(2); let duration = resp.rows[0].elements[0].duration["text"]; let miles = resp.rows[0].elements[0].distance["text"] // printing the result on the screen $w("#result").value = distanceInMiles; $w("#duration").value = duration; $w("#textboxMiles").value = miles; }) } //Backend file code export async function distance(origin, destination) { const secret = await wixSecretsBackend.getSecret("apiDistance"); const distanceUrl = "https://maps.googleapis.com/maps/api/distancematrix/json?units=imperial"; const url = distanceUrl + `&origins=` + origin + `&destinations=` + destination + `&key=${secret}`; return fetch(url, { method: 'get' }) .then((httpResponse) => httpResponse.json()); }
top of page

Fast and
Reliable
Package
Forwarding

 

Ship To Us
We Ship To You

Let Us Get to Know You, become A Member Suscribe

Why suscribe it's for us to  get to know you, when your package arrives/ we Already know where to ship to, you'll let us know if you're a consolidated shipper or a package shipper, in return we give you a US shipping address, it's that simple

Subscription Packages

Best Value

Single Package

$10

10

Every month

Valid until canceled

Same Day Shipping

Small - Medium Packages

No Consolidation

US Address

No Storage

Consolidated Packages

$35

35

Every month

Valid until canceled
7 day free trial

Monthly Shipping​

Small - Large Packages

Consolidated Air & Sea Shipping

1 Pallet Size Warehouse Storage

US Address

Large Packages

$55

55

Every month

Valid until canceled
7 day free trial

Monthly Shipping​

Large Packages

Consolidated Air & Sea Ship

4 Pallet Warehouse Space

US Address

Choose Your Subscription Plan

bottom of page