Description
Plugin for calculating delivery cost via Peshkariki service. Allows you to:
Calculate delivery cost
Process delivery orders
Track delivery status
Integration with popular e-commerce platforms
External services
The plugin uses calls to external services to receive and send data.
- DaData API
Requests are used for address selection suggestions and for address standardization on the checkout page.
Data of pickup and delivery addresses are sent.
https://dadata.ru/privacy/
- Peshkariki API
Requests are used for calculating delivery cost on the checkout page, as well as for creating and canceling orders from the WordPress admin panel.
Data of pickup and delivery addresses, cargo dimensions and weight, as well as names of the sender and recipient are sent.
https://peshkariki.ru/politika_konfidencialinosti
Installation
- Upload the plugin to the /wp-content/plugins/ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure API keys in the plugin settings
FAQ
-
How to get API keys?
-
Contact Peshkariki support service to obtain API keys.
-
Is cash on delivery supported?
-
Yes, the plugin supports various payment methods.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Peshkariki Shipping Method” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Peshkariki Shipping Method” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2
Updated DaData API keys
1.0.1
Minor bug fixes
Improved compatibility
1.0.0
First version of the plugin