Description
This plugin adds an admin order metabox where you can enter IČO or DIČ and fetch company details from the RÚZ (Register účtovných závierok) public API.
It fills billing company name, street, city, postcode, and country, and it can also fill custom order meta fields for IČO, DIČ, and IČ DPH based on your setup (for example WPify Woo or Superfaktura). You can configure the meta field keys in the plugin settings.
License
GPLv2 or later
External Services
This plugin connects to the public API of the Register of Financial Statements (RÚZ) at registeruz.sk to retrieve company details.
When an administrator enters an IČO (Company ID) or DIČ (Tax ID) in the order edit screen and clicks “Load from RÚZ”, the plugin sends that identifier to the API and receives company data (company name and address details).
Data sent: IČO or DIČ entered by the administrator.
When: only on manual request (button click) in wp-admin.
Purpose: auto-fill billing company fields in the WooCommerce order edit screen.
Service privacy policy: https://www.registeruz.sk/cruz-public/content/Privacy_policy.pdf
Installation
- Upload the plugin folder to /wp-content/plugins/
- Activate the plugin in Plugins
- Go to WooCommerce -> IČO priradenie and configure your meta field keys
- Open an order in admin and use the metabox to fetch company data by IČO or DIČ
- Save the order
FAQ
-
Where does the plugin get the data from?
-
From the public RÚZ API (registeruz.sk).
-
Does it work for a newly created order that is not saved yet?
-
It fills the fields in the admin screen, then you need to save the order.
-
Why are DIČ or IČ DPH sometimes not filled?
-
Most commonly the configured meta field key is incorrect. Make sure you use the correct key and include the leading underscore if your field uses it, for example _billing_company_wi_tax.
Reviews
ഈ പ്ലഗിന് റിവ്യൂകൾ ഒന്നുമില്ല.
Contributors & Developers
“IČO priradenie” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “IČO priradenie” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1
Update readme, compatibility, fixes
1.0
First release