Minimum Age for WooCommerce

توضیحات

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.

عکس‌های صفحه

  • WooCommerce settings
  • The birth date question in the checkout, showing an error message

سوالات متداول

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

بررسی‌ها

25 ژوئن 2021
Staring July 1 2021 for online shops in The Netherlands when selling alcohol age verification is mandatory. This is exactly what I needed, simple and effective. Thank you for providing!
15 آوریل 2021
Great plugin, it is light and it works as expected. But there is an urgent need to have the customer form and the errors translated to various languages. I updated the file "class.Checkout.php" but this is something I have to do every time there is an update. Please use po/mo files instead!
18 ژانویه 2019
Thank you for providing a nice plugin. It works.
خواندن تمامی 4 بررسی‌

توسعه دهندگان و همکاران

“Minimum Age for WooCommerce” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

“Minimum Age for WooCommerce” به 6 زبان ترجمه شده است. Thank you to the translators for their contributions.

ترجمه “Minimum Age for WooCommerce” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

تغییرات

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