Wordpress Shipping Distance Calculator
Calculate shipping costs based on zip code
by PlethoraThemes · github.com/plethoralabs/wordpress-shipping-distance-calculator · website
★ 3stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/plethoralabs/wordpress-shipping-distance-calculator/archive/refs/heads/master.zipWhat is it?
It is a Woocommerce plugin that let you calculate shipping costs based on a users zip code, and display them next to the product price
Prerequisites
You'll need an API key for the Geolocation/Distance Matrix APIs. Get it here.
References
Google Distance Matrix - Introduction
Adding Extra Info with Price in Woocommerce
How to Geocode an Address in Google Maps Javascript
Google Distance Matrix JSON shortest path (PHP)
Get driving distance between two points using Google Maps API