Description
BrenWP HR Checkout Toolkit adds the most commonly requested checkout options for Croatian web-shops:
- R1 invoice checkbox (“Trebam R1 račun”)
- OIB field with sanitization + validation (ISO 7064 MOD 11,10)
- Company name field
- VAT ID (PDV ID) field (optional)
- IBAN field (optional)
- “Poziv na broj” / payment reference (optional)
- Paketomat / parcel locker ID (optional, can be required for selected shipping methods)
- Delivery notes field
- Optional newsletter opt-in (GDPR-friendly: it only stores the value; no external calls)
Compatibility features:
- Works with Classic Checkout and Checkout Block (Store API).
- Mirrors key values to order meta keys (e.g.
_billing_oib) for compatibility with invoicing/PDF plugins. - Adds a compact indicator column (R1/OIB) to the admin orders list (optional).
- CSV export (Orders Export) for bookkeeping (optional).
Requirements
- WooCommerce is required.
- Checkout Block additional fields require WooCommerce 8.9+.
- Conditional visibility/requirement rules in Checkout Block require WooCommerce 9.9+.
Privacy
This plugin stores additional checkout data in order meta and optionally user meta:
- R1 invoice flag
- OIB (when provided)
- Company name (when provided)
- VAT ID (when provided)
- IBAN (when provided)
- Payment reference / “Poziv na broj” (when provided)
- Paketomat / parcel locker ID (when provided)
- Delivery notes (when provided)
- Newsletter opt-in (when enabled)
The plugin does not send data outside your site.
Installation
- Upload the plugin folder to
/wp-content/plugins/or install via the Plugins screen. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to WooCommerce HR Checkout to configure.
FAQ
-
Does this plugin send data to third parties?
-
No. The plugin does not make external requests.
-
Where is the data stored?
-
Checkout values are stored in the order meta. If you enable Newsletter opt-in, the value may also be stored in user meta for logged-in customers.
In Checkout Block, WooCommerce stores additional fields under its own meta keys (
_wc_other/...). This plugin mirrors some values into additional meta keys for compatibility.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“BrenWP HR Checkout Toolkit” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “BrenWP HR Checkout Toolkit” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.