给prestashop用户注册添加验证电话的功能
六 03
prestashop prestashop, 电话 No Comments
elseif(!Tools::getValue(‘phone’) || !Tools::getValue(‘phone_mobile’))
$errors[] = Tools::displayError(‘Error phone number’);
加在authentication.php 54行的后面
The software architect is the technical driving force behind the project, not a visionary or dreamer.
六 03
prestashop prestashop, 电话 No Comments
elseif(!Tools::getValue(‘phone’) || !Tools::getValue(‘phone_mobile’))
$errors[] = Tools::displayError(‘Error phone number’);
加在authentication.php 54行的后面
近期评论