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.
是否可以在 magento 中进行职责分离(SOD)?例如,一个用户只能搜索产品并将其放入购物车,而另一个用户只能批准订单并继续付款流程。
一种“内置”方法是让第一批用户搜索和订购,但将订单置于待审核状态。对于第二个用户,可以创建一个仅限于批准订单的后端用户。但是,您的客户将可以访问您的部分后端。
在自己的模块中,您可以在前端提供此批准。