Calculate shipping based upon the distance/location

  • S_KTT
    Asked on December 15, 2019 at 5:45 AM

    Is there a way to calculate shipping based upon the distance/location of the user when I use Stripe?

  • roneet
    Replied on December 15, 2019 at 6:18 AM

    You could add taxes instead. Tax will allow you to change pricing per location as well.

    You can see more about the same here:

    How to Add Tax to Your Payment Form

    Calculate shipping based upon the distance/location Image 10

    Let us know if you have further questions.

    Thanks.



  • S_KTT
    Replied on December 15, 2019 at 9:04 PM

    Thank you for your response but what you suggested may be too broad a brush. I am looking to automatically calculate shipping rates on using the Stripe gateway. Possibly using EasyPost and/or Shippo to help get shipping rates directly from USPS, UPS, FedEx, and other carriers. The rates are not flat and could vary even within countries. Is this possible?

  • roneet
    Replied on December 15, 2019 at 10:27 PM

    Unfortunately, EasyPost and Shippo are not yet supported.

    Please take a look at our Driving_Distance widget, to see if it will satisfy your needs. You can use that Driving Distance field in your Form Calculations, or in your Conditional Logic (to Update a form field value). Next, using this distance to calculate your price, you can simply pass a calculation to a payment field.

    Let us know how it goes.

    Thanks.