Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Opencart 支持人们在创建帐户时选择他们的客户组。但是,用户似乎无法在创建帐户后更改该设置。
我已经搜索了我能想到的所有地方,但没有找到任何有关如何执行此操作的说明。任何人都知道我如何能够添加它?
谢谢!
像这样的东西不是您可以更改几行并启用它的东西。您需要将其添加到视图中,创建包括验证在内的控制器方法,并在模型中创建方法以通过 SQL 更新组。