php - Magento Error Messages are showing up twice -


i seem have issue our cart , unsure if it's theme related or not! error/normal messages (local or global) showing twice on front end. not sure causing issue. doesn't mater if i'm adding cart, editing cart, deleting item cart, changing address - messages showing twice.

i looked through error logs , nothing shows up.

has else had issue magento? i'm using 1.7.

thank you!

seems issue theme. magento has block called global_messages, maybe theme renders block twice, although flash messages. if see messages in cart should in theme layout folder in file checkout.xml, of these lines:

<block type="core/messages" name="global_messages" /> <block type="core/messages" name="messages" /> 

try deleting 1 or both if find them.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -