Magento在其数据库系统中使用EAV结构。我有这个查询,它给出了我的magento商店中的product_id和产品名称。SELECT e.entity_id AS product_id, var.value AS product_nameWHERE
e.entity_type_id = eav</em
我试图通过Mage_Sales_Model_Order.php和$handlingtime = $this->getProduct()->getAttributeText('fig_handling_time');中的一个自定义属性访问特定产品的处理时间
但是每次我发送订单邮件时,我都会收到错误的Fatal error: Call to a member function getAttributeText(/public_html/app/code/local/Mage