Book Flasho deliveries from nopCommerce orders.
nopCommerce
nopCommerce — Flasho Delivery
Install the Flasho nopCommerce plugin to book and track deliveries when an order is paid.
Download plugin
Get the nopCommerce 4.70 plugin from its GitHub repository:
| Payment Types | Payment Method | Invoices | Plugin Link |
|---|---|---|---|
| nopCommerce 4.70 | Indirect | Yes | Click here ↗ |
Direct download: Download ZIP
Copy Nop.Plugin.Misc.Flasho into src/Plugins/, rebuild, then install Flasho Delivery under Configuration → Local plugins.
What it does
- Books a Flasho delivery when an order is paid
- Stores the Flasho delivery ID on the order
- Uses your Flasho API key and pickup coordinates from the plugin settings
Install
Download the plugin
Use the direct ZIP download or clone the repo.
git clone https://github.com/Tryflasho/NopCommerce.gitAdd to the solution
Copy Nop.Plugin.Misc.Flasho into src/Plugins/ of a nopCommerce 4.70 solution and rebuild.
Install and configure
In admin go to Configuration → Local plugins, install Flasho Delivery, and set your API key (flsh_…), pickup latitude/longitude, and vehicle type.
💡 Drop-off coordinates
Set Flasho.Latitude and Flasho.Longitude generic attributes on the shipping address. Auto-book skips orders without them. See Authentication for API keys.