Description
Sunduqz Locker Delivery lets your WooCommerce customers choose to pick up their order from a Sunduqz smart locker instead of a home delivery address. The plugin adds a locker picker to your store’s checkout page and automatically detects whether your store uses Classic (shortcode) or Block Checkout, so it works without any additional setup once connected.
Features
- Locker picker on checkout (Classic and Block Checkout, detected automatically)
- Locker details and driver pickup OTP attached to each order
- Order note and admin order screen display of the selected locker and OTP
- Customizable button colors and sizes from the WordPress admin
- Webhook notification to Sunduqz when a new order is placed
External services
This plugin connects to the Sunduqz platform (a smart-locker delivery network) to function:
- Store connection — when you enter your WooCommerce REST API key on the Sunduqz Connection settings screen, the plugin sends your store URL, store name, and that REST API key to
https://api.sunduqz.com/woocommerce/registerto verify you control the store and link it to your Sunduqz account. - Locker map — the checkout locker picker loads an iframe from
https://map-picker-widget.sunduqz.com/so customers can browse and select a nearby locker. - Order webhook — when a customer places an order with a locker selected, the order details (locker location, customer info required for delivery, and a driver pickup code) are sent to Sunduqz’s servers at
https://api.sunduqz.com/webhooks/woocommerce-orderso the order can be routed to the correct locker. - Driver OTP generation — at order-creation time, the plugin requests a one-time pickup code from
https://api.sunduqz.com/woocommerce/generate-driver-otp.
No data is sent to Sunduqz until you connect your store from the plugin’s settings screen. See Sunduqz’s terms of service and privacy policy at https://about.sunduqz.com.
Support
For help with this plugin, contact support@sunduqz.com or visit https://about.sunduqz.com.
Installation
- Upload the plugin through Plugins Add New Upload Plugin, or extract it into
wp-content/plugins/. - Activate the plugin through the “Plugins” screen.
- Go to Sunduqz Connection in wp-admin.
- Generate a WooCommerce REST API key (Read/Write) at WooCommerce Settings Advanced REST API, and paste it into the Connection screen to link your store.
- The locker picker will now appear at checkout automatically.
FAQ
-
Does this work with Block Checkout?
-
Yes. The plugin detects whether your Checkout page uses Block Checkout or the classic shortcode checkout and adjusts automatically — no configuration needed.
-
Do I need to set up a shipping zone for Sunduqz?
-
No. Locker selection is captured independently of whatever shipping method your store already uses.
-
What happens if I deactivate the plugin?
-
The plugin removes its webhook registration and disconnects your store from Sunduqz on deactivation.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Sunduqz Locker Delivery” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Sunduqz Locker Delivery” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
3.0.0
- Merged Block Checkout support into the plugin — one plugin now serves both Classic and Block Checkout automatically.
- Server-side driver OTP generation, tied to actual order creation.
- Connection flow now uses a merchant-supplied WooCommerce REST API key instead of a bundled secret.
2.0.0
- Consolidated settings into a single Sunduqz admin menu.
- Added customizable button colors and sizes.