Linux 软件免费装
Banner图

Simple Connection for ChronoFresh

开发者 tlloancy
更新时间 2026年8月25日 21:53
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

shipping chronopost chronofresh pickup-points

下载

1.0.4 1.1.0 1.0.0 1.0.1 1.0.2 1.2.0 1.0.3 1.2.1 1.3.0

详情介绍:

If you sell food (or anything that must travel ambient, fresh 0–8 °C, or frozen) with Chronopost Chronofresh, this plugin talks to the official SOAP APIs from WooCommerce: shipping methods at checkout, pickup-point map, PDF labels, tracking, and cancellation. You need an active Chronofresh contract. The plugin does not replace Chronopost: it uses the account number and password they give you. Out of the box the plugin runs in Test mode on the public Chronopost sandbox account so you can try everything without credentials — a warning banner stays visible in wp-admin, because sandbox labels look real but no parcel is ever picked up or shipped. Switch to Production mode and enter your own credentials before shipping. Features

安装:

  1. Upload the simple-connection-for-chronofresh-woocommerce folder to /wp-content/plugins/.
  2. Activate the plugin via the WordPress 'Plugins' page.
  3. Open WooCommerce → ChronoFresh (not WooCommerce → Settings). Switch the Mode to Production and enter your Chronopost account number, password, and shipper phone. (Or keep Test mode to explore first — labels will not be real.)
  4. Run the connection health check, then add ChronoFresh methods in WooCommerce → Settings → Shipping for your zones.

升级注意事项:

1.3.0 Behavior change: the Chronopost sandbox credentials are no longer silent defaults. If you never entered your own credentials, the plugin now runs in visible Test mode (warning banner) — open WooCommerce → ChronoFresh, switch to Production and enter your contract credentials to ship real parcels. If your credentials were already configured, nothing changes. 1.0.0 Secure, WordPress-compliant Chronofresh integration for WooCommerce.

常见问题:

What Chronofresh account / contract do I need?

A commercial Chronofresh contract from Chronopost (not a consumer Chronopost.fr login). Your sales rep gives you an account number and API password. Ask them to enable the product codes you will use (for example 2R home fresh, 6S fresh pickup points, 2S freeze). Until a code is on the contract, Chronopost returns errors such as 33 / 35.

What is Test mode? Can I ship with it?

No. Test mode signs every call with the official Chronopost sandbox pair from their Web Services documentation. It is only there so you can explore the plugin (map, labels, workflow) before you have a contract. Sandbox labels look real but no parcel is ever picked up. A warning banner stays visible in wp-admin until you switch to Production mode.

Where do I enter the credentials?

WooCommerce → ChronoFresh → Settings tab: switch the Mode to Production, then fill in the account number and password. Also set shipper phone (printed on the label), default DLC in days, max kg per parcel, and optional auto order status. Store address under WooCommerce → Settings → General is the shipper on the label.

The health check passes but label generation still fails.

The health check runs real calls on the pickup-point service, which lets it verify authentication and whether product codes 86 / 5Q / 6S are on your contract. It deliberately does not call the label service, because the only way to test that is to create a real label — the check will never do that behind your back. Generate a label on a test order: Chronopost errors (e.g. a home-delivery product code missing from your contract) are shown on the order screen and in the debug logs.

PHP SOAP?

Required. If the plugin shows that the extension is missing, ask your host to enable php-soap (WooCommerce → Status).

Where are debug logs?

/wp-content/uploads/simple-connection-for-chronofresh-woocommerce/scc-debug.log (enable Debug mode in the settings). Older docs mentioned /wp-content/uploads/chronofresh-logs/ — use the path above.

Is it secure?

Admin and AJAX actions use nonces. Inputs are sanitized and outputs escaped. Chronopost still receives order addresses when you search pickup points or generate labels (see External services).

更新日志:

1.3.0 August 25, 2026: 1.2.1 1.2.0 1.1.0 1.0.4 1.0.3 Released on August 25, 2025: 1.0.2 Released on August 22, 2025: 1.0.1 Released on August 9, 2025: Includes critical fix for nonce verification to ensure secure and pickup api call bug 1.0.0