gpt4 book ai didi

magento - 在安装脚本中更改类别属性

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

我有我的模块。此模块具有安装脚本,应在其中将自定义图像字段添加到类别。

$setup->addAttribute('catalog_category', 'additional_image', array(
'type' => 'varchar',
'backend' => 'catalog/category_attribute_backend_image',
'label' => 'Additional Image',
'input' => 'image',
'global' => Mage_Catalog_Model_Resource_Eav_Attribute::SCOPE_STORE,
'visible' => 1,
'required' => 0,
'user_defined' => 0,
'default' => '',
'position' => 6,
));

之后它必须更改其他图像字段(图像、缩略图)的标题。我如何才能获取此系统的字段并更改它们?

最佳答案

您可以使用 Mage_Eav_Model_Entity_Setup::updateAttribute() 方法执行此操作。

关于magento - 在安装脚本中更改类别属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11157307/

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