0 reviewsReward Points:
Availability: In Stock
What does it do:
================
This contrib adds a another input on the Account Create and Guest Checkout pages for entering date of birth.
It requires that the customer enter a valid date of birth and verifies that they are old enough to create an account based on the configurable allowed age.
Main features:
==============
* Configure the allowed age in the vqmod xml file.
* Included on account create and guest checkout pages.
* Validates all fields: month, day, and year
Requirements:
==============
This mod uses "vQmod" to run. Install that first (http://vQmod.com)
How to install it:
==================
1. Install vQmod from http://vQmod.com
2. Upload the corresponding version of "age_verification_xxx.xml" file to your vqmod xml folder. No files are overwritten.
DO NOT UPLOAD MULTIPLE VERSIONS. ONLY ONE XML THAT MATCHES YOUR OPENCART VERSION
3. If you want to add support for more languages, you can edit the file and follow the steps given to add more languages
4. You can change the age restriction at the top of the xml file for your version. Look for:
$_['minimum_age'] = '18';
and change it to something like:
$_['minimum_age'] = '30';
5. If not using the "default" theme, you will need to edit the xml file and search for "/default/" and replace it with your theme name
Write a review
Your Name:Your Review: Note: HTML is not translated!
Rating: Bad Good
Enter the code in the box below:

























