Title: bpost-shipping-platform
Author: bpost
Published: <strong>2025-05-22</strong>
Last modified: 2026-05-14

---

Szukaj wtyczek

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

# bpost-shipping-platform

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

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

 * [Szczegóły](https://pl.wordpress.org/plugins/bpost-shipping-platform/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/bpost-shipping-platform/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/bpost-shipping-platform/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/bpost-shipping-platform/#developers)

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

## Opis

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.

## Zrzuty ekranu

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

## Instalacja

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.

## Recenzje

![](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-06-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.

 [ Przeczytaj 1 recenzje ](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/)

## Kontrybutorzy i deweloperzy

„bpost-shipping-platform” jest oprogramowaniem open source. Poniższe osoby miały
wkład w rozwój wtyczki.

Zaangażowani

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

[Przetłumacz wtyczkę “bpost-shipping-platform” na swój język.](https://translate.wordpress.org/projects/wp-plugins/bpost-shipping-platform)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/bpost-shipping-platform/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/bpost-shipping-platform/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/bpost-shipping-platform/)
przez [RSS](https://plugins.trac.wordpress.org/log/bpost-shipping-platform/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 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

## Meta

 *  Wersja **3.2.3**
 *  Ostatnia aktualizacja **3 tygodnie temu**
 *  Włączone instalacje **300+**
 *  Wersja WordPressa ** 4.9 lub nowszej **
 *  Testowano do **6.9.4**
 *  Wersja PHP ** 7.4 lub nowszej **
 *  Język
 * [English (US)](https://wordpress.org/plugins/bpost-shipping-platform/)
 * Tagi
 * [automate](https://pl.wordpress.org/plugins/tags/automate/)[multi carrier](https://pl.wordpress.org/plugins/tags/multi-carrier/)
   [save](https://pl.wordpress.org/plugins/tags/save/)[shipping](https://pl.wordpress.org/plugins/tags/shipping/)
   [woocommerce](https://pl.wordpress.org/plugins/tags/woocommerce/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/bpost-shipping-platform/advanced/)

## Oceny

 1 na 5 gwiazdek.

 *  [  0 recenzji 5-gwiazdkowych     ](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/?filter=2)
 *  [  1 recenzja 1-gwiazdkowa     ](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/?filter=1)

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/)

## Zaangażowani

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

## Wsparcie

Zagadnienia rozwiązane w przeciągu ostatnich dwóch miesięcy:

     3 z 4

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/bpost-shipping-platform/)