Linux 软件免费装
Banner图

NIF (Num. de Contribuinte Português) for WooCommerce

开发者 webdados
ptwooplugins
更新时间 2024年3月27日 23:24
PHP版本: 7.0 及以上
WordPress版本: 6.5
版权: GPLv3
版权网址: 版权信息

标签

woocommerce ecommerce e-commerce tax vat webdados Portugal nif nipc

下载

5.6 5.2 2.0 3.0 1.0 4.2.4.1 6.2 1.2.1 2.0.1 3.2 4.0 4.2 4.2.3 4.2.4.2 4.2.5 4.2.6 4.3.0 4.2.1 6.1 1.2.2 1.2 1.3 2.0.2 2.1 3.1 3.3 4.1 4.1.1 4.1.3 5.0.0 5.1 4.2.4 6.0 1.1.1 4.1.2 5.3 5.4 5.5 1.1 6.3

详情介绍:

This plugin adds the Portuguese VAT identification number (NIF/NIPC) as a new field to WooCommerce checkout and order details, if the billing address is from Portugal. Features: Are you already issuing automatic invoices on your WooCommerce store? If not, get to know our new plugin: Invoicing with InvoiceXpress for WooCommerce

安装:

常见问题:

How to make the NIF field required?

Classic checkout - Add this to your theme’s functions.php file or code snippets plugin: add_filter( 'woocommerce_nif_field_required', '__return_true' ); Blocks checkout - Activate the "Required" option on the NIF block.

Is it possible to validate the check digit to ensure a valid Portuguese NIF/NIPC is entered by the customer?

Yes, it is! Classic checkout - Add this to your theme’s functions.php file or code snippets plugin: add_filter( 'woocommerce_nif_field_validate', '__return_true' ); Blocks checkout - Activate the "Validate" option on the NIF block. We only recommend validating the NIF if your shop only sells to Portugal.

How to change the NIF field position on the checkout?

Classic checkout - Add this to your theme’s functions.php file or code snippets plugin: add_filter( 'woocommerce_nif_field_priority', function( $priority) { // Default is 120 - Adjust the number to move the field up (lower number) or down (higher number) return 120; } ); Blocks checkout - For now, the block is fixed after the billing address and before the shipping options. We’re working on making it possible to move the block where you want. Future instructions for the Block checkout - Move the NIF block up or down as wanted. We do not recommend moving this field above the billing and shipping addresses, as its visibility may depend on the chosen country.

Is this plugin compliant with the new EU General Data Protection Regulation (GDPR)?

First of all, it’s the website owner’s responsibility to make your whole website compliant because no personal details whatsoever are transmitted to us, the plugin developers. Anyway, we can help you by documenting how this plugin handles the collected data:

  • The NIF/NIPC field is collected via the checkout process and stored as an order meta value, alongside all the other WooCommerce order fields;
  • The NIF/NIPC field can also be set on the "My Account - Billing Address" form and it’s then stored as a user meta value, alongside all the other WordPress and WooCommerce user fields;
  • The NIF/NIPC field is shown and editable on the order edit and user edit screens on the backend, by the store owner;
  • The NIF/NIPC field is shown on the order transactional emails;

I need help, can I get technical support?

This is a free plugin. It’s our way of giving back to the wonderful WordPress community. There’s a support tab on the top of this page, where you can ask the community for help. We’ll try to keep an eye on the forums but we cannot promise to answer support tickets. If you reach us by email or any other direct contact means, we’ll assume you need, premium, and of course, paid-for support.

Where do I report security vulnerabilities found in this plugin?

You can report any security bugs found in the source code of this plugin through the Patchstack Vulnerability Disclosure Program. The Patchstack team will assist you with verification, CVE assignment and take care of notifying the developers of this plugin.

更新日志:

6.3 - 2024-03-27 6.2 - 2024-02-18 6.1 - 2024-02-01 6.0 - 2024-01-30 5.6 - 2024-01-10 5.5 - 2023-11-17 5.4 - 2023-09-07 5.3 - 2023-04-18 5.2 - 2023-04-17 5.1 - 2022-11-10 5.0.0 - 2022-09-20 4.3.0 - 2022-06-29 4.2.6 - 2022-02-23 4.2.5 - 2021-03-10 4.2.4.2 4.2.4.1 4.2.4 4.2.3 4.2.2 4.2.1 4.2 4.1.3 4.1.2 4.1.1 4.1 4.0 3.3 3.2 3.1 3.0 2.1 2.0.2 2.0.1 2.0 1.3 1.2.2 1.2.1 1.2 1.1.1 1.1 1.0