| 开发者 |
blackboxng
shegzico |
|---|---|
| 更新时间 | 2026年5月28日 04:43 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Yes. Sign up free at https://app.blackboxng.com. The plugin is a connector for the BlackBoxNG dispatch service; without an account, no rates are quoted and no orders are dispatched.
The plugin stores your BlackBoxNG API key encrypted in WordPress's wp_options table (AES-256-GCM, keyed off your site's AUTH_KEY). Order data flows through the BlackBoxNG API; see https://www.blackboxng.com/privacy for retention details on the BlackBoxNG side. The plugin stamps a tracking identifier on each WooCommerce order it dispatches; nothing else customer-identifiable is stored locally.
The BlackBoxNG shipping option won't appear: the API returns no rate for out-of-zone addresses, and WooCommerce naturally falls back to your other configured shipping methods.
Open WordPress → BlackBoxNG → Disconnect. The plugin POSTs a disconnect signal to BlackBoxNG, then wipes the local API key. You can reconnect later by generating a fresh install token.
Yes. The plugin adds a new "BlackBoxNG Lagos" shipping zone; your existing zones and methods are untouched. WooCommerce shows BlackBoxNG delivery to customers shipping into Lagos and your other methods to customers elsewhere.
No. The activation hook only sets a one-time welcome-notice transient. No remote calls happen until you click Connect; no data is sent to BlackBoxNG, no tracking pixels, no analytics, no "phone home" of any kind.
The plugin is free. BlackBoxNG charges per delivery based on distance, weight, and tier; pricing is shown in the BlackBoxNG dashboard and at checkout (the rate the customer sees). See https://www.blackboxng.com for current pricing.
Open a thread in the WordPress.org support forum for this plugin, or contact BlackBoxNG support directly from https://app.blackboxng.com for issues that need account-side investigation.
Yes to both. The plugin declares compatibility with custom_order_tables (HPOS) and cart_checkout_blocks. Order meta is read and written via WooCommerce's order API rather than wp_postmeta, and shipping rates are exposed to the Store API consumed by the Cart/Checkout blocks.
The plugin registers WordPress's built-in privacy exporter and eraser. When an admin uses Tools → Export Personal Data or Tools → Erase Personal Data with a customer email, the plugin returns / removes any BlackBoxNG tracking identifiers stamped on that customer's orders. Erasing the customer's record on the BlackBoxNG side is a separate request you make directly to BlackBoxNG via https://www.blackboxng.com/privacy.