Jump to content

Edit History

knacky

knacky

hookActionCustomerFormBuilderModifier

There is an SQL query to the age checkdate table.
Here you can edit the code to return a different date.

$getAgeDate = Db::getInstance()->getValue('SELECT agecheckdate .......
if ($getAgeDate == '0000-00-00' OR $getAgeDate == ''){
	$getAgeDate = '2021-01-01';
}

 

knacky

knacky

hookActionCustomerFormBuilderModifier

There is an SQL query to the age checkdate table.
Here you can edit the code to return a different date.

$getAgeCheck = Db::getInstance()->getValue('SELECT agecheckdate .......
if ($getAgeCheck == '0000-00-00' OR $getAgeCheck == ''){
	$getAgeCheck = '2021-01-01';
}

 

×
×
  • Create New...