Descrizione
Add a checkout question for the customer’s date of birth, and enforce a minimum age. The customer cannot checkout if their given date of birth means they are younger than the minimum age.
Requirements
- WooCommerce 3.0 or greater
- PHP 5.6 or greater
Translations
If you’d like to help out by translating this plugin, please sign up for an account and dig in.
Contributions
Privacy
The customer’s date of birth is recorded, so that transactions can be audited for compliance with minimum age legislation. The customer’s date of birth is transmitted in order confirmation and notification emails. This information is not shared with any other parties.
FAQ
-
How can I set the minimum age?
-
The default minimum age is 18. You can change it the WooCommerce settings:
WooCommerce > Settings > Minimum Age > Minimum age
-
How can I change the order of the date fields?
-
The default order of the birth date fields is day, month, year. You can choose a different layout in the settings:
WooCommerce > Settings > Minimum Age > Date layout
Recensioni
Contributi e sviluppo
“Minimum Age for WooCommerce” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“Minimum Age for WooCommerce” è stato tradotto in 6 lingue. Grazie ai traduttori per i loro contributi.
Traduci “Minimum Age for WooCommerce” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.
Changelog (registro delle modifiche)
The full changelog can be found on GitHub. Recent entries:
1.0.18
Released 2022-11-22
- fixed: filter hook
mininum_age_woo_checkout_hook
did not work from themes, only from plugins