【问题标题】:Edit attribute in magento在magento中编辑属性
【发布时间】:2015-08-18 07:51:09
【问题描述】:

我正在使用 magento 1.8.1,我想编辑已经创建的属性。但是诸如在分层导航中显示之类的选项被禁用。

在此输入图片描述

请告诉我如何启用此选项并重新编辑?

【问题讨论】:

  • 您不能编辑input type for store owner 字段。你必须删除它并创建一个新的。
  • 如果我创建一个新的,那么描述中已经使用的数据不受影响?
  • 我认为是的。在这种情况下,您可以按数据库编辑值。但检查依赖关系。

标签: magento magento-1.8 magento-1.9


【解决方案1】:

有一个旧的扩展可以使用 http://www.magentocommerce.com/magento-connect/flagbit-change-attribute-set.html

你必须为 magento 1.8 修改它

【讨论】:

    【解决方案2】:

    这是在创建属性时设置的。要编辑现有的,您必须在数据库中进行编辑:

    编辑 eav_attribute 中的“frontend_input”列。还要确保您的 'backend_type' 支持 'frontend_input' 类型。这通常由 Mage::getModel('eav/entity_attribute')->getBackendTypeByInput($frontend_input)‌​决定

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多