Created
July 19, 2013 22:19
-
-
Save deniscsz/6042756 to your computer and use it in GitHub Desktop.
Trecho para Mensagem. Adicionar no início (após a aberturada da tag <?php) dos arquivos a seguir:
/app/design/frontend/base/default/template/customer/address/book.phtml
/app/design/frontend/base/default/template/onepagecheckout/persistent/customer/address/book.phtml (caso existir a pasta onepagecheckout)
/app/design/frontend/default/<tema_custom…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if(Mage::getSingleton('core/session')->getMsgEditError()) { | |
| echo '<ul class="messages"><li class="notice-msg"><ul><li><span>'.Mage::getSingleton('core/session')->getMsgEditError().'</span></li></ul></li></ul>'; | |
| Mage::getSingleton('core/session')->unsMsgEditError(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment