v1.6-v1.7 Prestashop Age Verification Popup

Root

System Boss
Staff member
Big Boss
Joined
Jun 1, 2018
Messages
1,141
Reaction score
18,576
Points
113
NullCash
71,147

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,314
Reaction score
1,535
Points
113
NullCash
256
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,945
Reaction score
146
Points
63
NullCash
14
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
780
Points
113
NullCash
6,212
Thank you very much! It can be useful module!
 
Top