摘要:
某实体新增字段handreturn_status,欲操作之:$order_info = Mage::getModel('sales/order')->load($order_id);//setData will faile$order_info->setData('handreturn_status', 2); // old value 0$order_info->save();echo $o... 阅读全文
摘要:
MAGENTO - APACHE SOLR INTEGRATION - PART II (SETUP)Tue, 03/01/2011 - 18:30 Tweet DevelopmentE-CommerceMagentoContinuing with the short series about integrating Magento with Apache Solr (started in thi... 阅读全文