Hyva Checkout Dutch Postcode Format Validator

vendic/hyva-checkout-postcode-nl-format

Validates that Dutch postcodes are entered in the correct format during Hyva checkout using a regular expression, showing an error when the format is wrong.

Known issuesBuild failingsilver partnerSemVer compliant

Supported Magento versions: 2.4.9

15,508 installs★ 1 starsLatest: v1.3.1Released 2025-10-22

composer require vendic/hyva-checkout-postcode-nl-format

README

Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.

Vendic_HyvaCheckoutPostcodeNLFormat

A small Hyva checkout extension that adds validates the Dutch postcode to the correct format using a regular expression.

Note: this extension only validates the format. It doesn't do a lookup to see if the postcode actually exists. For that purpose, use one of these modules:

  1. Trinos Postcode NL
  2. Hyva Postcode NL compatibility module

However, it can be used in combination with the above extensions.

Installation

composer require vendic/hyva-checkout-postcode-nl-format

Usage

Install the extension, go to the Hyvä checkout and try to enter a Dutch postcode in the wrong format while shipping to the Netherlands. You should see an error message that the postcode is in the wrong format (after trying to place the order).

← All packages from vendic