← All plugins

IČO Autofill for PrestaShop

Injects a widget into checkout and fills address fields by IČO (ORSR).

Price

From €29 / 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 ZIP, unzip and upload the module into /modules/icoautofill.
  2. In PrestaShop admin → Modules: install/activate the module.
  3. The widget loads via header hook and calls the module AJAX controller.
  4. Ensure your checkout has an IČO field (or add it via theme/module).
  5. Test on staging with a real IČO and validate populated fields.

Troubleshooting

  • IČO field not visible → verify where checkout renders extra fields and module is enabled.
  • AJAX endpoint errors → check URL, CSP, and front office route availability.
  • Theme changes input names → adjust selectors/mapping in the module JS.
  • ORSR outage → show an error and fall back to manual input.

Security

  • The module uses a server-side proxy; no secrets are shipped to the frontend.
  • Keep debug logs limited to staging.
  • If you customize the module, keep requests minimal (IČO only).

FAQ

Does it work with One Page Checkout modules?
Often yes, but some checkout modules require selector and init placement tweaks.
Can I choose which fields are filled?
Yes, via selectors/mapping in the module JS.
Do I need an external API key?
No, the proxy endpoint runs server-side.