WC MyParcel Belgium

描述

This WooCommerce extension allows you to export your orders to the MyParcel Belgium service (https://sendmyparcel.be/).

Online Manual (in Dutch): https://myparcelbe.github.io/woocommerce/

Main features

  • Delivery options integrated in your checkout
  • Export your WooCommerce orders to MyParcel Belgium with a simple click, single orders or in batch
  • Print shipping labels directly (PDF)
  • Create multiple shipments for the same order
  • Define preset MyParcel Belgium shipping options (signature required, extra insurance, Saturday delivery)
  • Modify the MyParcel Belgium shipping options per order before exporting
  • Extra checkout fields to separate street name, house number and box number for more precise address data
  • View the status of the shipment in the order details page
  • Add Track & Trace link to the order confirmation email

A MyParcel Belgium API account is required for this plugin! You can create this in your account or contact MyParcel Belgium at info@sendmyparcel.be

螢幕截圖

  • Export or print MyParcel BE label per order
  • Bulk export or print MyParcel BE labels
  • Change the shipment options for an order
  • MyParcel BE actions on the order overview page
  • MyParcel BE information on the order details page

安裝

Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t even need to leave your web browser. To do an automatic install of WooCommerce MyParcel BE, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.

In the search field type “WooCommerce MyParcel BE” and click Search Plugins. You can install it by simply clicking Install Now. After clicking that link you will be asked if you’re sure you want to install the plugin. Click yes and WordPress will automatically complete the installation.

Manual installation via the WordPress interface

  1. Download the plugin zip file to your computer
  2. Go to the WordPress admin panel menu Plugins > Add New
  3. Choose upload
  4. Upload the plugin zip file, the plugin will now be installed
  5. After installation has finished, click the ‘activate plugin’ link

Manual installation via FTP

  1. Download the plugin file to your computer and unzip it
  2. Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation’s wp-content/plugins/ directory.
  3. Activate the plugin from the Plugins menu within the WordPress admin.

Setting up the plugin

  1. Go to the menu WooCommerce > MyParcel BE.
  2. Fill in your API Details. If you don’t have API details, log into your MyParcel BE account at backoffice.sendmyparcel.be where you can find your API key under Instellingen → Algemeen.
  3. Under ‘Default export settings’ you can set options that should be set by default for the export. You can change these settings per order at the time of export.
  4. The plugin is ready to be used!

Testing

We advise you to test the whole checkout procedure once to see if everything works as it should. Pay special attention to the following:

The MyParcel BE plugin adds extra fields to the checkout of your webshop, to make it possible for the client to add street name, number and optional additions separately. This way you can be sure that everything is entered correctly. Because not all checkouts are configured alike, it’s possible that the positioning/alignment of these extra fields have to be adjusted.

Moreover, after a label is created, a Track & Trace code is added to the order. When the order is completed from WooCommerce, this Track & Trace code is added to the email (when this is enabled in the settings). Check that the code is correctly displayed in your template. You can read how to change the text in the FAQ section.

常見問題

Online Manual (in Dutch): https://myparcelbe.github.io/woocommerce/

How do I get an API key?

When logged in on your myparcel account at http://backoffice.sendmyparcel.be/ you can find your API key under Instellingen → Algemeen.

How do I change the Track & Trace email text?

You can change the text (which is placed above the order details table by default) by applying the following filter:

add_filter( 'wcmyparcelbe_email_text', 'wcmyparcelbe_new_email_text' );
function wcmyparcelbe_new_email_text($track_trace_tekst) {
    $nieuwe_tekst = 'Je kunt je bestelling volgen met het volgende Bpost track&trace nummer:';
    return $nieuwe_tekst;
}

評價

2020年10月29日
Lousy plugin (errors which my developer had to fix himself), lousy user experience (eg free shipping isn't selected automatically as a shipping method when threshold amount is reached), lousy application (eg not possible to print return label to put in the box) and zero customer support (not on the forum, not by the company itself)
閱讀全部1個評價

貢獻者及開發者

“WC MyParcel Belgium” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WC MyParcel Belgium 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

4.5.5-beta (2023-05-09)

  • Fix: fix address in post data

4.5.4 (2023-01-31)

  • Fix: prevent calling function on bool

4.5.3 (2023-01-30)

  • Fix: prevent calling function on bool

4.5.2 (2023-01-23)

  • Fix: allow export when product is missing

4.5.1 (2022-03-24)

  • Fix: fix parse error in channelengine compatibility

4.5.0 (2022-03-07)

  • Feat: use SDK for street validation
  • Fix: Error on dutch address containing forward slash
  • Fix: Update barcode and carrier for channelengine
  • Fix: Replace getRecipientFromOrder() function with adapter for recipient class
  • Fix: Delete option for connecting email
  • Fix: Use setDescription from SDK
  • Fix: Allow show delivery date option in my parcel config

4.4.1 (2021-09-21)

  • Feat: auto export after status change

4.4.0 (2021-07-27)

  • Fix: Link to Belgium customs regarding HS code tariff
  • Fix: Allow show delivery date option in my parcel config
  • Fix: Export order with insurance and signature
  • Fix: Moved time and day options per carrier, removed unavailable dpd settings
  • Fix: Get address when myparcel meta are empty
  • Fix: Update delivery options
  • Fix: Splitstreet with bus number
  • Fix: User numberSuffix when it is an EU shipment

4.3.5 (2021-06-01)

  • Fix: Export orders to Netherlands witch the MyParcel address fields

4.3.4 (2021-05-20)

  • Fix: CRITICAL error incomplete object in _myparcelbe_delivery_options meta

4.3.3 (2021-05-20)

  • Fix: errors when meta keys are not present in the order

4.3.2 (2021-03-30)

  • Improvement: wpm-config.json included (support WP-Multilang plugin)
  • Improvement: add translation files fr_FR
  • Improvement: Deactivate delivery date
  • Improvement: Option for automatic order status after exporting or printing
  • Fix: Saving options in the order grid model
  • Fix: Validation for sending to other address on checkout page

4.3.1 (2021-03-19)

  • Improvement: Export bulk order shipments although there is a wrong shipment
  • Improvement: Add option to show prices as surcharge
  • Improvement: Support WP Desk Flexible Shipping plugin
  • Fix: Calculate weight from grams to kilos during the migration
  • Fix: Set MyParcel response cookie with 20 sec expire
  • Fix: Use saturday cutoff time
  • Fix: Use country codes from the MyParcel SDK
  • Fix: Translation files not being generated properly

4.2.0 (2021-01-21)

  • Fix: Rename WCMPBE, WCMPBE(), WCMPBE_Admin and WCMPBE_Settings
  • Fix: Weight calculation for all shipment types
  • Fix: Delivery options after woocommerce subtotal for solving conflicts with multiple themes
  • Fix: Error array_replace_recursive second parameter must be array
  • Fix: Show correct delivery type in orders grid
  • Fix: Package type from shipping method/class not shown in order grid
  • Fix: Unable to send return email
  • Fix: Send return email modal
  • Fix: Show delivery date in order grid for any order that has one
  • Fix: Don’t load checkout scripts on order received page
  • Fix: Multicollo voor Dutch shipments and for international shipments can you create multiple labels
  • Fix: Missing barcode in emails of automatically processed orders
  • Fix: Properly add/remove cart fees when using delivery options
  • Fix: Error on checkout when using custom address fields
  • Fix: Maximum label description length of 45 characters
  • Fix: Multiple barcode in order note
  • Fix: Saving the correct days in the setting drop off days
  • Fix: Save the correct shipping class
  • Fix: Check if shipping address is selected on checkout page en use the correct address
  • Fix: Order confirmation on the thank you page, confirmation email and on the customer account
  • Fix: Do not save address in address book
  • Fix: Correct package type for international shipments
  • Fix: Only add empty parcel weight to packages
  • Fix: Export via actions at the bottom of the order-grid
  • Improvement: Set correct UserAgent
  • Improvement: More options for age verification at product level
  • Improvement: Better country of origin selection
  • Improvement: Improve shipment options dialog
  • Improvement: Spinner for order grid bulk actions
  • Improvement: Update icons
  • Improvement: Use base price for delivery options
  • Improvement: Error handling after exporting and printing a label
  • Improvement: Stabilizer code for opening a label in a new tab
  • Improvement: New status for letter and DPZ and show them on the barcode column
  • Improvement: Use gulp to allow es6 javascript and use sass.
  • Improvement: Use customer note for label description.
  • Improvement: Use the latest MyParcel SDK.
  • Improvement: Handle translations in gulp

4.1.5 (2020-12-15)

  • Fix: select box for country of origin
  • Fix: delivery options for not logged in users
  • Improvement: prices from the shipping method inside the delivery options

4.1.4 (2020-11-24)

  • Fix: Shipping classes not saving
  • Fix: Drop off days
  • Fix: WooCommerce PDF Invoices & Packing Slips placeholders compatibility
  • Fix: Calculate DPZ weight
  • Fix: Error delivery_date is too early
  • Fix: Multiple barcode in order note
  • Fix: Maximum label description lenght of 45 characters
  • Improvement: support WP-Multilang

4.1.3 (2020-11-13)

  • Fix: Error on checkout when using custom address fields

4.1.2 (2020-11-12)

  • Fix: Crack down on invalid package types

4.1.1 (2020-11-11)

  • Fix: 4.1.0 migration fatal errors
  • Fix: PHP Fatal error: Uncaught TypeError: Return value of WCMPBE_Export::getPackageTypeFromOrder()

4.1.0 (2020-11-11)

  • Improvement: All enabled/disabled dropdowns replaced with clickable toggles.
  • Improvement: Show package type and delivery date instead of “details”.
  • Improvement: Add label description for individual shipments.
  • Improvement: Loading speed/experience.
  • Improvement: Spinner for order grid bulk actions.
  • Improvement: make default export settings show up in shipment options.
  • Improvement: show delivery date in order grid for any order that has one (only when “show delivery day” setting is enabled).
  • Fix: Calculated weight is shown for digital stamps.
  • Fix: Wrong label for “show delivery day” setting.
  • Fix: Error on sending return email.
  • Fix: Allow split address field for Belgium as well.
  • Fix: Add options that were missing in 4.0.0
  • Fix: Rename at_home_delivery to delivery_title
  • Fix: Monday delivery

4.0.6 (2020-10-14)

  • Fix: Free_shipping linked to package then you should also see the delivery options
  • Fix: If you have a shipping method with flatrate: 181 and the method gives flatrate: 18 then you should not see the delivery options
  • Fix: Error CRITICAL Uncaught TypeError: Return value of WCMPBE_Export::getShippingMethod()

4.0.5 (2020-10-05)

  • Fix: Disable order status delivered
  • Fix: Package type not being recognized
  • Fix: migrate all package types in export defaults settings

4.0.4 (2020-10-01)

  • Fix: Failed opening class-wcmypabe-settings.php

4.0.3 (2020-10-01)

  • Fix: Old settings non existent error
  • Fix: Class naming for theme compatibility

4.0.2 (2020-08-21)

  • Fix: Show delivery options with a shipping class and with tablerates
  • Improvement: Automatic insurance

4.0.1 (2020-07-29)

  • Fix: Wrong meta variable country of origin
  • Fix: Html layout of shipment summary settings and searching in WooCommerce orders overview
  • Fix: Translations
  • Fix: Export pickup locations
  • Fix: When deliveryType is empty use default package
  • Fix: Html layout of shipment summary and searching in WooCommerce orders overview
  • Improvement: Add empty parcel weight option
  • Improvement: Add multicollo option

4.0.0 (2020-06-24)

  • Fix: HS code
  • Fix: Delete options keep old shipments
  • Fix: Insurance possibilities
  • Fix: Barcode in orderview
  • Fix: Housenumber and suffix
  • Improvement: Country of origin
  • Improvement: New checkout and SDK
  • Improvement: Automatic export after payment
  • Improvement: V2 shipment endpoint
  • Improvement: HS code for variable product

3.2.1 (2020-02-04)

  • Fix: The recursive delivery date loop and full cache

3.2.0 (2020-01-27)

  • Fix: Since November is it no longer possible to use pickup express.
  • Fix: Warning: invalid argument supplied …. class-wc-shipping-flat-rate.php.

3.1.8 (2019-11-12)

  • Fix: Check if there is connection with MyParcel

3.1.7 (2019-07-16)

  • Fix: Search in order grid MyParcel shipment
  • Fix: More than 5 products for World shipments

3.1.6 (2019-07-04)

  • Fix: Use constants for delivery_type
  • Fix: Saturday cutoff time
  • Fix: Shipping method issue with pickup
  • Fix: Digital stamp weight issue

3.1.5 (2019-05-14)

  • Improvement: Add the link for the personalized Track & Trace page (portal)
  • Improvement: Show deliverday only for NL shipments
  • Improvement: Cut the product title after 50 characters
  • Improvement: Barcode in order grid
  • Fix: Translation house number again button
  • Fix: Set default to 0 if there’s no tax rate set up
  • Fix: fix issue with shipping class term id
  • Fix: Correct amount on the digital stamp
  • Fix: trying to get property of non-object
  • Fix: Shipment validation error (PakjeGemak)

3.1.4 (2019-03-18)

  • Fix: Delivery date when deliveryday window is 0
  • Fix: Change afgevinkt to uitgevinkt
  • Preparation: Move Great Britain to world shipment for the Brexit

3.1.3 (2019-02-26)

  • Fix: Showing delivery date in the order when consumer using safari
  • Fix: Scrolling of the order overview when an input is clicked.

3.1.2 (2019-02-19)

  • Improvement: 18+ check
  • Fix: Standard delivery text
  • Fix: showing checkout

3.1.1 (2019-01-30)

  • Fix: Remove some styling code
  • Fix: Text changes
  • Fix: Hide delivery options
  • Fix: Get the total weight on a later moment
  • Fix: Unset weight by mailbox package
  • Fix: Since WooCommerce 3.0, logging can be grouped by context (error code 0 when exporting / printing)
  • Fix: The checkout is still loading when change the country.

  • Improvement: Add maxlength to number suffix field

  • Improvement: Translate all text inside the checkout
  • Improvement: The option to give a discount on the shipping method ( negative amounts)

3.1.0 (2018-12-12)

  • Hotfix: Show delivery options when checkout form already filled in.
  • Improvement: Add Digital stamp

3.0.10 (2018-12-05)

  • Hotfix: Flashing of the order summary.

3.0.9 (2018-12-04)

  • Hotfix: Get mailbox delivery option and save it into the order.

3.0.8 (2018-12-04)

  • Fix: The multiple calls that are made to retrieve the shipping data.
  • Fix: The option for Pick up extra early
  • Fix: Wrong house number / postcode message and the possibility to adjust the address in the MyParcel checkout
  • Fix: Woocommerce tabel rates
  • Improvement: Better support the default WooCommerce checkout address fields

3.0.7 (2018-11-20)

  • Fix: Set default values for dropoff days and delivery days window

3.0.6 (2018-11-16)

  • Fix: Remove concatenation from constant (causes an error on php version < 5.6)
  • Fix: No more double address fields with delivery options disabled

3.0.5 (2018-11-15)

  • Fix: Error message about money_format
  • Fix: Add the priority to the checkout field for support WooCommerce 3.5.1
  • Fix: The PostNL logo is not visible with all browsers
  • Improvement: Support Channel Engine
  • Improvement: Information inside the checkout and the translations
  • Improvement: Support WooCommerce default shipping fields (_address_1 and _address_2)

3.0.4 (2018-10-23)

  • Fix: mollie payments
  • Improvement: Check for minimum php version (php 5.4)
  • Improvement: Hide automatic pickup express if pickup is not enabled

3.0.3 (2018-10-09)

  • Fix: Problem with WooCommerce PDF Invoices & Packing Slips
  • Fix: error about “Bewaar barcode in een notitie” size
  • Fix: Turn of the option allow Pickup Express
  • Fix: Save settings with a new update
  • Improvement: MyParcel delivery header title
  • Improvement: Support WooCommerce 3.5.0
  • Improvement: add preliminary support for “digitale postzegel”

3.0.2 (2018-10-09)

  • Fix: Error a non-numeric value encountered in class-wcmpbe-frontend-settings.php
  • Fix: Notice Undefined index: checkout_position
  • Fix: Add version number after the nl-checkout.css call

3.0.0 (2018-10-09)

  • Changes: The whole checkout has a new look. A choice has been made to go back to the basic checkout. The checkout is designed so that he will take the styling of the website.

These are the biggest changes:
* No use of libraries (only jQuery)
* No iframe is used
* The checkout is more stable
* Easier to implement improvements

  • Fix: Use street and house number fields for export a Belgium order
  • Fix: The at home or at work delivery title inside the checkout
  • Fix: The default settings
  • Improvement: The option to change the position of the checkout (edited)

3.0.0-beta.2 (2018-09-08)

  • Fix: at home delivery title
  • Fix: Export Belgium delivery, use the street/number input fields

2.4.14 (2018-07-03)

  • Fix: Select the correct package type inside admin when there is one shipping used.

2.4.13 (2018-07-26)

  • Fix: Tabel rate shipping witch WooCommerce Table Rate Shipping by Automattic / Bolder Elements 4.0 / Bolder Elements 4.1.3
  • Fix: The option to show the checkout only when he is linked to package

2.4.12 (2018-07-09)

  • Fix: #102 change Iceland to world shipping
  • Fix: #106 tabel rates shipping
  • Improvement: #94 support legacy consignment and tracktrace data
  • Improvement: #95 Speed up order list view
  • Improvement: #104 Add reference identifier, that is always the order id

2.4.11 (2018-04-30)

  • Fix: Export shipment labels

2.4.10 (2018-04-26)

  • Improvement: Support Effect Connect, you can place the barcode inside a note of the order

2.4.9 (2018-04-03)

  • Fix: Scrolling when changing package type in orderview
  • Fix: Select the correct delivery methode inside the checkout
  • Improvement: Support Cloudflare

2.4.8 (2018-02-27)

  • Fix: The array error from the userAgent (https://wordpress.org/support/topic/parse-error-syntax-error-unexpected-in-wp-content-plugins-woocommerce-mypa/)
  • Fix: The countries Norway, Turkey, Switzerland changed to world country
  • Fix: Changing Type from Order List (https://wordpress.org/support/topic/changing-type-from-order-list/#post-10020043)

2.4.7 (2018-02-07)

  • Improvement: WooCommerce 3.3.1 compatibility

2.4.6 (2018-02-01)

  • Improvement: WooCommerce 3.3 compatibility
  • Feature: The option to print the label on A4 and A6 format

2.4.5 (2018-01-10)

  • Fix: Export an order with an old delivery date
  • Refactor: Error about rest api (https://wordpress.org/support/topic/error-in-woocommerce/)
    `des/class-wcmpbe-rest-api-integration.php): failed to open stream“`

2.4.4 (2018-01-09)

  • Fix:Error about rest api (https://wordpress.org/support/topic/error-in-woocommerce/)
    `des/class-wcmpbe-rest-api-integration.php): failed to open stream“`

2.4.3 (2018-01-05)

  • Fix: Add MyParcel fields to REST api to create order request
  • Fix: Hide days when the pickup delivery is selected

2.4.2 (2017-10-29)

  • Fix: Price changes for 2018

2.4.1 (2017-10-12)

  • Fix: WooCommerce 3.2 compatibility

2.4.0 (2017-09-25)

  • Feature: Export world shipments + customs declaration form
  • Feature: Show delivery options on thank you page
  • Feature: Use WC logger when possible
  • Fix: Return shipment error
  • Fix: Order details layout for pickup location
  • Fix: Delete cache of admin notices
  • Fix: Display of negative delivery options price
  • Fix: Improved tax handling on delivery options fees

2.3.3 (2017-06-27)

  • Fix: Pickup locations in Safari

2.3.2 (2017-06-26)

  • Fix: Delivery options header order
  • Feature: Support for region (=state) in international addresses
  • Feature: Hide Delivery options if PostNL service is unavailable

2.3.1 (2017-06-12)

  • Fix: Table Rate Shipping + WooCommerce 2.6 (error in settings)

2.3.0 (2017-06-12)

  • Feature: WooCommerce Table Rate Shipping support (woocommerce.com & Bolder Elements 4.0)
  • Feature: Support for monday delivery
  • Feature: Start print position
  • Feature: Individual label printing from the order details page
  • Fix: Delivery options checkout in Edge browser
  • Fix: HTTPS issue with google fonts
  • Fix: Multi-colli printing
  • Fix: Delivery options tax in WC3.0
  • Fix: Disable ‘signature on delivery’ & ‘recipient only’ when switching to pickup location in checkout
  • Fix: Improve order-based calculation of highest shipping class

2.2.0 (2017-04-03)

  • WooCommerce 3.0 compatible
  • Requires PHP version 5.3 or higher
  • Feature: Validate NL postcodes
  • Fix: Multistep checkout
  • Fix: Email text translation typo
  • Fix: Remove spin button (arrows) for house number checkout field
  • Fix: Issues creating return shipments
  • Fix: Clear delivery options (&costs) when no longer available or deselected
  • Fix: Error exporting foreign addresses & PayPal Express checkout

2.1.3

  • Feature: Option to autoload google fonts in delivery options
  • Feature: [DELIVERY_DATE] placeholder on label
  • Various minor fixes

2.1.2

  • Fix: Script error on the Thank You page (interfered with Facebook/Google tracking)
  • Fix: Don’t show delivery date (backend/emails) if delivery days window is 0 (=disabled)
  • Tweak: Notice for BE shop owners
  • Tweak: Sanity check for delivery options

2.1.1

  • Fix: Delivery options iPad/iPhone issues
  • Fix: Ignore badly formatted delivery options data
  • Fix: Don’t show delivery options when cart doesn’t need shipping (downloads/virtual items)
  • Fix: Delivery options container not found (explicitly uses window scope)
  • Tweak: Shipping column width/float in order backend
  • Tweak: Page reloading & print dialogue flow optimizations

2.1.0

  • Feature: Select combinations of Flat Rate & Shipping Class to link parcel settings & delivery options display
  • Feature: Option to show delivery options for all shipping methods (except foreign addresses)
  • Feature: Pick colors for the delivery options
  • Feature: Set custom styles (CSS) for delivery options
  • Feature: Enter ‘0’ for the delivery days window to hide dates in the delivery options
  • Fix: Don’t apply ‘only recipient’ fee for morning & night delivery (already included)
  • Fix: Order search issues
  • Fix: 404 header on delivery options
  • Tweak: Several delivery options style adjustments
  • Tweak: Reload page after exporting

2.0.5

  • Fix default insurance selection
  • Tweak: Show shipping ‘method title’ instead of ‘title’ in settings (with fallback to title)
  • Tweak: added $order object to wcmyparcelbe_email_text filter

2.0.4

  • Improved theme compatibility

2.0.3

  • Fix: Checkout option fees tax
  • Fix: Settings page conditional options display
  • Improved settings migration from previous versions

2.0.2

  • Fix order search
  • Default delivery options background to white

2.0.1

  • Completely revamped settings & export interface
  • New delivery options replaces old ‘Pakjegemak’:
  • Postponed delivery (pick a delivery date)
  • Home address only option
  • Signature on delivery option
  • Evening or morning delivery option
  • PostNL Pickup & Early PostNL Pickup
  • Possibility to assign cost to the above delivery options
  • Create return labels from the WooCommerce backend
  • Uses new MyParcel API

1.5.6

  • Fix: Disable pakjegemak if ‘ship to different address’ is disabled after selecting Pakjegemak location
  • Fix: Use billing postcode for Pakjegemak Track & Trace

1.5.5

  • Fix: Foreign postcodes validation fix.

1.5.4

  • Fix: Various Pakjegemak related issues (now saves & sends pakjegemak address separately to MyParcel)
  • Fix: Postcode validation issues with Portugal

1.5.3

  • Feature: Edit MyParcel address fields on user profile page
  • Fix: Bug with automatic order completion

1.5.2

  • Feature: Option to keep old consignments when re-exporting
  • Feature: Use billing name for pakjegemak (when empty)
  • Feature: store pakjegemak choice
  • Fix: prevent illegal export settings/combinations
  • Tweak: Better error reporting
  • Tweak: Small text changes (backend)

1.5.1

  • Tweak: Added error when no consignments available when trying to print labels
  • Tweak: Tip for direct processing of labels (when not enabled)
  • Tweak: admin styles

1.5.0

  • Feature: Shipment type setting (Pakket/Brievenbuspakje/Ongefrankeerd label)
  • Feature: Multi-colli support
  • Feature: More advanced insurance options
  • Feature: Allow overriding pakjegemak passdata file via child theme (place in /woocommerce/)
  • Fix: Backend address formatting/styles
  • Fix: Unexpected output at first activation
  • Tweak: Hide parcel settings for other shipment types
  • Tweak: Remove deprecated comments field
  • Tweak: Settings now under WooCommerce top menu
  • Tweak: better error logging
  • Dev: Code refactor

1.4.6

  • Fix: Foreign Track & Trace link updated

1.4.5

  • Tweak: Prevent label creation if direct processing is disabled. NOTE! If you had this setting disabled and were used to downloading the labels directly, you need to change this in the settings.
  • Tweak: Remove required tags in checkout for disabled fields.

1.4.4

  • Fix: error for missing shipping fields

1.4.3

  • Fix: WooCommerce 2.2+ compatibility

1.4.2

  • Fix: weight unit is now properly taken into account
  • Tweak: different bulk action hook (for better compatibility)

1.4.1

  • Fix: Broken special characters (ë, û, à etc.)
  • Tweak: different API communication mode for secure configuration

1.4.0

  • Feature: Print order number on label
  • Feature: PakjeGemak integration
  • Feature: Option to autocomplete order after successful export to MyParcel
  • Feature: Option to display Track & Trace link on my account page

1.3.8

  • Fix: Big exports now run without any warnings/problems (was limited by the server)
  • Fix: Names, cities etc. with quotes (‘)
  • Fix: Error on combined foreign & Dutch exports
  • Fix: IE9 compatibility

1.3.7

  • Fix: Checkout placeholder data was being saved in older versions of Internet Explorer

1.3.6

  • Feature: Option to download PDF or display in browser
  • Fix: warnings when debug set to true & downloading labels directly after exporting
  • Fix: WooCommerce 2.1 bug with copying foreign address data

1.3.5

  • Fix: Errors when trashing & restoring trashed orders

1.3.4

  • Fix: Errors on foreign country export
  • Fix: legacy address data is now also displayed properly
  • Tweak: background scrolling locked when exporting

1.3.3

  • Fix: Checks for required fields
  • Tweak: Improved address formatting
  • Tweak: Removed placeholders on house number & suffix for better compatibility with old browsers

1.3.2

  • Fix: Description labels for Custom ID (‘Eigen kenmerk’) & Message (‘Optioneel bericht’)

1.3.1

  • Fix: button image width

1.3.0

  • New MyParcel icons
  • Export & PDF buttons compatible with WC2.1 / MP6 styles
  • Button styles are now in CSS instead of inline

1.2.0

  • Feature: The MyParcel checkout fields (street name / house number) can now also be modified on the my account page
  • Fix: WooCommerce 2.1 compatibility (checkout field localisation is now in WC core)
  • Updated MyParcel tariffs

1.1.1

  • Fix: Labels for Custom id (‘Eigen kenmerk’) & Message (‘Optioneel bericht’) in the export window were reversed
  • Fix: Removed depricated functions for better WooCommerce 2.1 compatibility

1.1.0

  • Made extra checkout fields exclusive for dutch customers.
  • Show process indicator during export.
  • Various bugfixes.

1.0.0

  • First release.