Bloqcode Chile – RUT and Checkout Validation

Opis

Bloqcode Chile – RUT and Checkout Validation adapts the native WooCommerce checkout process to comply with standard customer identification requirements in Chile.

Important Compatibility Note

⚠️ This plugin is designed to work with the Classic WooCommerce Checkout (using the [woocommerce_checkout] shortcode).

If your store is using the newer WooCommerce Checkout Block, you will need to replace that block on your Checkout page with a Shortcode block containing:
[woocommerce_checkout]

The plugin provides server-side and client-side validation to ensure checkout data structure correctness before payment processing. It formats the required metadata fields and organizes administrative information.

Features

  • Field Injection: Inserts the RUT input field natively underneath customer first and last name fields within the billing section.
  • Mathematical Validation: Runs validation queries based on the standard Modulus 11 algorithm on both frontend and backend handlers.
  • Automated Formatting: Formats characters during user interaction to present standard punctuation patterns (e.g., 12.345.678-9).
  • Order Metadata Panel: Appends stored billing RUT and custom delivery reference parameters directly inside the internal WooCommerce order edit screen.
  • Email Layout Structuring: Restructures notification templates (customer and administrator copies) into separate Billing and Shipping data containers.
  • Core Standards: Built strictly following WordPress API enqueuing requirements and WooCommerce filters.

Zrzuty ekranu

Instalacja

  1. Upload the plugin directory to the /wp-content/plugins/ folder, or search for it via the administration dashboard.
  2. Activate the plug in installation list item.
  3. The RUT field operates automatically on the standard checkout page upon activation.

Najczęściej zadawane pytania

Is this plugin compatible with page builders?

Yes. The script adheres to native WooCommerce form hooks, preserving theme and checkout engine asset compatibility.

Where can order processors view the customer RUT?

Stored variables are visible under the core order details management screen (WooCommerce > Orders), directly below the customer billing block.

Does this handle business tax invoices?

This version validates standard customer identification numbers. Advanced corporate invoice tax fields are handled separately.

Recenzje

2026-07-21 1 odpowiedź
Instalé este plugin en mi tienda WooCommerce y funciona muy bien. Cumple su función de validar el RUT en el checkout, ayudando a evitar errores en los datos ingresados por los clientes. Su integración es sencilla y no afecta el diseño de la tienda. Una herramienta muy útil para negocios en Chile que utilizan WooCommerce. 👏
Przeczytaj 1 recenzje

Kontrybutorzy i deweloperzy

„Bloqcode Chile – RUT and Checkout Validation” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

Wtyczka „Bloqcode Chile – RUT and Checkout Validation” została przetłumaczona na 1 język. Podziękuj tłumaczom za ich wkład.

Przetłumacz wtyczkę “Bloqcode Chile – RUT and Checkout Validation” na swój język.

Interesuje cię rozwój wtyczki?

Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.

Rejestr zmian

1.0.0

  • Initial directory release.
  • Input validation rules and modulus 11 execution hooks.
  • Asset processing updates complying with inline enqueuing guidelines.