Linux 软件免费装
Banner图

Stokzone for WooCommerce

开发者 stokzone
更新时间 2026年9月2日 18:06
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce marketplace orders inventory shipment tracking

下载

0.1.1

详情介绍:

Stokzone for WooCommerce connects your WooCommerce store to Stokzone and adds the shipment tracking fields that WooCommerce core does not provide. What it does Compatibility Requirements Your store must be served over HTTPS. WooCommerce refuses API key authentication over plain HTTP connections, so a store without an SSL certificate cannot be connected. The plugin tells you this up front instead of failing later with a misleading error. Third-party service This plugin connects to an external service called Stokzone. Stokzone is a paid subscription service that manages marketplace, shipping, accounting and fulfilment integrations from a single panel. A Stokzone account is required to use the connection features of this plugin. What data is sent, and where? The plugin makes no external requests at all until you press "Connect to Stokzone" and approve the request in your Stokzone account. After you connect, the following is transmitted: Order, product and stock data is read by Stokzone through WooCommerce's own REST API. You can end the connection at any time using "Disconnect". Doing so deletes the API key that was created and clears the locally stored secrets. Carrier tracking links To turn a tracking number into a clickable "Track shipment" link, the plugin builds a URL that points to the relevant carrier's own public tracking page. The plugin itself does not send any request to these carriers or share any data with them: it only assembles the link on your own site. It is you or your customer who chooses to click it, and only then does the carrier's website open in the browser, with the tracking number carried as a URL parameter. Tracking links can be generated for these carriers, each an independent company with its own terms of service and privacy policy available on its site: No link is built (and no carrier URL is used) unless an order has both a tracking number and a recognised carrier.

安装:

  1. Install and activate the plugin.
  2. Open WooCommerce > Stokzone.
  3. Press Connect to Stokzone and approve the request in your account.
A Stokzone account is not required for the shipment tracking fields; you can fill them in manually from the order screen without connecting.

屏幕截图:

  • The "Shipment Information" box on the order edit screen.
  • The tracking line shown on the customer's "My account" order page.
  • Dependent district selection on the classic checkout (Turkey > Istanbul > Kadikoy).

升级注意事项:

0.1.1 Hardens shipment-signature replay protection (atomic nonce handling). Safe, data-preserving update. 0.1.0 Initial release.

常见问题:

Is a Stokzone account required?

Yes, for the connection features. The carrier / tracking number / tracking link fields work without an account.

Does it work with older WooCommerce versions?

Yes. The minimum is WooCommerce 8.2. Adding fields to the block-based checkout is enabled on WooCommerce 8.9 and above; on older versions the classic checkout path is used instead.

Will updating the plugin break my existing data?

No. The plugin schema only grows: existing settings and order fields are never deleted and their meaning never changes.

Do you access order data with raw SQL?

No. All order access goes through the WooCommerce CRUD layer (WC_Order), so it also works correctly when HPOS is enabled.

Why does the plugin require HTTPS?

WooCommerce only accepts consumer key / secret authentication over HTTPS; over plain HTTP it requires OAuth 1.0a signed requests instead. Without an SSL certificate the connection cannot be established.

更新日志:

0.1.1 0.1.0