enter code here
问题是我无法知道如何定义客户组ID并且此代码完全在旧版本中运行 代码附加在链接 - product-option by download-customer group
中请检查并发送给我如何定义和修复错误。 登录前代码运行正常 - 我登录后再给出错误信息。
答案 0 :(得分:0)
我建议将system \ library \ cart \ customer.php修改为:
/ 创建一个函数 /
public function getCustomerGroupId(){
return $this->customer_group_id;
}