← All plugins

IČO Autofill for WordPress / WooCommerce

Autofills company and address after IČO entry (ORSR), directly in your checkout or form.

Price

From €19 / site. After payment you’ll be redirected to confirmation.

Download ZIP (manual)

Note: Stripe checkout requires server env vars (STRIPE_SECRET_KEY + Price ID). Po zaplatení ti príde email s licenciou a bezpečným download linkom.

Installation

  1. Download the ZIP and upload it in WordPress → Plugins → Add New → Upload Plugin.
  2. Activate the plugin.
  3. WooCommerce: the plugin tries to find #billing_ico (for custom checkouts adjust selectors).
  4. Optionally insert the [ico_autofill] shortcode into a page/form.
  5. Test on staging with a real IČO and verify mapped fields are populated.

Troubleshooting

  • Your IČO field uses a different ID than #billing_ico → adjust the selector/config.
  • Checkout builder changes the DOM → ensure the field is present before initialization.
  • Validation blocks programmatic changes → ensure listeners react to value updates.
  • ORSR is temporarily unavailable → UI should fall back to manual input (we do not invent data).

Security

  • No API keys are shipped to the browser. Requests go through a server-side proxy.
  • Load the widget only where needed (checkout / relevant pages).
  • If you log requests, avoid logging full payloads containing personal customer data.

FAQ

Is it compatible with all WooCommerce themes?
Often yes. For heavily customized checkout builders you may need selector adjustments.
Does it fill VAT fields too?
It depends on your fields and mapping. The plugin is designed with B2B checkouts in mind.
Can I fill custom fields?
For fully custom mapping, the JS widget is the most flexible option.