Adding items in magento stoped working

来源:互联网 发布:网络舆情监测的过程 编辑:程序博客网 时间:2024/05/22 14:36

Google base for Magento:

Google wants all items to have an id so
Add this code
if ($object->getId ()) {
$this->_setAttribute('id',$object->getId ());
}
toapp/code/core/Mage/GoogleBase/Model/Service/Item.php in the_setUniversalData() function after $entry = $this->getEntry();line247

原创粉丝点击