MAJ en Thelia 2.3.4
This commit is contained in:
@@ -150,6 +150,15 @@ class ConfigQuery extends BaseConfigQuery
|
||||
return self::read('notify_newsletter_subscription', 0) != 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.4
|
||||
* @return bool
|
||||
*/
|
||||
public static function isCustomerEmailConfirmationEnable()
|
||||
{
|
||||
return (bool) self::read('customer_email_confirmation', false);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array a list of email addresses to send the shop's notifications
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user