Description
Armada Delivery For WooCommerce is a powerful extension that seamlessly integrates your WooCommerce store with the Armada Delivery service. This plugin enables merchants to efficiently manage their shipping operations, track deliveries in real-time, and provide customers with a superior delivery experience.
Key Features
- One-Click Shipping: Ship orders with a single click directly from your WooCommerce admin panel
- Real-Time Tracking: Provide customers with real-time tracking information for their deliveries
- QR Code Generation: Automatically generate QR codes for easy package identification
- Custom Order Status: Adds a “Shipping” order status to better track order fulfillment
- Driver Information: Access driver details including name and contact information
- Delivery Analytics: View estimated distance and duration for deliveries
- Payment Type Support: Supports both Cash on Delivery (COD) and pre-paid orders
Benefits
- Streamline your shipping workflow
- Reduce manual data entry and errors
- Improve customer satisfaction with transparent delivery tracking
- Save time with automated shipping processes
- Gain insights into delivery performance
External Services
This plugin connects to the Armada Delivery API to create and manage delivery requests for WooCommerce orders. The integration is essential for the plugin’s core functionality of shipping orders and tracking deliveries.
Armada Delivery API
What the service is and what it is used for:
The Armada Delivery API (https://api.armadadelivery.com) is used to create delivery requests, track shipments, and manage delivery information. This service enables the plugin to ship orders, generate QR codes for packages, provide real-time tracking, and retrieve driver information.
What data is sent and when:
The following data is sent to the Armada Delivery API when you click the “Ship” button on a WooCommerce order:
* Platform information (“woocommerce”)
* Order ID/number
* Customer name (first name + last name from shipping address)
* Customer phone number (from shipping address)
* Shipping address (first line)
* Order total amount
* Payment type (Cash on Delivery or pre-paid)
Data is only sent when an administrator manually initiates shipping for an order through the WooCommerce admin panel.
Service provider and policies:
This service is provided by Armada Delivery. For more information about their data handling practices, please refer to:
* Privacy Policy: https://www.armadadelivery.com/privacy-policy
Data security:
All communications with the Armada Delivery API are secured using HTTPS encryption and API key authentication.
Developer Resources
Source Code
Prerequisites
Development Setup
`
npm install
npm run build
wp-env start
`
Visit the admin page at http://localhost:8888/wp-admin/admin.php?page=wc-admin&path=%2Fexample
Blocks
This plugin provides 1 block.
- Armada Plugin
Installation
Minimum Requirements
- WordPress 5.0 or greater
- WooCommerce 5.0 or greater
- PHP version 7.2 or greater
- MySQL version 5.6 or greater
Automatic Installation
- Log in to your WordPress dashboard
- Navigate to Plugins > Add New
- Search for “Armada Delivery For WooCommerce”
- Click “Install Now” and then “Activate”
Manual Installation
- Download the plugin from the WordPress plugin repository
- Log in to your WordPress dashboard
- Navigate to Plugins > Add New > Upload Plugin
- Choose the downloaded zip file and click “Install Now”
- Activate the plugin through the ‘Plugins’ menu in WordPress
Configuration
- After activation, go to WooCommerce > Settings > Armada Delivery
- Enter your Armada API key (you can obtain this from your Armada account dashboard)
- Save your settings
- You’re ready to start shipping with Armada!
FAQ
-
Do I need an Armada account to use this plugin?
-
Yes, you need to sign up for an Armada account at armadadelivery.com to obtain an API key.
-
How do I ship an order with Armada?
-
Once the plugin is configured, you’ll see a “Ship” button in your WooCommerce orders list for eligible orders. Click this button to create a shipping request with Armada.
-
Can I track shipments?
-
Yes, once an order is shipped with Armada, a tracking link is automatically generated and stored with the order. This link can be shared with customers.
-
Does this plugin support international shipping?
-
The Armada Delivery service coverage depends on your region. Please check with Armada for specific coverage details.
-
What payment methods are supported?
-
The plugin supports both Cash on Delivery (COD) and pre-paid orders.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Armada Delivery For WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Armada Delivery For WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.0
- Initial release