From 62f5d816914fd8002726c4a75a470731def1576a Mon Sep 17 00:00:00 2001 From: Jerry Smidt Date: Tue, 7 May 2024 10:17:16 +0200 Subject: [PATCH] Bug #58634: add remark about block-based checkout to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3f791c9..1559ed2 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,9 @@ PostcodeNlAddressFieldMapping.mapping = { ``` To use this mapping replace `PostcodeNlAddressFieldMapping.mapping = {...};` with the code above. +### WooCommerce block-based checkout +The plugin is currently not compatible with the new block-based checkout. We are working on ensuring compatibility for a future version. In the meantime, we recommend using the classic checkout with our plugin. + ## Third-Party Service Usage This plugin relies on the Postcode.eu API, a third-party service, for address autocompletion and validation. The use of this service is essential for the plugin's functionality, enabling it to provide accurate address suggestions and validations across multiple countries using official postal data.