gpt4 book ai didi

plugins - 如何扩展Shopware客户

转载 作者:行者123 更新时间:2023-12-02 08:24:53 25 4
gpt4 key购买 nike

我需要编写一个Shopoji插件,以external_id字段扩展客户模型。此字段应可通过管理界面和API进行编辑。

我发现,可以像这样向用户添加属性:

public function addAttributes() {
$this->Application()->Models()->addAttribute(
's_user_attributes',
'bla',
'externalId',
'INT(11)',
true,
null
);

$this->Application()->Models()->generateAttributeModels(array(
's_user_attributes'
));
}

我应该怎么做才能在UI和API中显示此字段?

PS:Shopware 5

最佳答案

对于后端,您必须执行一些ExtJs coding

对于API,您必须扩展REST-API endpoint for the user:

Shopware API erweitern

关于plugins - 如何扩展Shopware客户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33169721/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com