v1.6-v1.7 Prestashop Age Verification Popup

Root

System Boss
Staff member
Big Boss
Joined
Jun 1, 2018
Messages
1,137
Reaction score
18,383
Points
113
NullCash
77,991

This module displays the age verification popup and validates user’s age.



Features

  • User validation by birthday selection or simple button click
  • Variety of configurable display options (colors, size, fonts)
  • Multilanguage ready
  • Responsive
  • Friendly User Interface
  • Ability to delete old and excessive database rows: manually or by CRON task

Changelog

v 1.2.0
  • Fixed URL in the code
v 1.1.0
  • Fixed typo in classname
  • Added “version checker”
 

Attachments

  • ageverification_1.2.0.zip
    62.8 KB · Views: 24

tears

New member
XNullUser
Joined
Jan 24, 2019
Messages
16
Reaction score
0
Points
1
NullCash
0
hi, the module is not working, i got this probleme : Fatal error: Uncaught Error: Call to undefined function mysql_real_escape_string() in /usr/home/kamilgoralczyk/domains/prestacraft.com/public_html/version_checker.php:24 Stack trace: #0 {main} thrown in /usr/home/kamilgoralczyk/domains/prestacraft.com/public_html/version_checker.php on line 24
 

block

New member
XNullUser
Joined
Feb 10, 2019
Messages
2
Reaction score
0
Points
1
NullCash
0
maybe you're lucky:
<?php
// Connect
$link = mysql_connect('mysql_host', 'mysql_user', 'mysql_password')
OR die(mysql_error());

// Query
$query = sprintf("SELECT * FROM users WHERE user='%s' AND password='%s'",
mysql_real_escape_string($user),
mysql_real_escape_string($password));
?>
 

Choupy

Well-known member
Master
Diamond
Elite
Joined
Jun 19, 2019
Messages
1,153
Reaction score
1,451
Points
113
NullCash
265
Hi, just for information, I have the same module, it is not reliable (bug)
 

amir_561

Well-known member
Diamond
Elite
XNullUser
Joined
Aug 20, 2019
Messages
1,620
Reaction score
128
Points
63
NullCash
10
not working on p1.6
 

strk

New member
XNullUser
Joined
Dec 20, 2019
Messages
8
Reaction score
0
Points
1
NullCash
0
I don't know if I need it yet but it will be good to try it. Thank you
 

Desinity5555

New member
XNullUser
Joined
Jul 25, 2022
Messages
24
Reaction score
0
Points
1
NullCash
5
I don't know if I need it yet but it will be good to try it. Thank you
 

Sillumin

Well-known member
Pro
Master
Diamond
Elite
Joined
Jun 18, 2021
Messages
3,620
Reaction score
744
Points
113
NullCash
5,960
Thank you very much! It can be useful module!
 
Top