Linux 软件免费装
Banner图

Postcode.eu Address Validation

开发者 postcodenl
更新时间 2024年6月10日 22:34
WordPress版本: 6.5
版权: FreeBSD license
版权网址: 版权信息

标签

address autocomplete address validation postcode check postcode api address api

下载

2.3.2

详情介绍:

Postcode.eu Address validation provides address autocomplete and validation with an easy to implement API. The API offers addresses from several European countries, and more countries are constantly being added. We only work with official sources such as postal companies and governments to ensure high quality and accurate data that is up to date. The Postcode.eu Address Validation plugin uses the Dutch Postcode API and International Address API to streamline the checkout process. By offering autocomplete suggestions for both Dutch and international addresses, it simplifies address input for customers. This functionality helps improve the accuracy of deliveries, reduce return rates due to incorrect addresses, and increase overall customer satisfaction. The result is a more efficient e-commerce operation with a higher conversion rate. Features Account and Pricing To use the Postcode.eu Address Validation plugin, a separate account is required. Register your account at account.postcode.eu. You can test our service for free. After testing and implementing, you indicate that the subscription can start and you make the choice for a subscription. For information on pricing, visit our website.

安装:

Limiting orders from regions of a country Shipping can be limited by setting up Shipping Zones in WooCommerce. For example, limiting shipping to French overseas territories, set up a shipping zone for France and add a postcode range of 97000...99000. Add specific shipping options, or only local pick up. Make sure the shipping zone is near the top of the list, shipping zones are matched from top to bottom. Address form field mapping Depending on your checkout form fields the selected address data might not be placed in the form fields you would like. The mapping from form field names to address data is defined in addressFieldMapping.js. By changing PostcodeNlAddressFieldMapping.mapping you can assign your own preferred address data parts to their respective form fields. An example of a mapping where _address_1 is used for the street, _house_number for the house number _address_2 for the house number addition: javascript PostcodeNlAddressFieldMapping.mapping = { '_address_1': PostcodeNlAddressFieldMapping.street, '_house_number': PostcodeNlAddressFieldMapping.houseNumber, '_address_2': PostcodeNlAddressFieldMapping.houseNumberAddition, '_postcode': PostcodeNlAddressFieldMapping.postcode, '_city': PostcodeNlAddressFieldMapping.city, }; To use this mapping replace PostcodeNlAddressFieldMapping.mapping = {...}; with the code above.

屏幕截图:

  • To allow users to skip the autocomplete field and manually enter an address, there's an option to add a link to manual address entry
  • Get a Dutch address by postcode and house number. In this example asking the user to select from valid house number additions
  • A formatted address is shown when the postcode and house number combination is valid

升级注意事项:

2.3.1
  • The text domain is renamed to match the plugin slug. This may require activating the plugin again. If you have added or customized translations for this plugin, then these will have to use the new text domain as well.
2.3.0
  • This update includes changes to translatable strings due to enhancements in output escaping for improved security and code standards compliance. If you have customized or translated these strings, please review and update them accordingly.

更新日志:

2.3.2 2.3.1 2.3.0 2.2.0