阅读692 返回首页    go 阿里云 go 技术社区[云栖]


Magento 1.4 EAV 属性中的新东西

如果你安装了新版本的magento 1.4,你会发现它的eav attributes的结构与现有的不同。以前所有EAV attributes的数据存在于eav_attribute表,现在在新版本中eav_attribute表变小了,因为很多字段转移到了新表。

 

Magento  1.4的eav_attribute的结构:

        

1.4

 

 

Magento  1.3的eav_attribute的结构:

 

1.3

 

在magento的新版本,我们有了一些新表:catalog_eav_attribute, customer_eav_attribute 等等。

 

一件重要的事:在新版本中,模块Mage_Eav_Model_Entity_Setup 发生了改变

 

原文地址:https://inchoo.net/ecommerce/magento/magento-1-4-new-things-in-eav-atributes/

最后更新:2017-04-02 04:26:01

  上一篇:go Windows CE API大全
  下一篇:go magento -- 添加新产品时状态默认为激活,库存状态默认为有库存