閱讀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 -- 添加新產品時狀態默認為激活,庫存狀態默認為有庫存