Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.11 KB

woocommerce-sendy-delivery

This plugin allows you to request delivery or quote to Sendy Delivery API. It only works with WooCommerce orders.

About the plugin

What the code does

  • Extends WC_Shipping_Method class by adding Sendy Delivery as a shipping method
  • Consumes Sendy API as guided on Sendy Public API
  • Convert the shoppers address to geocode Latitude/Longitude positioning with Google Maps
  • Sends the Latitude and Longitude coordinates to Sendy API for rate calculation
  • Obtains distance and delivery rates as calculated by Sendy API

Requires