Description
Clevers Shipping for Multicouriers adds shipping tools focused on Chile:
- Fixed shipping rates by region or commune (including exclude rules by commune).
- Dynamic shipping quotes using the Multicouriers API (premium).
- WooCommerce Cart/Checkout Blocks support.
- Chile region/commune helpers for checkout and postcode resolution.
- Diagnostics and operational support tools for troubleshooting.
External Services
This plugin connects to external services operated by Multicouriers to provide premium shipping quotes and diagnostics, and may fetch the Chile cities dataset for admin-side updates.
Service provider
Multicouriers (https://multicouriers.cl/)
What endpoints are used
https://app.multicouriers.cl/api/v1/quotes(premium shipping quotes)https://app.multicouriers.cl/api/v1/project/status(premium diagnostics/status)https://app.multicouriers.cl/api/v1/token/rotate(premium token rotation from admin)https://app.multicouriers.cl/api/v1/token/rotations(premium token rotation history from admin)https://app.multicouriers.cl/api/chile/cities(Chile cities/postal codes dataset; admin/maintenance contexts)
When data is sent
- During shipping quote calculation when the premium dynamic shipping method is enabled and configured.
- When the store administrator runs diagnostics, project status refresh, or token actions from
WooCommerce > Multicouriers Premium. - When the plugin refreshes the Chile cities dataset (admin/maintenance contexts).
What data is sent
For premium quotes and diagnostics, the plugin may send:
- Store domain
- Authentication token (API key) in the Authorization header
- Origin and destination shipping data (country, region/state, commune/city, postcode)
- Package information (weight and dimensions)
- Store currency
- Selected couriers
- Correlation and request metadata headers used for diagnostics
For the Chile cities dataset endpoint, the plugin performs a read-only request and sends no customer personal data.
Service terms and privacy
- Provider website:
https://multicouriers.cl/ - Terms and conditions:
https://multicouriers.cl/terminos-y-condiciones - Privacy policy:
https://multicouriers.cl/politica-de-privacidad
Installation
- Upload the
clevers-shipping-for-multicouriersfolder to/wp-content/plugins/. - Activate the plugin from
Pluginsin WordPress admin. - Make sure WooCommerce is active.
- Go to
WooCommerce > Settings > Shippingand add the Multicouriers shipping method(s) to the desired zones. - Configure fixed-rate rules in
WooCommerce > Multicouriers Tarifas. - (Optional) Configure premium API access in
WooCommerce > Multicouriers Premium.
FAQ
-
Do I need to add a shipping method in WooCommerce zones?
-
Yes. WooCommerce requires at least one shipping method assigned to the zone. The
Multicouriers Tarifaspage stores the rules, but the zone still needs theMulticouriers Tarifa Fijamethod enabled. -
Where do I configure fixed-rate rules?
-
Use
WooCommerce > Multicouriers Tarifas. The zone modal forMulticouriers Tarifa Fijais intentionally minimal (enabled/title/default fallback cost). -
Is the plugin compatible with Checkout Blocks?
-
Yes. The plugin supports WooCommerce Cart/Checkout Blocks and includes commune/region handling for the blocks checkout.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Clevers Shipping for Multicouriers” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Clevers Shipping for Multicouriers” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.0
- i18n: Rewrite all translatable strings in PHP and JS to English so the plugin is fully translatable from
translate.wordpress.org. - i18n: Regenerate
languages/clevers-shipping-for-multicouriers.pot(153 strings). - i18n: Add initial Spanish (neutral) translation
languages/clevers-shipping-for-multicouriers-es.po+.moso all Spanish-speaking users see the UI in Spanish out of the box. Serves es_CL, es_ES, es_MX, es_AR, and any other Spanish locale via WordPress fallback.
1.0.9
- i18n: Add
languages/clevers-shipping-for-multicouriers.potso the plugin is translatable via translate.wordpress.org. - i18n: Confirm
Text Domain: clevers-shipping-for-multicouriersandDomain Path: /languages/headers. - Docs: Open translation contributions at translate.wordpress.org/projects/wp-plugins/clevers-shipping-for-multicouriers.
1.0.8
- Fix: Reorder display name and slug per reviewer feedback. Display name no longer begins with a third-party trademark; slug is
clevers-shipping-for-multicouriers. - Docs: Update readme description and uninstall header to match the reserved slug.
- Chore: Sync MCWS_VERSION constant, plugin header and readme stable tag to 1.0.8.
1.0.7
- Fix: Replace inline copy script on premium page with enqueued
assets/js/admin-premium.js. - Docs: Add Terms and Privacy links for the Multicouriers API in the External Services section.
- Docs: Update Contributors to
cleversdevto match the plugin owner.
1.0.6
- Maintenance release with stability improvements.
1.0.5
- Fix: Handle API empty response gracefully
- Fix: City dropdown format compatibility with local fallback data
- Refactor: Extract correlation_id logic into shared method
- Refactor: Create MCWS_Utils helper class
- Refactor: Create abstract base class for WooCommerce Blocks support
- Remove: Dead code from unused method
1.0.4
- Maintenance and stability improvements
1.0.3
- Version bump
- Fix: Domain path and improve uninstall cleanup
1.0.2
- Stability improvements
1.0.1
- Bug fixes and improvements
1.0.0
- Initial public release