Eliminar Reminder: Change Magento`s default phone numbers…
Reminder: Change Magento`s default phone numbers and callouts before site launch. Este Molesto aviso de Magento en las nuevas versiones como la 1.6.1.0 nos aparece una y otra vez en el administrador. Creo que es un bug de Magento.
1.- Copiar todo esto app/code/core/Mage/AdminNotification/Model/Resource/Inbox.php a app/code/local/Mage/AdminNotification/Model/Resource/Inbox.php
Cambiar lo siguiente en app/code/local/Mage/AdminNotification/Model/Resource/Inbox.php:
$select = $adapter->select() ->from($this->getMainTable()) ->where('url=?', $item['url']);
Por esto:
$select = $adapter->select() ->from($this->getMainTable()) ->where('url=? OR url IS NULL', $item['url']) ->where('title=?', $item['title']);
Entrar al Admin nuevamente y listo, se ha ido para siempre!!!
Atte
Boris Durán R.
Magento Chile Google+