我正在尝试在prestashop中获取客户数据,但我的查询返回false。我的代码:
$sql = Db::getInstance()->getValue('SELECT id FROM '._DB_PREFIX_.'customer WHERE email = '.Tools::getValue('email'));
echo '<script>';
echo 'console.log("id of element: '. json_encode( $sql ) .'")';
echo '</script>';
我是模块开发的新手,所以任何建议都会有所帮助。
答案 0 :(得分:0)
您的列名错误。应该通过id_customer