Title: bpost-shipping-platform
Author: bpost
Published: <strong>22. Maja 2025.</strong>
Last modified: 25. Juna 2026.

---

Pretražite dodatke

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

# bpost-shipping-platform

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

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

 * [Detalji](https://bs.wordpress.org/plugins/bpost-shipping-platform/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/bpost-shipping-platform/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/bpost-shipping-platform/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/bpost-shipping-platform/#developers)

 [Podrška](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.

## Slike ekrana

[[

[[

[[

[[

## Instalacija

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.

## Recenzije

![](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/) 23. Juna 2025.

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.

 [ Read all 1 review ](https://wordpress.org/support/plugin/bpost-shipping-platform/reviews/)

## Saradnici i programeri

“bpost-shipping-platform” is open source software. The following people have contributed
to this plugin.

Doprinositelji

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

[Prevedi “bpost-shipping-platform” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/bpost-shipping-platform)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/bpost-shipping-platform/),
pogledajte [SVN spremište](https://plugins.svn.wordpress.org/bpost-shipping-platform/)
ili se pretplatite na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/bpost-shipping-platform/)
od [RSS](https://plugins.trac.wordpress.org/log/bpost-shipping-platform/?limit=100&mode=stop_on_copy&format=rss).

## Zapis promijena

#### 3.2.4 – 2026-06-25

 * fix/ STM-393: guard fatal “Cannot redeclare function BPOST_is_marketplace()” 
   when an older bpost plugin copy is still active (function_exists/class_exists
   bail + admin notice to remove the duplicate plugin)
 * fix/ STM-394: no longer hard-code plugin asset paths; enqueue scripts via the
   plugin URL constant (plugins_url) so the plugin works under any folder name
 * fix/ STM-395 / STM-374: guard “Undefined array key is_international” on add-to-
   cart (check_if_has_pickup_safe early returns + rates_filter meta reads)
 * fix/ STM-395: classic checkout pickup modal — feature-detect the Block-only cart
   store API (fixes JS “Cannot read properties of undefined (getCartData)”), read
   the country with underscore field IDs, and populate the hidden carrier id on 
   classic checkout
 * fix/ STM-395: pickup AJAX now returns HTTP 400 (instead of a generic 500) when
   CarrierId is empty or invalid
 * fix/ STM-401: guard fatal “Call to undefined method country_needs_dummy_zipcode()”
   when saving orders for countries without a postal-code system
 * fix/ STM-410 / STM-411: guard fatal “Attempt to assign property carrierId on 
   array” in the pickup-locations AJAX; this fatal also aborted the request and 
   could block WooCommerce order-confirmation emails
 * fix/ STM-410 / STM-398: “no pickup points returned” on classic checkout — coerce
   empty coordinates and always send the entered postcode so the carrier geocodes
   the correct location (the pickup map now renders)
 * fix/ token now refreshes automatically when it expires, and a failed refresh 
   no longer wipes the stored token — no need to regenerate API keys after a token
   expires
 * fix/ STM-375: pickup popup search now uses the full address (street + postcode
   + city) instead of street only; city/region searches return results and centre
   the map on the selected point
 * fix/ STM-375: theme-agnostic pudo widget — when mandatory address fields are 
   suppressed by the theme, open the map with a clear notification and manual search
   instead of a blank/erroring popup
 * fix/ correct webpack entry so the frontend bundle rebuilds on the main branch
 * compat/ bump Tested up to 7.0

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

 *  Version **3.2.4**
 *  Last updated **prije 1 sedmica**
 *  Active installations **300+**
 *  WordPress version ** 4.9 ili viša **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 ili viša **
 *  Language
 * [English (US)](https://wordpress.org/plugins/bpost-shipping-platform/)
 * Tags
 * [automate](https://bs.wordpress.org/plugins/tags/automate/)[multi carrier](https://bs.wordpress.org/plugins/tags/multi-carrier/)
   [save](https://bs.wordpress.org/plugins/tags/save/)[shipping](https://bs.wordpress.org/plugins/tags/shipping/)
   [woocommerce](https://bs.wordpress.org/plugins/tags/woocommerce/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/bpost-shipping-platform/advanced/)

## Ocjene

 1 out of 5 stars.

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

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

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

## Doprinositelji

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

## Podrška

Rješene stavke u zadnja dva mjeseca:

     2 out of 3

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/bpost-shipping-platform/)