Title: bpost-shipping-platform
Author: bpost
Published: <strong>2025 年 5 月 22 日</strong>
Last modified: 2026 年 5 月 14 日

---

搜索插件

![](https://ps.w.org/bpost-shipping-platform/assets/icon-256x256.png?rev=3301610)

# bpost-shipping-platform

 作者：[bpost](https://profiles.wordpress.org/bpostshippingplugins/)

[下载](https://downloads.wordpress.org/plugin/bpost-shipping-platform.3.2.3.zip)

 * [详情](https://cn.wordpress.org/plugins/bpost-shipping-platform/#description)
 * [评价](https://cn.wordpress.org/plugins/bpost-shipping-platform/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/bpost-shipping-platform/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/bpost-shipping-platform/#developers)

 [支持](https://wordpress.org/support/plugin/bpost-shipping-platform/)

## 描述

Please note that this plugin relies on external Bpost services for shipping label
generation and rate calculation.
 User data (such as order details) will be sent
to Bpost for processing.

Streamline your shipping process with intelligent automation. Save time using filters
that automatically generate shipping labels for specific orders. Now available for
both large (contract) and small (SME) plans.
 Benefit from a dedicated Account Manager
with a large plan and enjoy competitive rates tailored to your business needs.

Features
 -Automatic creation of shipping labels -Shipping labels for Belgium & 
worldwide home addresses -Shipping labels towards Pick-up Points and Parcel lockers-
Extra options: warranty, signature and Saturday delivery in Belgium -Follow the 
status of your parcels through the platform

#### Screenshots

 1. Shipping zones preview
 2. Order grid preview
 3. Template for setting up of the bpost free shipping method
 4. Template for setting up of the bpost flat rate shipping method

### External services

** Bpost ** – To enable you to create labels for your orders via this integration
we send
 shipping data (shipping address, order item list, shipping method name)
to the bpost API. https://pluginsapi.bpost.be/v3/

** Google Maps API ** – This plugin uses Google Maps API to display pickup locations
on an interactive map.
 The following data is sent to Google Maps API: – User’s 
location (when searching for nearby pickup points) – Pickup point addresses – Map
center coordinates

This service is used to help customers locate and select their preferred pickup 
points during checkout.
 Google Maps API Terms of Service: https://developers.google.
com/maps/terms Google Maps API Privacy Policy: https://policies.google.com/privacy

**WooCommerce Weight Based Shipping** – if you are using this plugin, we integrate
with
 it so we can still send the shipping method name.

## 屏幕截图

 * [[
 * [[
 * [[
 * [[

## 安装

Download and install the plugin from WordPress dashboard. You can also upload the
entire “Bpost for WooCommerce” folder to the /wp-content/plugins/ directory.
 Activate
the plugin through the ‘Plugins’ menu in WordPress. Go to Settings > Bpost Settings
and insert your keys to get started.

## 评价

![](https://secure.gravatar.com/avatar/80c838b93c23e1188834951292bef5eabd69d9f171f22841d643b94cc7970430?
s=60&d=retro&r=g)

### 󠀁[Fatal PHP error](https://wordpress.org/support/topic/fatal-php-error-44/)󠁿

 [Dave Loodts](https://profiles.wordpress.org/davelo/) 2025 年 6 月 23 日

bPost build months on this plugin with a planned launch in March 2025.Me and some
people in the WordPress community discovered security and other issues during the
production of the plugin. I haven’t heard they solved it. Guess so, but nobody knows.
Today bPost mailed their customers they could switch over to the “new” plugin.Since
it was a few months ago i ran some tests today in the hopes they improved some stuff.
On both test sites, the plugin totally crashed with PHP Fatal errors. Even on a 
simple blank WooCommerce shop, plugin crashed! It’s bizar bpost don’t do proper 
testing…Did i expected something like this to happen?Sadly, yes. The team behind
this bpost plugin is a team that creates ALL the plugins for ALL platforms; and 
WooCommerce is one of that. This also means that there’s not that much of deep-rooted
WooCommerce-knowledge in that team.To make it even worser, the team has a very strict
budget to build all these plugins. So in that regard, i can’t really blame the team.
It’s the bpost leadership that is failing to take this WooCommerce plugin seriously.
It’s not adviced to use this plugin. Hec, you can’t even use it cause it crashes.

 [ 阅读所有1条评价 ](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/)

## 贡献者及开发者

「bpost-shipping-platform」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ bpost ](https://profiles.wordpress.org/bpostshippingplugins/)
 *   [ bpost ](https://profiles.wordpress.org/bpost/)

[帮助将「bpost-shipping-platform」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/bpost-shipping-platform)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/bpost-shipping-platform/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/bpost-shipping-platform/)，或通过
[RSS](https://plugins.trac.wordpress.org/log/bpost-shipping-platform/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/bpost-shipping-platform/)。

## 更新日志

#### 3.2.3 – 2026-05-14

 * security/ fix unauthenticated SQL injection in Bpost_order_submited / Bpost_block_order_submited(
   prepared statements with %d/%s placeholders)
 * security/ add HMAC permission_callback on /wp-json/Bpost/v1/update REST route
 * security/ require nonce + capability check on admin AJAX (set_pickup_point, clear_pickup_session_data,
   get_checkout_address, get_pickup_locations)
 * security/ migrate file ops to WP_Filesystem; remove direct fopen/file_put_contents/
   unlink
 * security/ escape-on-output sweep (esc_html / esc_attr / esc_url / wp_kses) across
   admin and frontend
 * fix/ fatal “Call to get_name() on string” on product variation orders (WC_Product_Variation::
   get_attributes returns name=>string pairs, not WC_Product_Attribute objects)
 * fix/ get_callback_url() now stable across requests; previously it recomputed 
   and overwrote the stored URL after Bpost_token was set, breaking HMAC validation
 * fix/ legacy /Bpost-callback handler moved to template_redirect:1 so WC order 
   datastore is primed before wc_get_order()
 * fix/ pickup map National-Belgium results parsing (lat/lng keys)
 * fix/ print-label action button in order grid no longer navigates to the order
   page
 * dev/ gate all debug logging behind BpostWoo::is_dev() (BPOST_DEV, wp_get_environment_type,
   WP_DEBUG_LOG); production sites stay quiet by default

#### 3.2.2 – 2026-03-10

*fix/ cod checkout fix

#### 3.2.1 – 2025-10-28

*fix/ version number fix

#### 3.2.0 – 2025-10-28

*feat/ frontend functionality change for multiple checkout type and theme compatibility

#### 3.1.99 – 2025-04-12

*fix/ fix vat display to take into account both the subtotal and tax

#### 3.1.98 – 2025-07-03

 * feat/ add coupon functionality on checkout for a valid free shipping coupon
 * fix/ fix compatability issues with themes

#### 3.1.97 – 2025-06-02

*fix/ compilation error left in class

#### 3.1.96 – 2025-05-20

 * Initial release

## 额外信息

 *  版本 **3.2.3**
 *  最后更新：**4 周前**
 *  活跃安装数量 **300+**
 *  WordPress 版本 ** 4.9 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/bpost-shipping-platform/)
 * 标签
 * [automate](https://cn.wordpress.org/plugins/tags/automate/)[multi carrier](https://cn.wordpress.org/plugins/tags/multi-carrier/)
   [save](https://cn.wordpress.org/plugins/tags/save/)[shipping](https://cn.wordpress.org/plugins/tags/shipping/)
   [woocommerce](https://cn.wordpress.org/plugins/tags/woocommerce/)
 *  [高级视图](https://cn.wordpress.org/plugins/bpost-shipping-platform/advanced/)

## 评级

 1 星（最高 5 星）。

 *  [  0 条 5 星评价     ](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/?filter=2)
 *  [  1 条 1 星评价     ](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/)

## 贡献者

 *   [ bpost ](https://profiles.wordpress.org/bpostshippingplugins/)
 *   [ bpost ](https://profiles.wordpress.org/bpost/)

## 支持

最近两个月解决的问题：

     总计 4，已解决 3

 [查看支持论坛](https://wordpress.org/support/plugin/bpost-shipping-platform/)